[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] automation: adjust paths to docker files in documentation
commit c4bdb14b80a1751ba622f3e48a4b91401c67867d Author: Olaf Hering <olaf@xxxxxxxxx> AuthorDate: Wed Jul 17 12:12:32 2024 +0200 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Mon Jul 22 18:50:49 2024 +0100 automation: adjust paths to docker files in documentation Use new location of dockerfiles. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Reviewed-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> --- automation/build/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automation/build/README.md b/automation/build/README.md index 12a2b4af18..bd0c0e0418 100644 --- a/automation/build/README.md +++ b/automation/build/README.md @@ -100,12 +100,12 @@ such as openSUSE Tumbleweed. Login with the gitlab.com credentials. ``` docker login registry.gitlab.com/xen-project/xen -make -C automation/build suse/opensuse-tumbleweed +make -C automation/build opensuse/tumbleweed-x86_64 env CONTAINER_NO_PULL=1 \ CONTAINER=tumbleweed \ CONTAINER_ARGS='-e CC=gcc -e CXX=g++ -e debug=y' \ automation/scripts/containerize automation/scripts/build < /dev/null -make -C automation/build suse/opensuse-tumbleweed PUSH=1 +make -C automation/build opensuse/tumbleweed-x86_64 PUSH=1 ``` [BuildKit]: https://docs.docker.com/build/buildkit/ -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |