File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG HLS_VERSION
4
4
ARG STACK_VERSION
5
5
6
6
ARG HLS_GHC_VERSION=${HLS_VERSION:+$GHC_VERSION}
7
- ARG HLS_SFX=/${HLS_GHC_VERSION:-all}/hls:${HLS_VERSION:-none }
7
+ ARG HLS_IMAGE_TAG=${HLS_VERSION:-none}-ghc${HLS_GHC_VERSION:-all }
8
8
9
9
ARG STACK_VERSION_OVERRIDE=${STACK_VERSION}
10
10
@@ -21,9 +21,9 @@ RUN find /files -type d -exec chmod 755 {} \; \
21
21
&& find /files -type f -exec chmod 644 {} \; \
22
22
&& find /files/usr/local/bin -type f -exec chmod 755 {} \;
23
23
24
- FROM glcr.b-data.ch/ghc/ghc-musl${HLS_SFX} as hls
24
+ FROM quay.io/benz0li/hlssi:${HLS_IMAGE_TAG} AS hlssi
25
25
26
- FROM glcr.b-data.ch/ndmitchell /hlsi:latest as hlsi
26
+ FROM quay.io/benz0li /hlsi:latest AS hlsi
27
27
28
28
FROM docker.io/koalaman/shellcheck:stable as sci
29
29
@@ -89,7 +89,7 @@ RUN if [ -n "$USE_ZSH_FOR_ROOT" ]; then \
89
89
90
90
# # Copy binaries as late as possible to avoid cache busting
91
91
# # Install HLS
92
- COPY --from=hls /usr/local /usr/local
92
+ COPY --from=hlssi /usr/local /usr/local
93
93
# # Install HLint
94
94
COPY --from=hlsi /usr/local /usr/local
95
95
# # Install ShellCheck
You can’t perform that action at this time.
0 commit comments