From 9dd3c1e33a4b3bb61aba202c8fef3f03ab7bdd6c Mon Sep 17 00:00:00 2001 From: "Jose I. Paris" Date: Tue, 17 Mar 2026 23:01:17 +0100 Subject: [PATCH 1/2] chore: upgrade atlas docker image to canary v1.1.7-0f00ade-canary Signed-off-by: Jose I. Paris --- app/controlplane/Dockerfile.migrations | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/controlplane/Dockerfile.migrations b/app/controlplane/Dockerfile.migrations index 65d58cc52..fa137101e 100644 --- a/app/controlplane/Dockerfile.migrations +++ b/app/controlplane/Dockerfile.migrations @@ -1,9 +1,9 @@ # Container image built by go-releaser that's used to run migrations against the database during deployment # See https://atlasgo.io/guides/deploying/image -# from: arigaio/atlas:1.1.6 -# docker run arigaio/atlas@sha256:f05f62d9797e305e4cd891dcc7047919bb23f5f1186827792036cb4e4a816ee9 version -# atlas version v1.1.6 -FROM arigaio/atlas@sha256:f05f62d9797e305e4cd891dcc7047919bb23f5f1186827792036cb4e4a816ee9 as base +# from: arigaio/atlas:latest +# docker run arigaio/atlas@sha256:cbeb45f5342e8e614a60a7ffa355973e5c45f8a8529651c36b9a8ec7e9337d02 version +# atlas version v1.1.7-0f00ade-canary +FROM arigaio/atlas@sha256:cbeb45f5342e8e614a60a7ffa355973e5c45f8a8529651c36b9a8ec7e9337d02 as base FROM scratch # Update permissions to make it readable by the user From b68e1680a8b56278430e95080c35a36be8c1dc4d Mon Sep 17 00:00:00 2001 From: "Jose I. Paris" Date: Tue, 17 Mar 2026 23:16:04 +0100 Subject: [PATCH 2/2] set version Signed-off-by: Jose I. Paris --- app/controlplane/Dockerfile.migrations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controlplane/Dockerfile.migrations b/app/controlplane/Dockerfile.migrations index fa137101e..deb761f9f 100644 --- a/app/controlplane/Dockerfile.migrations +++ b/app/controlplane/Dockerfile.migrations @@ -1,6 +1,6 @@ # Container image built by go-releaser that's used to run migrations against the database during deployment # See https://atlasgo.io/guides/deploying/image -# from: arigaio/atlas:latest +# from: arigaio/atlas:v1.1.7-0f00ade-canary # docker run arigaio/atlas@sha256:cbeb45f5342e8e614a60a7ffa355973e5c45f8a8529651c36b9a8ec7e9337d02 version # atlas version v1.1.7-0f00ade-canary FROM arigaio/atlas@sha256:cbeb45f5342e8e614a60a7ffa355973e5c45f8a8529651c36b9a8ec7e9337d02 as base