-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into user-agent
- Loading branch information
Showing
142 changed files
with
2,283 additions
and
1,888 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
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 |
---|---|---|
|
@@ -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.15 as kubernikus | ||
FROM alpine:3.18 as kubernikus | ||
LABEL source_repository="https://github.com/sapcc/kubernikus" | ||
MAINTAINER "Fabian Ruff <[email protected]>" | ||
RUN apk add --no-cache curl iptables | ||
|
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,8 +1,8 @@ | ||
ARG DOCS_IMAGE=keppel.eu-de-1.cloud.sap/ccloud/kubernikus-docs-builder:latest | ||
FROM keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/golang:1.18-alpine3.15 as builder | ||
FROM keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/golang:1.20-alpine3.18 as builder | ||
WORKDIR /app | ||
RUN apk add --no-cache make bash git curl gcc musl-dev | ||
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.0 | ||
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.53.2 | ||
COPY . . | ||
ENV GOARCH=amd64 | ||
ARG VERSION | ||
|
@@ -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.15 as kubernikus | ||
FROM keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/alpine:3.18 as kubernikus | ||
LABEL source_repository="https://github.com/sapcc/kubernikus" | ||
MAINTAINER "Fabian Ruff <[email protected]>" | ||
RUN apk add --no-cache curl iptables | ||
|
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
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
Oops, something went wrong.