Skip to content

Commit

Permalink
Bump alpine image everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
jknipper committed Sep 2, 2024
1 parent c2d2aad commit 7a33935
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG VERSION=latest
FROM sapcc/kubernikus-binaries:$VERSION as kubernikus-binaries
FROM sapcc/kubernikus-docs:$VERSION as kubernikus-docs

FROM alpine:3.18 as kubernikus
FROM alpine:3.19 as kubernikus
LABEL source_repository="https://github.com/sapcc/kubernikus"
MAINTAINER "Fabian Ruff <[email protected]>"
RUN apk add --no-cache curl iptables
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.kubernikus
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN make build-e2e

FROM ${DOCS_IMAGE} as kubernikus-docs

FROM keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/alpine:3.18 as kubernikus
FROM keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/alpine:3.19 as kubernikus
LABEL source_repository="https://github.com/sapcc/kubernikus"
MAINTAINER "Fabian Ruff <[email protected]>"
RUN apk add --no-cache curl iptables
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.kubernikus-docs2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/alpine:3.18
FROM keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/alpine:3.19
LABEL source_repository="https://github.com/sapcc/kubernikus"

ARG HUGO_VERSION=0.30.2
Expand Down
2 changes: 1 addition & 1 deletion ci/task_checksum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image_resource:
type: registry-image
source:
repository: keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/golang
tag: 1.22-alpine3.18
tag: 1.22-alpine3.19

inputs:
- name: kubernikus.builds
Expand Down
2 changes: 1 addition & 1 deletion ci/task_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image_resource:
type: registry-image
source:
repository: keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/golang
tag: 1.22-alpine3.18
tag: 1.22-alpine3.19
inputs:
- name: kubernikus.builds
path: gopath/src/github.com/sapcc/kubernikus
Expand Down
2 changes: 1 addition & 1 deletion ci/task_e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image_resource:
type: registry-image
source:
repository: keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/golang
tag: 1.22-alpine3.18
tag: 1.22-alpine3.19

inputs:
- name: kubernikus.builds
Expand Down

0 comments on commit 7a33935

Please sign in to comment.