jberkus reported a new issue against the project: `atomic-wg` that you are following: `` Currently, the "cp" command in fedora base image is "cp -i" interactive, as is it with Fedora Workstation. This can cause "cp" commands in dockerfile scripts to fail, because of the interactive prompt, causing a lot of debugging frustration.
We should switch to standard "cp" in the base image. ``
To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/177
dustymabe added a new comment to an issue you are following: `` agreed. ``
To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/177
kushal added a new comment to an issue you are following: `` +1 from me. ``
To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/177
dustymabe added a new comment to an issue you are following: `` @jberkus - can you explain what situation you were in when you hit this problem? I'm not seeing it:
``` $ sudo docker run -it --rm fedora-docker-base-25-1.2.x86_64 bash [root@0dcea1cb767e /]# [root@0dcea1cb767e /]# cp /etc/resolv.conf /tmp/ [root@0dcea1cb767e /]# ``` ``
To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/177
jberkus added a new comment to an issue you are following: `` Try to copy *over* a file. ``
To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/177
jasonbrooks added a new comment to an issue you are following: `` It looks like you can ignote the alias w/ `\cp`. ``
To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/177
jberkus added a new comment to an issue you are following: `` Yes, there's a workaround. However, imagine that you're a developer porting your Dockerfiles from Ubuntu. You run into bizarre errors with cp, or hangs during the build. Do troubleshoot them, or give up and go back to Ubuntu? ``
To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/177
jasonbrooks added a new comment to an issue you are following: `` Right, I wonder if we can/should toss in some `unalias` commands into: https://pagure.io/fedora-kickstarts/blob/f25/f/fedora-docker-base.ks. `rm` and `mv` are also aliased to be interactive. CentOS has the same aliases. ``
To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/177
dustymabe added a new comment to an issue you are following: `` so this is the same behavior as the F24 docker base image so I vote that we don't make this change until after F25 release. - Also someone needs to step up and "own" the issue and be responsible for making the change. ``
To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/177
jberkus added a new comment to an issue you are following: `` Sure, that's fine. ``
To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/177
misc added a new comment to an issue you are following: `` Isn't it rather something to be fix in the alias definition, ie, add the alias only when there is a tty ? Cause the issue is for more than docker, as I assume cronjob would also fail for that, etc. ``
To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/177