From 8371b75241ee256d85beb6a1fcf43d7ab5bb3e22 Mon Sep 17 00:00:00 2001 From: Adrian Ratiu Date: Tue, 23 Mar 2021 21:41:30 +0200 Subject: [PATCH] docs: docker: minor stale documentation fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commits like the following changed the script names and distro tag but didn't update the documentation. We do not explicitely mention script names because they will likely change in the future but the distro tag is less likely to change because it is shared with the upstream ci-templates repo. Fixes: af7dca35602 ("ci: Update the ci-templates commit.") Fixes: 506e9d5fc71 ("gitlab-ci: Rename container install scripts to ...") Fixes: c6c76527535 ("gitlab-ci: Organize images using new REPO_SUFFIX ...") Signed-off-by: Adrian Ratiu Reviewed-by: Michel Dänzer Part-of: --- docs/ci/docker.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/ci/docker.rst b/docs/ci/docker.rst index bca1da4c0ff..97c20d55759 100644 --- a/docs/ci/docker.rst +++ b/docs/ci/docker.rst @@ -8,10 +8,9 @@ VK-GL-CTS, on the shared GitLab runners provided by `freedesktop Software architecture --------------------- -The Docker containers are rebuilt from the debian-install.sh script -when DEBIAN\_TAG is changed in .gitlab-ci.yml, and -debian-test-install.sh when DEBIAN\_ARM64\_TAG is changed in -.gitlab-ci.yml. The resulting images are around 500MB, and are +The Docker containers are rebuilt using the shell scripts under +.gitlab-ci/container/ when the FDO\_DISTRIBUTION\_TAG changes in +.gitlab-ci.yml. The resulting images are around 1 GB, and are expected to change approximately weekly (though an individual developer working on them may produce many more images while trying to come up with a working MR!).