Skip to content

Commit

Permalink
# upgrade jenkins component
Browse files Browse the repository at this point in the history
  • Loading branch information
czy21 committed Aug 28, 2024
1 parent cad9f78 commit c8756da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/docker/ops/jenkins-inbound-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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:3248.v65ecb_254c298-3-alpine-jdk11
FROM jenkins/inbound-agent:3261.v9c670a_4748a_9-2-alpine-jdk17
USER root

COPY --from=builder /root/helm /usr/local/bin/helm
Expand Down
4 changes: 2 additions & 2 deletions server/docker/ops/jenkins-ssh-agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM jenkins/ssh-agent:5.38.0-jdk11
FROM jenkins/ssh-agent:5.46.0-jdk17

LABEL org.opencontainers.image.url='https://github.com/czy21/container'
LABEL org.opencontainers.image.source='https://github.com/czy21/container/tree/main/jenkins-ssh-agent'
LABEL org.opencontainers.image.title='base on jenkins/ssh-agent:5.38.0-jdk11'
LABEL org.opencontainers.image.title='base on jenkins/ssh-agent:5.46.0-jdk17'
LABEL org.opencontainers.image.authors='a805899926@gmail.com>'

USER root
Expand Down

0 comments on commit c8756da

Please sign in to comment.