Skip to content

Commit adbea6b

Browse files
author
Enzo Desiage
committed
Merge branch 'arm64-docker' into 'master'
Update to the latest available motoko version available from `https://download.dfinity.systems` After `0.6.2` they switched to GitHub releases, which a following MR will change to. There are no versions overlap between S3 and GitHub releases - to minimise the impact we update to the latest version on S3 `0.6.2` before updating to the earliest version on GitHub releases `0.6.3` and changing the URL to fetch the releases. See merge request dfinity-lab/public/ic!12543
2 parents 5e05b43 + 15bcb37 commit adbea6b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"image": "dfinity/ic-build:160b0e7b843d65c6ee18dae445d92cfcf7cf408d95cec4d81b9e8df40f2c5fa2",
2+
"image": "dfinity/ic-build:f8af654ccaf573181b973dde5ac11d15dedbbe24911bc3d2ee4a79b8a40ae888",
33
"remoteUser": "ubuntu",
44
"runArgs": [
55
"--hostname",

gitlab-ci/config/00--common--images.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
artifacts:
55
expire_in: 3 days
66
image:
7-
name: "registry.gitlab.com/dfinity-lab/core/docker/ic-build-legacy:160b0e7b843d65c6ee18dae445d92cfcf7cf408d95cec4d81b9e8df40f2c5fa2"
7+
name: "registry.gitlab.com/dfinity-lab/core/docker/ic-build-legacy:f8af654ccaf573181b973dde5ac11d15dedbbe24911bc3d2ee4a79b8a40ae888"
88
tags:
99
- dfinity-ic
1010
variables:
@@ -14,7 +14,7 @@
1414
artifacts:
1515
expire_in: 3 days
1616
image:
17-
name: "registry.gitlab.com/dfinity-lab/core/docker/ic-build-legacy:160b0e7b843d65c6ee18dae445d92cfcf7cf408d95cec4d81b9e8df40f2c5fa2"
17+
name: "registry.gitlab.com/dfinity-lab/core/docker/ic-build-legacy:f8af654ccaf573181b973dde5ac11d15dedbbe24911bc3d2ee4a79b8a40ae888"
1818
tags:
1919
- dfinity
2020
- ubuntu
@@ -24,7 +24,7 @@
2424
artifacts:
2525
expire_in: 3 days
2626
image:
27-
name: "registry.gitlab.com/dfinity-lab/core/docker/ic-build:160b0e7b843d65c6ee18dae445d92cfcf7cf408d95cec4d81b9e8df40f2c5fa2"
27+
name: "registry.gitlab.com/dfinity-lab/core/docker/ic-build:f8af654ccaf573181b973dde5ac11d15dedbbe24911bc3d2ee4a79b8a40ae888"
2828
tags:
2929
- dfinity-ic
3030
variables:

gitlab-ci/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && ln -snf /usr/share/zoneinfo/$TZ /et
1919
# IC-OS \
2020
python3 python-is-python3 python3-pip fakeroot android-sdk-ext4-utils cryptsetup-bin zstd lsb-release grub-efi-amd64-bin libsystemd-dev faketime dosfstools libselinux-dev mtools lvm2
2121

22-
ARG motoko_version=0.5.10
22+
ARG motoko_version=0.6.2
2323
RUN curl -fsSL https://download.dfinity.systems/motoko/${motoko_version}/x86_64-linux/motoko-${motoko_version}.tar.gz | tar -xz -C /usr/local/bin && chmod +x /usr/local/bin/moc
2424

2525
ARG buildevents_version=0.6.0

gitlab-ci/container/TAG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
160b0e7b843d65c6ee18dae445d92cfcf7cf408d95cec4d81b9e8df40f2c5fa2
1+
f8af654ccaf573181b973dde5ac11d15dedbbe24911bc3d2ee4a79b8a40ae888

0 commit comments

Comments
 (0)