Skip to content

Commit

Permalink
Go source install
Browse files Browse the repository at this point in the history
Signed-off-by: kpango <[email protected]>
  • Loading branch information
kpango committed Feb 7, 2024
1 parent 05852bf commit 234c2af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockers/gateway/filter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions dockers/operator/helm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 234c2af

Please sign in to comment.