From 4e6ad693c0786ac53744f9d9b8b2cb18a9a7c624 Mon Sep 17 00:00:00 2001 From: Quentin Date: Fri, 28 Apr 2023 09:50: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, 8 insertions(+), 2 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 a8af337..357ad71 100644 --- a/_posts/2023-04-17-automatiser-la-publication-des-artefacts.md +++ b/_posts/2023-04-17-automatiser-la-publication-des-artefacts.md @@ -36,7 +36,7 @@ Et maintenant imaginons les commandes de base : ```bash 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 container 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 ``` @@ -59,7 +59,7 @@ J'ai choisi d'utiliser un petit panel de bibliothèques pour faire la glue entre - Cobra comme framework CLI - skopeo comme bibliothèque de manipulation des conteneurs -## Publier un binaire statique +## Publier un binaire statique sur Garage Après implémentation, voici la trace de la commande : @@ -86,6 +86,12 @@ HTTP/2 200 content-type: application/octet-stream ``` +## Publier un conteneur sur Garage + + + + +