Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing openshift-builder-master.yaml to use dockerfile from ocp-build-data #10855

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -3,6 +3,10 @@ base_images:
name: "4.6"
namespace: ocp
tag: base
ocp_builder_golang-1.13:
name: builder
namespace: ocp
tag: golang-1.13
openshift_release_golang-1.13:
name: release
namespace: openshift
Expand All @@ -13,8 +17,12 @@ build_root:
namespace: openshift
tag: golang-1.13
images:
- from: base
- dockerfile_path: Dockerfile.rhel8
from: base
inputs:
ocp_builder_golang-1.13:
as:
- registry.svc.ci.openshift.org/ocp/builder:golang-1.13
openshift_release_golang-1.13:
as:
- registry.svc.ci.openshift.org/openshift/release:golang-1.13
Expand Down