We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe9020 commit 91fb039Copy full SHA for 91fb039
Containerfile.pkg
@@ -27,6 +27,8 @@ LABEL org.opencontainers.image.title="Cloudflared" \
27
# Install cloudflared
28
RUN pkg update && \
29
pkg install -y ${PACKAGES} && \
30
+ mkdir -p /app && \
31
+ pkg query '%v' cloudflared > /app/version && \
32
pkg clean -ay && \
33
rm -rf /var/cache/pkg/* /var/db/pkg/repos/*
34
Containerfile.pkg.j2
@@ -29,6 +29,8 @@ LABEL org.opencontainers.image.title="{{ title }}" \
35
36
0 commit comments