Skip to content

Commit

Permalink
chore(docker): use ubi8 -> ubi9 (#13574) (#10453)
Browse files Browse the repository at this point in the history
* chore(docker): use ubi8 -> ubi9 (#13574)

* chore(docker): use ubi8 -> ubi9

* chore(changelog): update text

(cherry picked from commit bbc7360)

* Update changelog/unreleased/kong/bump-dockerfile-ubi9.yml

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update changelog/unreleased/kong/bump-dockerfile-ubi9.yml

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update bump-dockerfile-ubi9.yml

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
curiositycasualty and github-actions[bot] authored Oct 17, 2024
1 parent c186905 commit f68d17c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/dockerfiles/rpm.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG KONG_BASE_IMAGE=redhat/ubi8
ARG KONG_BASE_IMAGE=redhat/ubi9
FROM --platform=$TARGETPLATFORM $KONG_BASE_IMAGE

LABEL maintainer="Kong Docker Maintainers <[email protected]> (@team-gateway-bot)"
Expand All @@ -18,7 +18,7 @@ LABEL name="Kong" \
# RedHat required LICENSE file approved path
COPY LICENSE /licenses/

ARG PACKAGE_DISTRO=el8
ARG PACKAGE_DISTRO=el9

ARG KONG_PREFIX=/usr/local/kong
ENV KONG_PREFIX $KONG_PREFIX
Expand Down
2 changes: 2 additions & 0 deletions changelog/unreleased/kong/bump-dockerfile-ubi9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
message: "Updated the default base for RPM Dockerfile from UBI 8 to UBI 9."
type: dependency

0 comments on commit f68d17c

Please sign in to comment.