-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mustafa Abdelrahman <[email protected]>
- Loading branch information
1 parent
678fc5a
commit 1aeb89c
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 BASE_IMAGE=default | ||
FROM registry.opensource.zalan.do/library/alpine-3:latest AS default | ||
FROM registry.opensource.zalan.do/library/amazonlinux-2023:latest AS default | ||
FROM ${BASE_IMAGE} | ||
LABEL maintainer="Team Gateway&Proxy @ Zalando SE <[email protected]>" | ||
RUN apk --no-cache add ca-certificates && update-ca-certificates | ||
|
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,4 +1,4 @@ | ||
FROM --platform=linux/arm64 alpine@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b | ||
FROM --platform=linux/arm64 amazonlinux@sha256:6966527bf9107ed0fdf2cb8f943613ad9ce02b41f2a28797eae6e5bdbbe844f0 | ||
LABEL maintainer="Team Gateway&Proxy @ Zalando SE <[email protected]>" | ||
RUN apk --no-cache add ca-certificates && update-ca-certificates | ||
ADD build/linux/arm64/skipper \ | ||
|
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,4 +1,4 @@ | ||
FROM --platform=linux/arm/v7 alpine@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b | ||
FROM --platform=linux/arm/v7 amazonlinux@sha256:6966527bf9107ed0fdf2cb8f943613ad9ce02b41f2a28797eae6e5bdbbe844f0 | ||
LABEL maintainer="Team Gateway&Proxy @ Zalando SE <[email protected]>" | ||
RUN apk --no-cache add ca-certificates && update-ca-certificates | ||
ADD build/linux/arm/v7/skipper \ | ||
|