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 995fbd1 commit 3644ac3Copy full SHA for 3644ac3
dockerfiles/Dockerfile
@@ -1,7 +1,7 @@
1
# Multi-architecture Dockerfile for ITHACA-FV
2
# Automatically selects the correct base image based on target platform
3
ARG TARGETARCH
4
-FROM ghcr.io/ithaca-fv/ithacafv-dependencies:${TARGETARCH} AS base
+FROM ithaca-fv/ithacafv-dependencies:${TARGETARCH} AS base
5
6
LABEL maintainer="[email protected]"
7
@@ -76,4 +76,4 @@ WORKDIR $HOME
76
# Source bashrc on container start
77
RUN /bin/bash -c "source /etc/bash.bashrc"
78
79
-ENTRYPOINT ["/bin/bash"]
+ENTRYPOINT ["/bin/bash"]
0 commit comments