-
Notifications
You must be signed in to change notification settings - Fork 77
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: kpango <[email protected]>
- Loading branch information
Showing
2 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 |
---|---|---|
|
@@ -15,13 +15,13 @@ | |
# limitations under the License. | ||
# | ||
|
||
ARG GO_VERSION=latest | ||
ARG DISTROLESS_IMAGE=gcr.io/distroless/static | ||
ARG DISTROLESS_IMAGE_TAG=nonroot | ||
ARG MAINTAINER="vdaas.org vald team <[email protected]>" | ||
|
||
FROM --platform=${BUILDPLATFORM} ubuntu:devel AS builder | ||
|
||
ARG GO_VERSION | ||
ARG TARGETARCH | ||
ARG TARGETOS | ||
|
||
|
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 |
---|---|---|
|
@@ -23,8 +23,6 @@ ARG GROUP="vald.vdaas.org" | |
ARG VALD_KIND="ValdRelease" | ||
ARG VALD_HELM_OPERATOR_KIND="ValdHelmOperatorRelease" | ||
ARG MAINTAINER="vdaas.org vald team <[email protected]>" | ||
ARG TARGETARCH | ||
ARG TARGETOS | ||
|
||
# skipcq: DOK-DL3026 | ||
FROM --platform=${BUILDPLATFORM} quay.io/operator-framework/helm-operator:${OPERATOR_SDK_VERSION} AS operator | ||
|
@@ -37,6 +35,8 @@ ARG GROUP | |
ARG VALD_KIND | ||
ARG VALD_HELM_OPERATOR_KIND | ||
ARG UPX_OPTIONS | ||
ARG TARGETARCH | ||
ARG TARGETOS | ||
|
||
ENV GO111MODULE on | ||
ENV DEBIAN_FRONTEND noninteractive | ||
|