Skip to content

Commit

Permalink
Fix label org.opencontainers.image.base.name
Browse files Browse the repository at this point in the history
  • Loading branch information
mtneug committed Jun 14, 2024
1 parent d642b8c commit 711bd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ RUN tar -xzf build/opencast-dist-${OPENCAST_DISTRIBUTION}-*.tar.gz --strip 1 -C


FROM docker.io/library/eclipse-temurin:17-jdk
LABEL org.opencontainers.image.base.name="docker.io/eclipse-temurin:17-jdk"
LABEL org.opencontainers.image.base.name="docker.io/library/eclipse-temurin:17-jdk"

ENV OPENCAST_HOME="/opencast" \
OPENCAST_DATA="/data" \
Expand Down

0 comments on commit 711bd2d

Please sign in to comment.