Skip to content

Commit

Permalink
Backport of Dockerfile: bump up ubi-minimal image to 9.1 into release…
Browse files Browse the repository at this point in the history
…/0.49.x (#1728)

* backport of commit a6f01f3

Co-authored-by: David Yu <dyu@hashicorp.com>
  • Loading branch information
hc-github-team-consul-ecosystem and David Yu authored Nov 16, 2022
1 parent cccc1a8 commit 6198708
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## UNRELEASED

IMPROVEMENTS:
* Control Plane
* Bump Dockerfile base image for RedHat UBI `consul-k8s-control-plane` image to `ubi-minimal:9.1`. [[GH-1725](https://github.com/hashicorp/consul-k8s/pull/1725)]

## 0.49.1 (November 14, 2022)
BREAKING CHANGES:
* Peering:
Expand Down
2 changes: 1 addition & 1 deletion control-plane/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,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/ubi8/ubi-minimal:8.6 as ubi
FROM registry.access.redhat.com/ubi9-minimal:9.1.0 as ubi

ARG PRODUCT_NAME
ARG PRODUCT_VERSION
Expand Down

0 comments on commit 6198708

Please sign in to comment.