Merge branch '88-base64-is-missing-in-gitlab-operator-build-base' into 'master'

Add coreutils (base64) to gitlab-operator-build-base

Closes #88

See merge request gitlab-org/gitlab-build-images!425
This commit is contained in:
DJ Mountney 2021-08-04 21:19:00 +00:00
commit 6950f5bebb

View file

@ -31,7 +31,7 @@ ARG KUBEBUILDER_VERSION=2.3.1
ARG YQ_VERSION=4.7.0
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 \
github.com/onsi/ginkgo/ginkgo \
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
LABEL maintainer="GitLab Distribution Team" \
description="Build base image for the GitLab Operator project."
COPY --from=build / /
COPY --from=build / /