mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add build image for the GitLab Operator
Adds a new Dockerfile which installs dependencies used in the GitLab Operator pipeline.
This commit is contained in:
parent
38acdfcd9a
commit
d0fa65332c
2 changed files with 12 additions and 0 deletions
8
Dockerfile.gitlab-operator-build-base
Normal file
8
Dockerfile.gitlab-operator-build-base
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue