Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions ci-operator/config/openshift/origin/openshift-origin-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,42 +31,42 @@ images:
inputs:
bin:
as:
- registry.svc.ci.openshift.org/ocp/builder:golang-1.10
- registry.svc.ci.openshift.org/ocp/builder:golang-1.11
- dockerfile_path: images/cli/Dockerfile.rhel
from: base
to: cli
inputs:
bin:
as:
- registry.svc.ci.openshift.org/ocp/builder:golang-1.10
- registry.svc.ci.openshift.org/ocp/builder:golang-1.11
- dockerfile_path: images/cli-artifacts/Dockerfile.rhel
from: cli
to: cli-artifacts
inputs:
bin:
as:
- registry.svc.ci.openshift.org/ocp/builder:golang-1.10
- registry.svc.ci.openshift.org/ocp/builder:golang-1.11
- dockerfile_path: images/hypershift/Dockerfile.rhel
from: base
to: hypershift
inputs:
bin:
as:
- registry.svc.ci.openshift.org/ocp/builder:golang-1.10
- registry.svc.ci.openshift.org/ocp/builder:golang-1.11
- dockerfile_path: images/hyperkube/Dockerfile.rhel
from: base
to: hyperkube
inputs:
bin:
as:
- registry.svc.ci.openshift.org/ocp/builder:golang-1.10
- registry.svc.ci.openshift.org/ocp/builder:golang-1.11
- dockerfile_path: images/tests/Dockerfile.rhel
from: cli
to: tests
inputs:
bin:
as:
- registry.svc.ci.openshift.org/ocp/builder:golang-1.10
- registry.svc.ci.openshift.org/ocp/builder:golang-1.11
- context_dir: images/deployer/
dockerfile_path: Dockerfile.rhel
from: cli
Expand All @@ -81,7 +81,7 @@ images:
inputs:
bin:
as:
- registry.svc.ci.openshift.org/ocp/builder:golang-1.10
- registry.svc.ci.openshift.org/ocp/builder:golang-1.11
- context_dir: images/os/
from: base
inputs:
Expand Down
8 changes: 8 additions & 0 deletions ci-operator/infra/openshift/origin/images-ocp-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ spec:
scheduled: true
referencePolicy:
type: Local
- name: golang-1.11
from:
kind: DockerImage
name: docker.io/openshift/origin-release:golang-1.11
importPolicy:
scheduled: true
referencePolicy:
type: Local
---
kind: ImageStream
apiVersion: image.openshift.io/v1
Expand Down
2 changes: 1 addition & 1 deletion projects/origin-release/golang-1.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
FROM centos:7

ENV VERSION=1.10.3 \
ENV VERSION=1.10.8 \
GOCACHE=/go/.cache \
GOARM=5 \
GOPATH=/go \
Expand Down
2 changes: 1 addition & 1 deletion projects/origin-release/golang-1.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
FROM centos:7

ENV VERSION=1.11.5 \
ENV VERSION=1.11.8 \
GOCACHE=/go/.cache \
GOARM=5 \
GOPATH=/go \
Expand Down