We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1fc56 commit 2cb11ddCopy full SHA for 2cb11dd
apps/tuliprox/Dockerfile
@@ -16,6 +16,8 @@ RUN mkdir -p /app /config && \
16
FROM ghcr.io/ipromknight/ubuntu:rolling
17
18
LABEL org.opencontainers.image.title="tuliprox"
19
+LABEL org.opencontainers.image.version="${VERSION}"
20
+LABEL org.opencontainers.image.source="euzu/tuliprox"
21
22
WORKDIR /app
23
ENV TULIPROX_HOME="/app"
0 commit comments