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:
7070.. code-block :: bash
7171
7272 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
7474 sudo dnf install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
7575
7676 Ensure Docker is running & enabled:
@@ -101,7 +101,7 @@ Build a Kayobe automation image:
101101 git submodule update
102102 # If running on Ubuntu, the fact cache can confuse Kayobe in the Rocky-based container
103103 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 .
105105
106106 Configuration
107107=============
You can’t perform that action at this time.
0 commit comments