Update IronBank BASE_IMAGE with ironbank prefix (#102720)

This supports local testing.  It should not be included in
hardening_manifest.yml, which injects the scope at runtime.
This commit is contained in:
Jon 2023-11-30 15:47:33 -06:00 committed by GitHub
parent 38867b7fb6
commit 6787765c37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
<% if (docker_base == 'iron_bank') { %>
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=redhat/ubi/ubi9
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9
ARG BASE_TAG=9.2
<% } %>