Skip to content

Commit ef3104c

Browse files
committed
chore(Containerfile): migrate labels to OCI image spec
1 parent 70ec8a8 commit ef3104c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM debian:bookworm-slim
22

3-
LABEL description="Lightweight TexLive environment for PDF compilation"
4-
LABEL maintainer="librefos"
3+
LABEL org.opencontainers.image.authors="librefos"
4+
LABEL org.opencontainers.image.description="Lightweight TexLive environment for PDF compilation"
55
LABEL org.opencontainers.image.source="https://github.com/librefos/cv"
66

77
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)