-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #150 from wallarm/DE-58
DE-58 Helm 4.10.4
- Loading branch information
Showing
12 changed files
with
131 additions
and
67 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
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,15 +1,21 @@ | ||
ARG ALPINE_VERSION | ||
FROM golang:1.21.1-alpine${ALPINE_VERSION} as builder | ||
ARG GOLANG_VERSION | ||
FROM golang:${GOLANG_VERSION}-alpine${ALPINE_VERSION} as builder | ||
|
||
MAINTAINER Wallarm Support Team <[email protected]> | ||
ARG ALPINE_VERSION | ||
ARG GOLANG_VERSION | ||
ARG CONTAINER_VERSION | ||
ARG COMMIT_SHA | ||
|
||
LABEL org.opencontainers.image.title="Docker official image for Wallarm Node. API security platform agent" | ||
LABEL org.opencontainers.image.title="Kubernetes Sidecar schema of Wallarm API Security deployment" | ||
LABEL org.opencontainers.image.authors="Wallarm Support Team <[email protected]>" | ||
LABEL org.opencontainers.image.title="Kubernetes Sidecar controller of Wallarm API Security deployment" | ||
LABEL org.opencontainers.image.documentation="https://docs.wallarm.com/installation/kubernetes/sidecar-proxy/deployment/" | ||
LABEL org.opencontainers.image.source="https://github.com/wallarm/sidecar" | ||
LABEL org.opencontainers.image.vendor="Wallarm" | ||
LABEL org.opencontainers.image.version="${CONTAINER_VERSION}" | ||
LABEL org.opencontainers.image.revision="${COMMIT_SHA}" | ||
LABEL com.wallarm.sidecar-controller.versions.alpine="${ALPINE_VERSION}" | ||
LABEL com.wallarm.sidecar-controller.versions.golang="${GOLANG_VERSION}" | ||
|
||
RUN apk add --no-cache \ | ||
bash \ | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
1.3.5 | ||
1.3.6 |
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
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
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.