#92 Need rootfiles package in fedora:latest Docker base image
Closed None Opened 9 years ago by scollier.

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.

Login to comment on this ticket.

Metadata