Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
bumping versions for ci image
Browse files Browse the repository at this point in the history
  • Loading branch information
laurafitzgerald authored and openshift-merge-robot committed Dec 13, 2019
1 parent 26ca794 commit 94315e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions openshift-ci/Dockerfile.tools
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.12
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13

ENV OPERATOR_SDK_VERSION=v0.10.0
ENV OPERATOR_SDK_VERSION=v0.12.0

# install operator-sdk (from git with no history and only the tag)
RUN mkdir -p $GOPATH/src/github.com/operator-framework \
Expand Down
8 changes: 4 additions & 4 deletions openshift-ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Base image used on CI for all builds and test jobs.
#### Build and Test

```
$ docker build -t registry.svc.ci.openshift.org/openshift/release:intly-golang-1.12 - < Dockerfile.tools
$ IMAGE_NAME=registry.svc.ci.openshift.org/openshift/release:intly-golang-1.12 test/run
operator-sdk version: v0.10.0, commit: ff80b17737a6a0aade663e4827e8af3ab5a21170
go version go1.12.9 linux/amd64
$ docker build -t registry.svc.ci.openshift.org/openshift/release:intly-golang-1.13 - < Dockerfile.tools
$ IMAGE_NAME=registry.svc.ci.openshift.org/openshift/release:intly-golang-1.13 test/run
operator-sdk version: "v0.12.0", commit: "2445fcda834ca4b7cf0d6c38fba6317fb219b469", go version: "go1.13.5 linux/amd64"
go version go1.13.5 linux/amd64
hello world
SUCCESS!
```

0 comments on commit 94315e6

Please sign in to comment.