Skip to content

Commit

Permalink
Update IronBank BASE_IMAGE with ironbank prefix (#172095)
Browse files Browse the repository at this point in the history
This supports local testing. It should not be included in
hardening_manifest.yml, which injects the scope at runtime.

Prompted by
https://repo1.dso.mil/dsop/elastic/elasticsearch/elasticsearch/-/merge_requests/140#note_1690926
Documentation
https://docs-ironbank.dso.mil/hardening/choosing-base-image/
  • Loading branch information
jbudz authored Nov 29, 2023
1 parent 256e9a1 commit 99f5192
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Extract Kibana and make various file manipulations.
################################################################################
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=redhat/ubi/ubi9
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9
ARG BASE_TAG=9.3

FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as prep_files
Expand Down

0 comments on commit 99f5192

Please sign in to comment.