Skip to content
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

Error echoing /etc/hosts file as it is read-only #15

Open
Whoops-Aurora opened this issue Mar 29, 2024 · 0 comments
Open

Error echoing /etc/hosts file as it is read-only #15

Whoops-Aurora opened this issue Mar 29, 2024 · 0 comments

Comments

@Whoops-Aurora
Copy link

when executing queens and victoria I came across error during building the dockerfile line 27 at keystone.sh I getr this error in docker

187.8 + echo '127.0.0.1 openstack-controller'
187.8 /root/install_scripts/keystone.sh: line 27: /etc/hosts: Read-only file system

Dockerfile:23

21 | ADD install_scripts/keystone.conf /root/install_scripts/keystone.conf
22 | ADD install_scripts/keystone.sh /root/install_scripts/keystone.sh
23 | >>> RUN /bin/bash /root/install_scripts/keystone.sh
24 |
25 | # nova

ERROR: failed to solve: process "/bin/sh -c /bin/bash /root/install_scripts/keystone.sh" did not complete successfully: exit code: 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant