Skip to content

Commit

Permalink
Merge 08a2cd3 into backport/dans/NET-4120/ubi-9.2/trivially-liked-wolf
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-consul-core authored May 30, 2023
2 parents 29923b4 + 08a2cd3 commit 1cc9164
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/2204.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:security
Bump Dockerfile base image for RedHat UBI `consul-k8s-control-plane` image to `ubi-minimal:9.2`.
```
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
if: ${{ matrix.goos == 'linux' && matrix.component == 'cli' && matrix.goarch == 'amd64'}}
uses: addnab/docker-run-action@v3
with:
image: registry.access.redhat.com/ubi8/ubi:latest
image: registry.access.redhat.com/ubi9/ubi:latest
options: -v ${{ github.workspace }}:/work
run: |
dnf install -qy openssl
Expand Down
2 changes: 1 addition & 1 deletion control-plane/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ CMD /bin/${BIN_NAME}
# We don't rebuild the software because we want the exact checksums and
# binary signatures to match the software and our builds aren't fully
# reproducible currently.
FROM registry.access.redhat.com/ubi9-minimal:9.1.0 as ubi
FROM registry.access.redhat.com/ubi9-minimal:9.2 as ubi

ARG PRODUCT_NAME
ARG PRODUCT_VERSION
Expand Down

0 comments on commit 1cc9164

Please sign in to comment.