[libcxx-commits] [libcxx] Rehome libcxx-builder docker image & attempt gentler termination. (PR #71604)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 8 09:42:29 PST 2023


================
@@ -22,12 +22,11 @@
 # If you're only looking to run the Docker image locally for debugging a
 # build bot, see the `run-buildbot-container` script located in this directory.
 #
-# A pre-built version of this image is maintained on DockerHub as ldionne/libcxx-builder.
-# To update the image, rebuild it and push it to ldionne/libcxx-builder (which
-# will obviously only work if you have permission to do so).
+# A pre-built version of this image is maintained on Github under the libc++ organization, as ghcr.io/libcxx/libcxx-builder.
+# To update the image, rebuild it and push it to github (all members of the libc++ organization should be able to do this).
 #
-#   $ docker build -t ldionne/libcxx-builder libcxx/utils/ci
-#   $ docker push ldionne/libcxx-builder
+#   $ docker compose build
----------------
mordante wrote:

There is "docker-compose" and "docker compose"
On Ubuntu 22.04 (the lastest LTS version)  "docker compose" is not available.
This link contains more information.
https://github.com/docker/compose-cli/issues/1404#issue-823883873

Can you add a comment that "docker-compose" can be used when "docker compose" is not available?


https://github.com/llvm/llvm-project/pull/71604


More information about the libcxx-commits mailing list