Skip to content

Commit

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

* chore(changelog): update text
  • Loading branch information
curiositycasualty authored Sep 18, 2024
1 parent c6f6c6f commit bbc7360
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 <docker@konghq.com> (@team-gateway-bot)"
Expand All @@ -18,7 +18,7 @@ LABEL name="Kong" \
# RedHat required LICENSE file approved path
COPY LICENSE /licenses/

ARG RPM_PLATFORM=el8
ARG RPM_PLATFORM=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: "Bumped rpm dockerfile default base UBI 8 -> 9"
type: dependency

1 comment on commit bbc7360

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:bbc736041b60e5372971bbe92e3854669d9a29fc
Artifacts available https://github.com/Kong/kong/actions/runs/10927418186

Please sign in to comment.