Skip to content
Open
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
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-ansible/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18@sha256:dea5725239100bc45183fa4ee4eb3efe519bd194325d1de9f6c6bac817613b23

LABEL name="redhat-cop/jenkins-agent-ansible" \
io.k8s.display-name="Jenkins Agent Ansible" \
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-argocd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN curl -L "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_
yq --version

# Runnable
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18@sha256:dea5725239100bc45183fa4ee4eb3efe519bd194325d1de9f6c6bac817613b23

LABEL name="redhat-cop/jenkins-agent-argocd" \
io.k8s.display-name="Jenkins Agent ArgoCD" \
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-conftest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN curl -L "https://github.com/open-policy-agent/conftest/releases/download/${C
conftest --version

# Runnable
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent-python:v4.18
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent-python:v4.18@sha256:01a62f482d958d598544edbc4e6e5e5fe2ae7ed06f33b4f114e53d5fbc3c386d

LABEL name="redhat-cop/jenkins-agent-conftest" \
io.k8s.display-name="Jenkins Agent Conftest" \
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-cosign/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN curl -L "https://github.com/sigstore/cosign/releases/download/${COSIGN_VERSI
cosign version

# Runnable
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18@sha256:dea5725239100bc45183fa4ee4eb3efe519bd194325d1de9f6c6bac817613b23

LABEL name="redhat-cop/jenkins-agent-cosign" \
io.k8s.display-name="Jenkins Agent Cosign" \
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-erlang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN curl -L "https://github.com/erlang/rebar3/releases/download/${REBAR3_VERSION
chmod +x /usr/local/bin/rebar3

# Runnable
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18@sha256:dea5725239100bc45183fa4ee4eb3efe519bd194325d1de9f6c6bac817613b23

SHELL ["/bin/bash", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-golang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN curl -L "https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz" -o /tm
tar -C /usr/local/ -xzf /tmp/go.tar.gz

# Runnable
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18@sha256:dea5725239100bc45183fa4ee4eb3efe519bd194325d1de9f6c6bac817613b23

LABEL name="redhat-cop/jenkins-agent-golang" \
io.k8s.display-name="Jenkins Agent golang" \
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-graalvm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN curl -L "https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" -o /tm
helm version

# Runnable
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent-mvn:v4.18
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent-mvn:v4.18@sha256:a29879a3688dbfad1ea1f687cd9b30225631bd3cf7f78faa9b37b36437dd2720

LABEL name="redhat-cop/jenkins-agent-graalvm" \
io.k8s.display-name="Jenkins Agent graalvm" \
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-gradle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN curl -L "https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-
mv /opt/gradle-bin/gradle-${GRADLE_VERSION} /opt/gradle

# Runnable
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18@sha256:dea5725239100bc45183fa4ee4eb3efe519bd194325d1de9f6c6bac817613b23

LABEL name="redhat-cop/jenkins-agent-gradle" \
io.k8s.display-name="Jenkins Agent gradle" \
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-helm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN curl -L "https://github.com/helm/chart-testing/releases/download/${CT_VERSIO
ct version

# Runnable
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent-python:v4.18
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent-python:v4.18@sha256:01a62f482d958d598544edbc4e6e5e5fe2ae7ed06f33b4f114e53d5fbc3c386d

LABEL name="redhat-cop/jenkins-agent-helm" \
io.k8s.display-name="Jenkins Agent helm" \
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-hugo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN curl -L "https://github.com/gohugoio/hugo/releases/download/${HUGO_VERSION}/
USER 1001

# Runnable
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18@sha256:dea5725239100bc45183fa4ee4eb3efe519bd194325d1de9f6c6bac817613b23

LABEL name="redhat-cop/jenkins-agent-hugo" \
io.k8s.display-name="Jenkins Agent hugo" \
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-image-mgmt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN curl -L "https://github.com/containers/skopeo/archive/${SKOPEO_VERSION}.tar.
USER 1001

# Runnable
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18@sha256:dea5725239100bc45183fa4ee4eb3efe519bd194325d1de9f6c6bac817613b23

LABEL name="redhat-cop/jenkins-agent-image-mgmt" \
io.k8s.display-name="Jenkins Agent Image Management" \
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-mongodb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18@sha256:dea5725239100bc45183fa4ee4eb3efe519bd194325d1de9f6c6bac817613b23

LABEL name="redhat-cop/jenkins-agent-mongodb" \
io.k8s.display-name="Jenkins Agent mongodb" \
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-mvn/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18@sha256:dea5725239100bc45183fa4ee4eb3efe519bd194325d1de9f6c6bac817613b23

LABEL name="redhat-cop/jenkins-agent-mvn" \
io.k8s.display-name="Jenkins Agent mvn" \
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-npm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN curl -L "https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/j
jq --version

# Runnable
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18@sha256:dea5725239100bc45183fa4ee4eb3efe519bd194325d1de9f6c6bac817613b23

# renovate: datasource=repology depName=ubi_8/nodejs
ARG NODEJS_VERSION=20
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18@sha256:dea5725239100bc45183fa4ee4eb3efe519bd194325d1de9f6c6bac817613b23

LABEL name="redhat-cop/jenkins-agent-python" \
io.k8s.display-name="Jenkins Agent python" \
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-ruby/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18@sha256:dea5725239100bc45183fa4ee4eb3efe519bd194325d1de9f6c6bac817613b23

LABEL name="redhat-cop/jenkins-agent-ruby" \
io.k8s.display-name="Jenkins Agent Ruby" \
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-rust/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18
FROM ghcr.io/redhat-cop/containers-quickstarts/jenkins-agent:v4.18@sha256:dea5725239100bc45183fa4ee4eb3efe519bd194325d1de9f6c6bac817613b23

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down
Loading