From 34326ee9aec222da4658461c664cc15c16a4911b Mon Sep 17 00:00:00 2001 From: Quentin Date: Mon, 17 Apr 2023 13:49:00 +0000 Subject: [PATCH] =?UTF-8?q?Update=20Article=20=E2=80=9C2023-04-17-automati?= =?UTF-8?q?ser-la-publication-des-artefacts=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...3-04-17-automatiser-la-publication-des-artefacts.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_posts/2023-04-17-automatiser-la-publication-des-artefacts.md b/_posts/2023-04-17-automatiser-la-publication-des-artefacts.md index cf2fd41..b41ac85 100644 --- a/_posts/2023-04-17-automatiser-la-publication-des-artefacts.md +++ b/_posts/2023-04-17-automatiser-la-publication-des-artefacts.md @@ -35,17 +35,17 @@ nix build .#packages.i686-linux.docker.albatros -o publish/docker/linux/386/imag Et maintenant imaginons les commandes de base : ```bash -alba static push -t albatros:0.9 publish/ s3://download.deuxfleurs.org/ -alba registry push -t albatros:0.9 publish/ s3://registry.deuxfleurs.org/ +alba static push -t albatros:0.9 publish/ 's3://download.deuxfleurs.org?endpoint=garage.deuxfleurs.fr®ion=garage' +alba registry push -t albatros:0.9 publish/ 's3://registry.deuxfleurs.org?endpoint=garage.deuxfleurs.fr®ion=garage' alba docker push publish/ docker.io/dxflrs/albatros:0.9 ``` On pourra imaginer d'avantage de commandes par la suite comme : ```bash -alba static ls -t albatros s3://download.deuxfleurs.org -alba static rm -t albatros:0.8 s3://download.deuxfleurs.org -alba static gc -t albatros --keep 10 s3://download.deuxfleurs.org +alba static ls -t albatros 's3://download.deuxfleurs.org?endpoint=garage.deuxfleurs.fr®ion=garage' +alba static rm -t albatros:0.8 's3://download.deuxfleurs.org?endpoint=garage.deuxfleurs.fr®ion=garage' +alba static gc -t albatros --keep 10 's3://download.deuxfleurs.org?endpoint=garage.deuxfleurs.fr®ion=garage' ``` Mais c'est en dehors du périmètre pour le moment !