We need the .bashrc in order to properly change the bash prompt once changed into the image.
For example, here's the fedora:20 image:
-bash-4.2# docker run -it fedora:20 bash [root@845950cd95f1 /]# cat /etc/fedora-release Fedora release 20 (Heisenbug) [root@845950cd95f1 /]# rpm -qf /root/.bashrc rootfiles-8.1-16.fc20.noarch
For example, here's the fedora:latest image:
-bash-4.2# docker run -it fedora:latest bash bash-4.3# rpm -qf /root/.bashrc error: file /root/.bashrc: No such file or directory
Hi, do we have bugzilla component for Docker images in Fedora? Or in other words - do we need bug for this change?
We track Cloud related bugs/features here on Cloud Trac. Feel free to open new tickets for other things.
Fix commited to spin-kickstarts repository: https://git.fedorahosted.org/cgit/spin-kickstarts.git/commit/?id=7c09012288aab78a5b10ffc05670d82b2006ad46
Log in to comment on this ticket.