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 + + + + +