-
Notifications
You must be signed in to change notification settings - Fork 462
image: MCD depends on util-linux (mount) which is being removed from base #445
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
Conversation
…base As part of the general cleanup we are moving to UBI based Docker images and util-linux is being removed from the base image. Add an explicit dependency here.
5c0776b to
b909fd4
Compare
|
/approve |
|
not sure why |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: runcom, smarterclayton The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
rhel-images was removed, but something is wrong with the status. Assuming this goes green I'm going to force merge (I'm still trying to debug why the status came back) |
|
/refresh |
|
@smarterclayton if I try /cc @abhinavdahiya |
|
ref: #463 |
|
Yes, for right now you have to be building the dockerfile on the ci
environment. We’re going to have a workaround for that soon but it’s
complicated by not wanting to share our certificates too broadly.
On Feb 19, 2019, at 6:38 PM, Sam Batschelet <[email protected]> wrote:
@smarterclayton <https://github.com/smarterclayton> if I try make
image-daemon build fails for Dockerfile.machine-config-daemon is this rhel
only?
[....]
STEP 11: RUN yum install -y util-linux && yum clean all && rm -rf
/var/cache/yum/*
Loaded plugins: ovl, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use
subscription-manager to
register.http://base-4-0.ocp.svc/rhel-fast-datapath/repodata/repomd.xml:
[Errno 14] curl#6 - "Could not resolve host: base-4-0.ocp.svc; Unknown
error"
Trying other mirror.
/cc @abhinavdahiya <https://github.com/abhinavdahiya>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#445 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABG_p32lBQWjA9TCPaOd04Mk69Auq-Voks5vPIsBgaJpZM4a_P4t>
.
|
@smarterclayton this breaks our own local development since we build images locally and deploy them on a running cluster to iterate on changes (you need to remove the cached image and repull though |
As part of the general cleanup we are moving to UBI based Docker images
and util-linux is being removed from the base image. Add an explicit
dependency here.