Skip to content

Commit

Permalink
Update IronBank BASE_IMAGE with ironbank prefix (elastic#102720)
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.
# Conflicts:
#	distribution/docker/src/docker/Dockerfile
  • Loading branch information
jbudz authored and mark-vieira committed Nov 30, 2023
1 parent 5661f5f commit 027eaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/docker/src/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
################################################################################
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=redhat/ubi/ubi9
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9
ARG BASE_TAG=9.2
FROM ${base_image} AS builder
Expand Down

0 comments on commit 027eaa5

Please sign in to comment.