-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
) Behaviour change from #11594 Fix KAG-2855 Fix #11776 (cherry picked from commit a3c249d) Co-authored-by: Wangchong Zhou <[email protected]>
- Loading branch information
1 parent
a612c51
commit fe269ab
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ARG KONG_BASE_IMAGE=alpine:3.16 | ||
FROM $KONG_BASE_IMAGE | ||
FROM --platform=$TARGETPLATFORM $KONG_BASE_IMAGE | ||
|
||
LABEL maintainer="Kong Docker Maintainers <[email protected]> (@team-gateway-bot)" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ARG KONG_BASE_IMAGE=debian:bullseye-slim | ||
FROM $KONG_BASE_IMAGE | ||
FROM --platform=$TARGETPLATFORM $KONG_BASE_IMAGE | ||
|
||
LABEL maintainer="Kong Docker Maintainers <[email protected]> (@team-gateway-bot)" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ARG KONG_BASE_IMAGE=redhat/ubi8 | ||
FROM $KONG_BASE_IMAGE | ||
FROM --platform=$TARGETPLATFORM $KONG_BASE_IMAGE | ||
|
||
LABEL maintainer="Kong Docker Maintainers <[email protected]> (@team-gateway-bot)" | ||
|
||
|