We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ec8a8 commit ef3104cCopy full SHA for ef3104c
Containerfile
@@ -1,7 +1,7 @@
1
FROM debian:bookworm-slim
2
3
-LABEL description="Lightweight TexLive environment for PDF compilation"
4
-LABEL maintainer="librefos"
+LABEL org.opencontainers.image.authors="librefos"
+LABEL org.opencontainers.image.description="Lightweight TexLive environment for PDF compilation"
5
LABEL org.opencontainers.image.source="https://github.com/librefos/cv"
6
7
RUN apt-get update && apt-get install -y --no-install-recommends \
0 commit comments