Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
  • Loading branch information
czy21 committed Aug 29, 2024
1 parent c8756da commit 73aa4d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/docker/ops/jenkins-inbound-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ USER root
RUN wget -O - https://get.helm.sh/helm-v{{ param_helm_version }}-linux-amd64.tar.gz | tar -zxf - --strip-components 1 -C /root linux-amd64/helm

FROM jenkins/inbound-agent:3261.v9c670a_4748a_9-2-alpine-jdk17

LABEL org.opencontainers.image.url='https://github.com/czy21/container'
LABEL org.opencontainers.image.source='https://github.com/czy21/container/tree/main/jenkins-inbound-agent'
LABEL org.opencontainers.image.title='base on jenkins/inbound-agent:3261.v9c670a_4748a_9-2-alpine-jdk17'
LABEL org.opencontainers.image.authors='a805899926@gmail.com>'

USER root

COPY --from=builder /root/helm /usr/local/bin/helm
Expand Down

0 comments on commit 73aa4d4

Please sign in to comment.