We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00eab85 commit a0d0ce8Copy full SHA for a0d0ce8
base.Dockerfile
@@ -1,12 +1,5 @@
1
-FROM golang:1.10 as builder
2
-WORKDIR /go/src/github.com/operator-framework/operator-lifecycle-manager
+# Dockerfile to bootstrap build and test in openshift-ci
3
4
-# SSH key to fetch operator-client dependency. should be base64 encoded
5
-# "--build-arg sshkey=`cat ~/.ssh/robot_rsa | base64 -w0`"
6
-ARG sshkey
7
-RUN mkdir -p ~/.ssh
8
-RUN apt-get install make git openssh-client gcc g++
+FROM openshift/origin-release:golang-1.13
9
10
-RUN echo $sshkey | base64 -d > ~/.ssh/id_rsa \
11
- && chmod 400 ~/.ssh/id_rsa \
12
- && ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
+RUN yum install -y skopeo
0 commit comments