Skip to content
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/runtimes/python/python312/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.12.3-alpine3.20

# Serverless
LABEL source = [email protected]:kyma-project/kyma.git
LABEL source = [email protected]:kyma-project/serverless.git

# build-base and linux-headers are needed to install all requirements
RUN apk add --no-cache --virtual .build-deps build-base linux-headers
Expand Down
2 changes: 1 addition & 1 deletion components/runtimes/python/python39/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.9.19-alpine3.20

# Serverless
LABEL source = [email protected]:kyma-project/kyma.git
LABEL source = [email protected]:kyma-project/serverless.git

# build-base and linux-headers are needed to install all requirements
RUN apk add --no-cache --virtual .build-deps build-base linux-headers
Expand Down
2 changes: 1 addition & 1 deletion components/serverless/deploy/jobinit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN go build -ldflags "-s -w" -a -o jobinit ./components/serverless/cmd/jobinit/
FROM europe-docker.pkg.dev/kyma-project/prod/external/alpine:3.20.0
ENV LIBGIT2_VERSION=1.5.2-r0

LABEL source = [email protected]:kyma-project/kyma.git
LABEL source = [email protected]:kyma-project/serverless.git

RUN apk update --no-cache && apk upgrade --no-cache
RUN apk add --no-cache ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion components/serverless/deploy/manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN apk update --no-cache && apk upgrade --no-cache
RUN apk add --no-cache --update --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main openssl
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.18/community libgit2=${LIBGIT2_VERSION}

LABEL source = [email protected]:kyma-project/kyma.git
LABEL source = [email protected]:kyma-project/serverless.git

COPY --from=builder /app /app
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
Expand Down
2 changes: 1 addition & 1 deletion components/serverless/deploy/webhook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apk add --no-cache ca-certificates

FROM scratch

LABEL source = [email protected]:kyma-project/kyma.git
LABEL source = [email protected]:kyma-project/serverless.git

COPY --from=builder /app /app
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
Expand Down

0 comments on commit 25c725d

Please sign in to comment.