We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879df65 commit 8733cddCopy full SHA for 8733cdd
1 file changed
Dockerfile
@@ -5,8 +5,6 @@ ARG BASE_IMAGE_VERSION
5
6
FROM alpine:${FETCHER_IMAGE_VERSION} as FETCHER
7
8
-LABEL org.opencontainers.image.source https://github.com/Container-Driven-Development/Oppidum-DevOps-Blueprint
9
-
10
RUN apk --no-cache add unzip
11
12
USER root
@@ -58,6 +56,8 @@ RUN chmod 644 /tmp/completion/*
58
56
################################################
59
57
FROM gitpod/workspace-base:${BASE_IMAGE_VERSION}
60
+LABEL org.opencontainers.image.source https://github.com/Container-Driven-Development/Oppidum-DevOps-Blueprint
+
61
ENV RUN_AS_USER=gitpod
62
ENV SHELL=zsh
63
0 commit comments