gitlab-build-images/Dockerfile.gitlab-operator-build-base
Mitchell Nielsen d0fa65332c Add build image for the GitLab Operator
Adds a new Dockerfile which installs dependencies used in the GitLab
Operator pipeline.
2020-10-14 23:26:50 +00:00

8 lines
242 B
Docker

FROM golang:1.14
LABEL maintainer="GitLab Distribution Team" \
description="Build base image for the GitLab Operator project."
# Install dependencies
RUN go get -u \
github.com/onsi/ginkgo/ginkgo \
golang.org/x/lint/golint