Skip to content

Commit

Permalink
docs: 📝 Added metadata for the Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
totallynotdavid committed Aug 21, 2023
1 parent 4d330e1 commit 06bef3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions latex/full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ ARG TARGETPLATFORM
ARG TARGETOS
ARG TARGETARCH

LABEL org.opencontainers.image.title "LaTeX-full"
LABEL org.opencontainers.image.authors "David Duran <[email protected]>"
LABEL org.opencontainers.image.url "https://github.com/caefisica/devcontainers/"
LABEL org.opencontainers.image.documentation "https://github.com/caefisica/devcontainers/blob/master/latex/README.md"
LABEL org.opencontainers.image.source "https://github.com/caefisica/devcontainers/tree/master/latex"
LABEL org.opencontainers.image.description "Un entorno completo de desarrollo de LaTeX. Perfecto para utilizar plantillas sin tener que instalar paquetes adicionales."

ARG SCHEME="scheme-full"
ARG DOCFILES=0
Expand Down
2 changes: 2 additions & 0 deletions latex/min/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ ARG TARGETPLATFORM
ARG TARGETOS
ARG TARGETARCH

LABEL org.opencontainers.image.title "LaTeX-min"
LABEL org.opencontainers.image.authors "David Duran <[email protected]>"
LABEL org.opencontainers.image.url "https://github.com/caefisica/devcontainers/"
LABEL org.opencontainers.image.documentation "https://github.com/caefisica/devcontainers/blob/master/latex/README.md"
LABEL org.opencontainers.image.source "https://github.com/caefisica/devcontainers/tree/master/latex"
LABEL org.opencontainers.image.description "Un entorno mínimo de desarrollo de LaTeX. Ideal para usuarios avanzados que deseen una configuración liviana y rápida. Perfecto si ya sabes cómo agregar paquetes según lo necesites."

ARG SCHEME="scheme-basic"
ARG DOCFILES=0
Expand Down

0 comments on commit 06bef3a

Please sign in to comment.