We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a8c10 commit b83cec2Copy full SHA for b83cec2
doc/source/operations/tempest.rst
@@ -101,7 +101,7 @@ Build a Kayobe automation image:
101
git submodule update
102
# If running on Ubuntu, the fact cache can confuse Kayobe in the Rocky-based container
103
mv etc/kayobe/facts{,-old}
104
- sudo DOCKER_BUILDKIT=1 docker build --file .automation/docker/kayobe/Dockerfile --tag kayobe:latest .
+ sudo DOCKER_BUILDKIT=1 docker build --build-arg BASE_IMAGE=rockylinux:9 --file .automation/docker/kayobe/Dockerfile --tag kayobe:latest .
105
106
Configuration
107
=============
0 commit comments