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

chore(deps): update quay.io/openshift/origin-jenkins-agent-base docker tag to v4.16 #841

Merged
Merged
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/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN curl -L "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/${OC_VERS
kubectl version --client

# Runnable
FROM quay.io/openshift/origin-jenkins-agent-base:4.14@sha256:bd12bc228f46ccb09f6bde305c4da8d0a1fc127eafac19600ace14caa617b5b0
FROM quay.io/openshift/origin-jenkins-agent-base:4.16@sha256:c241c971aef8b6fdfd98e3dcac04a98f4ac1fea0b87099f8cf740c1ce97fa3b5

LABEL name="redhat-cop/jenkins-agent" \
io.k8s.display-name="Jenkins Agent Base" \
Expand Down