-
Notifications
You must be signed in to change notification settings - Fork 56
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
Set alpine:latest as a base image by default #192
Conversation
@e0ne do you understand why CI failed on this change? |
/retest-nic_operator |
@moshe010 failures aren't related to the change, need to dig deeper |
/retest-nic_operator_helm |
/retest-nic_operator_kind |
|
||
``` | ||
docker build -t network-operator \ | ||
--build-arg BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal:latest \ |
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.
you need to add to Travis to build both type of images (not for this release)
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.
We'll move it to jenkins to not hit dokerpull limit. golang image from dokcerhub is still using for base builder image
Image size changed from 346MB to 50.3MB Signed-off-by: Ivan Kolodiazhnyi <[email protected]>
Signed-off-by: Ivan Kolodiazhnyi <[email protected]>
Signed-off-by: Ivan Kolodiazhny <[email protected]>
Signed-off-by: Ivan Kolodiazhnyi <[email protected]>
/retest-nic_operator_helm |
1 similar comment
/retest-nic_operator_helm |
@e0ne where do you push both images to dockerhub? |
Image size changed from 346MB to 50.3MB
Signed-off-by: Ivan Kolodiazhnyi [email protected]