File tree 8 files changed +40
-40
lines changed
8 files changed +40
-40
lines changed Original file line number Diff line number Diff line change @@ -9,24 +9,24 @@ RUN apt-get update && \
9
9
libtinfo-dev && \
10
10
rm -rf /var/lib/apt/lists/*
11
11
12
- ARG STACK=2.9.1
12
+ ARG STACK=2.9.2. 1
13
13
ARG STACK_RELEASE_KEY=C5705533DA4F78D8664B5DC0575159689BEFB442
14
14
15
15
RUN set -eux; \
16
16
cd /tmp; \
17
17
ARCH="$(dpkg-architecture --query DEB_BUILD_GNU_CPU)" ; \
18
18
INSTALL_STACK="true" ; \
19
- STACK_URL="https://github.com/commercialhaskell/stack/releases/download/v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz" ; \
20
- # sha256 from https://github.com/commercialhaskell/stack/releases/download/v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz.sha256
19
+ STACK_URL="https://github.com/commercialhaskell/stack/releases/download/rc/ v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz" ; \
20
+ # sha256 from https://github.com/commercialhaskell/stack/releases/download/rc/ v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz.sha256
21
21
case "$ARCH" in \
22
22
'aarch64' ) \
23
23
# Stack does not officially support ARM64, nor do the binaries that exist work.
24
24
# Hitting https://github.com/commercialhaskell/stack/issues/2103#issuecomment-972329065 when trying to use
25
25
# stack-2.7.1-linux-aarch64.tar.gz
26
- INSTALL_STACK= "false" ; \
26
+ STACK_SHA256= '6e9f646ecd04892cf7edda11ff989abd885e29d05ad9f88d19e22afeb6e14275' ; \
27
27
;; \
28
28
'x86_64' ) \
29
- STACK_SHA256='0581cebe880b8ed47556ee73d8bbb9d602b5b82e38f89f6aa53acaec37e7760d ' ; \
29
+ STACK_SHA256='4cc9a677f3740929f3bb14190e03ccbb638ad4110b19a5f7ee502ef5b956ca87 ' ; \
30
30
;; \
31
31
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
32
32
esac; \
Original file line number Diff line number Diff line change @@ -23,24 +23,24 @@ RUN apt-get update && \
23
23
zlib1g-dev && \
24
24
rm -rf /var/lib/apt/lists/*
25
25
26
- ARG STACK=2.9.1
26
+ ARG STACK=2.9.2. 1
27
27
ARG STACK_RELEASE_KEY=C5705533DA4F78D8664B5DC0575159689BEFB442
28
28
29
29
RUN set -eux; \
30
30
cd /tmp; \
31
31
ARCH="$(dpkg-architecture --query DEB_BUILD_GNU_CPU)" ; \
32
32
INSTALL_STACK="true" ; \
33
- STACK_URL="https://github.com/commercialhaskell/stack/releases/download/v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz" ; \
34
- # sha256 from https://github.com/commercialhaskell/stack/releases/download/v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz.sha256
33
+ STACK_URL="https://github.com/commercialhaskell/stack/releases/download/rc/ v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz" ; \
34
+ # sha256 from https://github.com/commercialhaskell/stack/releases/download/rc/ v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz.sha256
35
35
case "$ARCH" in \
36
36
'aarch64' ) \
37
37
# Stack does not officially support ARM64, nor do the binaries that exist work.
38
38
# Hitting https://github.com/commercialhaskell/stack/issues/2103#issuecomment-972329065 when trying to use
39
39
# stack-2.7.1-linux-aarch64.tar.gz
40
- INSTALL_STACK= "false" ; \
40
+ STACK_SHA256= '6e9f646ecd04892cf7edda11ff989abd885e29d05ad9f88d19e22afeb6e14275' ; \
41
41
;; \
42
42
'x86_64' ) \
43
- STACK_SHA256='0581cebe880b8ed47556ee73d8bbb9d602b5b82e38f89f6aa53acaec37e7760d ' ; \
43
+ STACK_SHA256='4cc9a677f3740929f3bb14190e03ccbb638ad4110b19a5f7ee502ef5b956ca87 ' ; \
44
44
;; \
45
45
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
46
46
esac; \
Original file line number Diff line number Diff line change @@ -9,24 +9,24 @@ RUN apt-get update && \
9
9
libtinfo-dev && \
10
10
rm -rf /var/lib/apt/lists/*
11
11
12
- ARG STACK=2.9.1
12
+ ARG STACK=2.9.2. 1
13
13
ARG STACK_RELEASE_KEY=C5705533DA4F78D8664B5DC0575159689BEFB442
14
14
15
15
RUN set -eux; \
16
16
cd /tmp; \
17
17
ARCH="$(dpkg-architecture --query DEB_BUILD_GNU_CPU)" ; \
18
18
INSTALL_STACK="true" ; \
19
- STACK_URL="https://github.com/commercialhaskell/stack/releases/download/v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz" ; \
20
- # sha256 from https://github.com/commercialhaskell/stack/releases/download/v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz.sha256
19
+ STACK_URL="https://github.com/commercialhaskell/stack/releases/download/rc/ v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz" ; \
20
+ # sha256 from https://github.com/commercialhaskell/stack/releases/download/rc/ v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz.sha256
21
21
case "$ARCH" in \
22
22
'aarch64' ) \
23
23
# Stack does not officially support ARM64, nor do the binaries that exist work.
24
24
# Hitting https://github.com/commercialhaskell/stack/issues/2103#issuecomment-972329065 when trying to use
25
25
# stack-2.7.1-linux-aarch64.tar.gz
26
- INSTALL_STACK= "false" ; \
26
+ STACK_SHA256= '6e9f646ecd04892cf7edda11ff989abd885e29d05ad9f88d19e22afeb6e14275' ; \
27
27
;; \
28
28
'x86_64' ) \
29
- STACK_SHA256='0581cebe880b8ed47556ee73d8bbb9d602b5b82e38f89f6aa53acaec37e7760d ' ; \
29
+ STACK_SHA256='4cc9a677f3740929f3bb14190e03ccbb638ad4110b19a5f7ee502ef5b956ca87 ' ; \
30
30
;; \
31
31
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
32
32
esac; \
Original file line number Diff line number Diff line change @@ -23,24 +23,24 @@ RUN apt-get update && \
23
23
zlib1g-dev && \
24
24
rm -rf /var/lib/apt/lists/*
25
25
26
- ARG STACK=2.9.1
26
+ ARG STACK=2.9.2. 1
27
27
ARG STACK_RELEASE_KEY=C5705533DA4F78D8664B5DC0575159689BEFB442
28
28
29
29
RUN set -eux; \
30
30
cd /tmp; \
31
31
ARCH="$(dpkg-architecture --query DEB_BUILD_GNU_CPU)" ; \
32
32
INSTALL_STACK="true" ; \
33
- STACK_URL="https://github.com/commercialhaskell/stack/releases/download/v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz" ; \
34
- # sha256 from https://github.com/commercialhaskell/stack/releases/download/v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz.sha256
33
+ STACK_URL="https://github.com/commercialhaskell/stack/releases/download/rc/ v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz" ; \
34
+ # sha256 from https://github.com/commercialhaskell/stack/releases/download/rc/ v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz.sha256
35
35
case "$ARCH" in \
36
36
'aarch64' ) \
37
37
# Stack does not officially support ARM64, nor do the binaries that exist work.
38
38
# Hitting https://github.com/commercialhaskell/stack/issues/2103#issuecomment-972329065 when trying to use
39
39
# stack-2.7.1-linux-aarch64.tar.gz
40
- INSTALL_STACK= "false" ; \
40
+ STACK_SHA256= '6e9f646ecd04892cf7edda11ff989abd885e29d05ad9f88d19e22afeb6e14275' ; \
41
41
;; \
42
42
'x86_64' ) \
43
- STACK_SHA256='0581cebe880b8ed47556ee73d8bbb9d602b5b82e38f89f6aa53acaec37e7760d ' ; \
43
+ STACK_SHA256='4cc9a677f3740929f3bb14190e03ccbb638ad4110b19a5f7ee502ef5b956ca87 ' ; \
44
44
;; \
45
45
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
46
46
esac; \
Original file line number Diff line number Diff line change @@ -9,24 +9,24 @@ RUN apt-get update && \
9
9
libtinfo-dev && \
10
10
rm -rf /var/lib/apt/lists/*
11
11
12
- ARG STACK=2.9.1
12
+ ARG STACK=2.9.2. 1
13
13
ARG STACK_RELEASE_KEY=C5705533DA4F78D8664B5DC0575159689BEFB442
14
14
15
15
RUN set -eux; \
16
16
cd /tmp; \
17
17
ARCH="$(dpkg-architecture --query DEB_BUILD_GNU_CPU)" ; \
18
18
INSTALL_STACK="true" ; \
19
- STACK_URL="https://github.com/commercialhaskell/stack/releases/download/v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz" ; \
20
- # sha256 from https://github.com/commercialhaskell/stack/releases/download/v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz.sha256
19
+ STACK_URL="https://github.com/commercialhaskell/stack/releases/download/rc/ v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz" ; \
20
+ # sha256 from https://github.com/commercialhaskell/stack/releases/download/rc/ v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz.sha256
21
21
case "$ARCH" in \
22
22
'aarch64' ) \
23
23
# Stack does not officially support ARM64, nor do the binaries that exist work.
24
24
# Hitting https://github.com/commercialhaskell/stack/issues/2103#issuecomment-972329065 when trying to use
25
25
# stack-2.7.1-linux-aarch64.tar.gz
26
- INSTALL_STACK= "false" ; \
26
+ STACK_SHA256= '6e9f646ecd04892cf7edda11ff989abd885e29d05ad9f88d19e22afeb6e14275' ; \
27
27
;; \
28
28
'x86_64' ) \
29
- STACK_SHA256='0581cebe880b8ed47556ee73d8bbb9d602b5b82e38f89f6aa53acaec37e7760d ' ; \
29
+ STACK_SHA256='4cc9a677f3740929f3bb14190e03ccbb638ad4110b19a5f7ee502ef5b956ca87 ' ; \
30
30
;; \
31
31
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
32
32
esac; \
Original file line number Diff line number Diff line change @@ -23,24 +23,24 @@ RUN apt-get update && \
23
23
zlib1g-dev && \
24
24
rm -rf /var/lib/apt/lists/*
25
25
26
- ARG STACK=2.9.1
26
+ ARG STACK=2.9.2. 1
27
27
ARG STACK_RELEASE_KEY=C5705533DA4F78D8664B5DC0575159689BEFB442
28
28
29
29
RUN set -eux; \
30
30
cd /tmp; \
31
31
ARCH="$(dpkg-architecture --query DEB_BUILD_GNU_CPU)" ; \
32
32
INSTALL_STACK="true" ; \
33
- STACK_URL="https://github.com/commercialhaskell/stack/releases/download/v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz" ; \
34
- # sha256 from https://github.com/commercialhaskell/stack/releases/download/v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz.sha256
33
+ STACK_URL="https://github.com/commercialhaskell/stack/releases/download/rc/ v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz" ; \
34
+ # sha256 from https://github.com/commercialhaskell/stack/releases/download/rc/ v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz.sha256
35
35
case "$ARCH" in \
36
36
'aarch64' ) \
37
37
# Stack does not officially support ARM64, nor do the binaries that exist work.
38
38
# Hitting https://github.com/commercialhaskell/stack/issues/2103#issuecomment-972329065 when trying to use
39
39
# stack-2.7.1-linux-aarch64.tar.gz
40
- INSTALL_STACK= "false" ; \
40
+ STACK_SHA256= '6e9f646ecd04892cf7edda11ff989abd885e29d05ad9f88d19e22afeb6e14275' ; \
41
41
;; \
42
42
'x86_64' ) \
43
- STACK_SHA256='0581cebe880b8ed47556ee73d8bbb9d602b5b82e38f89f6aa53acaec37e7760d ' ; \
43
+ STACK_SHA256='4cc9a677f3740929f3bb14190e03ccbb638ad4110b19a5f7ee502ef5b956ca87 ' ; \
44
44
;; \
45
45
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
46
46
esac; \
Original file line number Diff line number Diff line change @@ -9,24 +9,24 @@ RUN apt-get update && \
9
9
libtinfo-dev && \
10
10
rm -rf /var/lib/apt/lists/*
11
11
12
- ARG STACK=2.9.1
12
+ ARG STACK=2.9.2. 1
13
13
ARG STACK_RELEASE_KEY=C5705533DA4F78D8664B5DC0575159689BEFB442
14
14
15
15
RUN set -eux; \
16
16
cd /tmp; \
17
17
ARCH="$(dpkg-architecture --query DEB_BUILD_GNU_CPU)" ; \
18
18
INSTALL_STACK="true" ; \
19
- STACK_URL="https://github.com/commercialhaskell/stack/releases/download/v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz" ; \
20
- # sha256 from https://github.com/commercialhaskell/stack/releases/download/v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz.sha256
19
+ STACK_URL="https://github.com/commercialhaskell/stack/releases/download/rc/ v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz" ; \
20
+ # sha256 from https://github.com/commercialhaskell/stack/releases/download/rc/ v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz.sha256
21
21
case "$ARCH" in \
22
22
'aarch64' ) \
23
23
# Stack does not officially support ARM64, nor do the binaries that exist work.
24
24
# Hitting https://github.com/commercialhaskell/stack/issues/2103#issuecomment-972329065 when trying to use
25
25
# stack-2.7.1-linux-aarch64.tar.gz
26
- INSTALL_STACK= "false" ; \
26
+ STACK_SHA256= '6e9f646ecd04892cf7edda11ff989abd885e29d05ad9f88d19e22afeb6e14275' ; \
27
27
;; \
28
28
'x86_64' ) \
29
- STACK_SHA256='0581cebe880b8ed47556ee73d8bbb9d602b5b82e38f89f6aa53acaec37e7760d ' ; \
29
+ STACK_SHA256='4cc9a677f3740929f3bb14190e03ccbb638ad4110b19a5f7ee502ef5b956ca87 ' ; \
30
30
;; \
31
31
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
32
32
esac; \
Original file line number Diff line number Diff line change @@ -23,24 +23,24 @@ RUN apt-get update && \
23
23
zlib1g-dev && \
24
24
rm -rf /var/lib/apt/lists/*
25
25
26
- ARG STACK=2.9.1
26
+ ARG STACK=2.9.2. 1
27
27
ARG STACK_RELEASE_KEY=C5705533DA4F78D8664B5DC0575159689BEFB442
28
28
29
29
RUN set -eux; \
30
30
cd /tmp; \
31
31
ARCH="$(dpkg-architecture --query DEB_BUILD_GNU_CPU)" ; \
32
32
INSTALL_STACK="true" ; \
33
- STACK_URL="https://github.com/commercialhaskell/stack/releases/download/v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz" ; \
34
- # sha256 from https://github.com/commercialhaskell/stack/releases/download/v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz.sha256
33
+ STACK_URL="https://github.com/commercialhaskell/stack/releases/download/rc/ v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz" ; \
34
+ # sha256 from https://github.com/commercialhaskell/stack/releases/download/rc/ v${STACK}/stack-${STACK}-linux-$ARCH.tar.gz.sha256
35
35
case "$ARCH" in \
36
36
'aarch64' ) \
37
37
# Stack does not officially support ARM64, nor do the binaries that exist work.
38
38
# Hitting https://github.com/commercialhaskell/stack/issues/2103#issuecomment-972329065 when trying to use
39
39
# stack-2.7.1-linux-aarch64.tar.gz
40
- INSTALL_STACK= "false" ; \
40
+ STACK_SHA256= '6e9f646ecd04892cf7edda11ff989abd885e29d05ad9f88d19e22afeb6e14275' ; \
41
41
;; \
42
42
'x86_64' ) \
43
- STACK_SHA256='0581cebe880b8ed47556ee73d8bbb9d602b5b82e38f89f6aa53acaec37e7760d ' ; \
43
+ STACK_SHA256='4cc9a677f3740929f3bb14190e03ccbb638ad4110b19a5f7ee502ef5b956ca87 ' ; \
44
44
;; \
45
45
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
46
46
esac; \
You can’t perform that action at this time.
0 commit comments