Skip to content

Commit 1d898e9

Browse files
committed
Add LABELS for container registry
1 parent 74e9078 commit 1d898e9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Dockerfile

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ ENV GAME_GIT_HASH=$GAME_GIT_HASH
1111
ARG GAME_GIT_HASH_SHORT
1212
ENV GAME_GIT_HASH_SHORT=$GAME_GIT_HASH_SHORT
1313

14-
# Labels (I know MAINTAINER is deprecated, but there is no standardized replacement???)
14+
# Labels as per:
15+
# https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys
1516
MAINTAINER Max Planck Institute for Security and Privacy
16-
LABEL maintainer="Max Planck Institute for Security and Privacy"
17-
LABEL version="2.0.3"
18-
LABEL description="Ready to deploy Docker container to use ReverSim for research."
17+
LABEL org.opencontainers.image.authors="Max Planck Institute for Security and Privacy"
18+
LABEL org.opencontainers.image.version="2.0.3"
19+
LABEL org.opencontainers.image.licenses="AGPL-3.0-only"
20+
LABEL org.opencontainers.image.description="Ready to deploy Docker container to use ReverSim for research. ReverSim is an open-source environment for the browser, originally developed at the Max Planck Institute for Security and Privacy (MPI-SP) to study human aspects in hardware reverse engineering."
21+
LABEL org.opencontainers.image.source="https://github.com/emsec/ReverSim"
1922

2023
# When using the slim variant, a toolchain is needed to compile uWSGI
2124
# Yeet the apt-cache afterwards, since it is no longer needed

0 commit comments

Comments
 (0)