File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed
Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -20,26 +20,9 @@ RUN adduser unprivilegeduser && \
2020 CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-w -s' -a -installsuffix cgo -o che-machine-exec .
2121
2222FROM scratch
23- ENV SUMMARY="Red Hat CodeReady Workspaces machine exec container" \
24- DESCRIPTION="Red Hat CodeReady Workspaces machine exec container" \
25- PRODNAME="codeready-workspaces" \
26- COMPNAME="machineexec-rhel8"
27- LABEL summary="$SUMMARY" \
28- description="$DESCRIPTION" \
29- io.k8s.description="$DESCRIPTION" \
30- io.k8s.display-name="$DESCRIPTION" \
31- io.openshift.tags="$PRODNAME,$COMPNAME" \
32- com.redhat.component="$PRODNAME-$COMPNAME-container" \
33- name="$PRODNAME/$COMPNAME" \
34- version="2.0" \
35- license="EPLv2" \
36- maintainer="Nick Boldt <nboldt@redhat.com>" \
37- io.openshift.expose-services="" \
38- usage=""
39-
4023COPY --from=builder /etc/passwd /etc/passwd
4124COPY --from=builder /go/src/github.com/eclipse/che-machine-exec/che-machine-exec /go/bin/che-machine-exec
42-
4325USER unprivilegeduser
44-
4526ENTRYPOINT ["/go/bin/che-machine-exec" ]
27+
28+ # append Brew metadata here
You can’t perform that action at this time.
0 commit comments