diff --git a/.applier/group_vars/seed-hosts.yml b/.applier/group_vars/seed-hosts.yml index fdb3bd958..e5327e6e1 100644 --- a/.applier/group_vars/seed-hosts.yml +++ b/.applier/group_vars/seed-hosts.yml @@ -31,8 +31,7 @@ jenkins_agents: python: {} ruby: {} rust: {} - zap: - BUILDER_IMAGE_NAME: centos:centos7 + zap: {} test_pipelines: deploy: diff --git a/jenkins-agents/jenkins-agent-zap/Dockerfile b/jenkins-agents/jenkins-agent-zap/Dockerfile index 87a48fc5d..7ce6ee9fe 100644 --- a/jenkins-agents/jenkins-agent-zap/Dockerfile +++ b/jenkins-agents/jenkins-agent-zap/Dockerfile @@ -1,4 +1,4 @@ -FROM centos:centos7 +FROM quay.io/centos/centos:centos7 LABEL maintainer="Deven Phillips " ARG ZAPROXY_VERSION="2.9.0"