Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Jenkins Inbound Agent Version to 3273.v4cfe589b_fd83-2 #254

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ARG JENKINS_INBOUND_AGENT_VERSION=3261.v9c670a_4748a_9-7
ARG JENKINS_INBOUND_AGENT_VERSION=3273.v4cfe589b_fd83-2

FROM jenkins/inbound-agent:${JENKINS_INBOUND_AGENT_VERSION}-jdk17
USER root
SHELL ["/bin/bash", "-eo", "pipefail", "-c"]

## Repeating the ARG from top level to allow them on this scope
# Ref - https://docs.docker.com/engine/reference/builder/#scope
ARG JENKINS_INBOUND_AGENT_VERSION=3261.v9c670a_4748a_9-7
ARG JENKINS_INBOUND_AGENT_VERSION=3273.v4cfe589b_fd83-2

## The packages installed below should always be in their "latest" available version (otherwise needs a separated block), hence disabling the lint rule DL3008
# hadolint ignore=DL3008
Expand Down
2 changes: 1 addition & 1 deletion cst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadataTest:
- key: io.jenkins-infra.tools.gh.version
value: 2.59.0
- key: io.jenkins-infra.tools.jenkins-inbound-agent.version
value: 3261.v9c670a_4748a_9-7
value: 3273.v4cfe589b_fd83-2
- key: io.jenkins-infra.tools.netlify-deploy.version
value: 0.1.8
- key: io.jenkins-infra.tools.asdf.version
Expand Down