From 4ab381f180a95d22456d278bb930aae757cf69cd Mon Sep 17 00:00:00 2001 From: gera Date: Thu, 9 Jun 2022 17:53:24 +0200 Subject: [PATCH 1/2] use ci-linx:production base image --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 606c372ad..186cd800b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,7 @@ # this container builds the kilt-parachain binary from source files and the runtime library # pinned the version to avoid build cache invalidation -# c4f0daf3-20220110 -> rust version rustc 1.58.0-nightly (46b8e7488 2021-11-07) -FROM paritytech/ci-linux:f203f298-20220421 as builder +FROM docker.io/paritytech/ci-linux:production as builder WORKDIR /build From 43778aea66234f9efe45ae70e5d8b97ee26b22f9 Mon Sep 17 00:00:00 2001 From: gera Date: Fri, 10 Jun 2022 09:00:55 +0200 Subject: [PATCH 2/2] Use hash tag on ci-linux to have more control than latest production --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 186cd800b..a0af29442 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ # this container builds the kilt-parachain binary from source files and the runtime library # pinned the version to avoid build cache invalidation -FROM docker.io/paritytech/ci-linux:production as builder +# eb1f6a26-20220518 -> rust version rustc 1.62.0-nightly (cb96cc30c0ca 2022-05-05) +FROM paritytech/ci-linux:eb1f6a26-20220518 as builder WORKDIR /build