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 0124ac9 commit d9e0e7cCopy full SHA for d9e0e7c
.devops/musa.Dockerfile
@@ -2,9 +2,9 @@ ARG UBUNTU_VERSION=22.04
2
# This needs to generally match the container host's environment.
3
ARG MUSA_VERSION=rc4.3.0
4
# Target the MUSA build image
5
-ARG BASE_MUSA_DEV_CONTAINER=sh-harbor.mthreads.com/haive/mthreads/musa:${MUSA_VERSION}-devel-ubuntu${UBUNTU_VERSION}-amd64
+ARG BASE_MUSA_DEV_CONTAINER=mthreads/musa:${MUSA_VERSION}-devel-ubuntu${UBUNTU_VERSION}-amd64
6
7
-ARG BASE_MUSA_RUN_CONTAINER=sh-harbor.mthreads.com/haive/mthreads/musa:${MUSA_VERSION}-runtime-ubuntu${UBUNTU_VERSION}-amd64
+ARG BASE_MUSA_RUN_CONTAINER=mthreads/musa:${MUSA_VERSION}-runtime-ubuntu${UBUNTU_VERSION}-amd64
8
9
FROM ${BASE_MUSA_DEV_CONTAINER} AS build
10
0 commit comments