-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: introduces builder images #590
base: master
Are you sure you want to change the base?
Conversation
/test openshift |
/retest |
3 similar comments
/retest |
/retest |
/retest |
@bartoszmajsak: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
6299d95
to
6c6bacd
Compare
5e555b3
to
024dbac
Compare
docker: | ||
- image: &golang-img cimg/go:1.15.5 | ||
- image: &golang-img cimg/go:1.14.7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.14.7?
@@ -1,3 +1,19 @@ | |||
FROM registry.access.redhat.com/ubi8/go-toolset:1.14.7 AS builder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we require 1.16.x now due to the fs thinggy?
Short description of what this resolves:
Leverages docker builder images/ multistage build to build controller and test service.
Changes proposed in this pull request:
Dockerfile
s.dockerignore
Makefile
Fixes #588