mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
replace busybox versions of utils with GNU coreutils
This commit is contained in:
parent
9234f09a97
commit
c85b1063a3
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ ARG KUBEBUILDER_VERSION=2.3.1
|
||||||
ARG YQ_VERSION=4.7.0
|
ARG YQ_VERSION=4.7.0
|
||||||
ARG HELM_VERSION=3.5.2
|
ARG HELM_VERSION=3.5.2
|
||||||
|
|
||||||
RUN apk add --no-cache podman curl make gcc musl-dev git bash
|
RUN apk add --no-cache podman curl make gcc musl-dev git bash coreutils
|
||||||
RUN go get -u \
|
RUN go get -u \
|
||||||
github.com/onsi/ginkgo/ginkgo \
|
github.com/onsi/ginkgo/ginkgo \
|
||||||
golang.org/x/lint/golint
|
golang.org/x/lint/golint
|
||||||
|
|
@ -60,4 +60,4 @@ COPY --from=controller-gen /go/bin/controller-gen /usr/local/bin/controller-gen
|
||||||
FROM golang:${GOLANG_VERSION}-alpine
|
FROM golang:${GOLANG_VERSION}-alpine
|
||||||
LABEL maintainer="GitLab Distribution Team" \
|
LABEL maintainer="GitLab Distribution Team" \
|
||||||
description="Build base image for the GitLab Operator project."
|
description="Build base image for the GitLab Operator project."
|
||||||
COPY --from=build / /
|
COPY --from=build / /
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue