File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Installing Docker on Rocky:
70
70
.. code-block :: bash
71
71
72
72
sudo dnf install -y dnf-utils
73
- sudo dnf- config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
73
+ sudo dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
74
74
sudo dnf install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
75
75
76
76
Ensure Docker is running & enabled:
@@ -101,7 +101,7 @@ Build a Kayobe automation image:
101
101
git submodule update
102
102
# If running on Ubuntu, the fact cache can confuse Kayobe in the Rocky-based container
103
103
mv etc/kayobe/facts{,-old}
104
- sudo DOCKER_BUILDKIT=1 docker build --build-arg BASE_IMAGE=rockylinux:9 --file .automation/docker/kayobe/Dockerfile --tag kayobe:latest .
104
+ sudo DOCKER_BUILDKIT=1 docker build --network host -- build-arg BASE_IMAGE=rockylinux:9 --file .automation/docker/kayobe/Dockerfile --tag kayobe:latest .
105
105
106
106
Configuration
107
107
=============
You can’t perform that action at this time.
0 commit comments