Update Article “2023-04-17-automatiser-la-publication-des-artefacts”
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9c3f4cba54
commit
58e8e7d7d7
1 changed files with 3 additions and 3 deletions
|
@ -35,9 +35,9 @@ nix build .#packages.i686-linux.docker.albatros -o docker/linux.386.tar.gz
|
|||
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&s3ForcePathStyle=true'
|
||||
alba container push -t albatros:0.9 publish/ 's3://registry.deuxfleurs.org?endpoint=garage.deuxfleurs.fr®ion=garage&s3ForcePathStyle=true'
|
||||
alba container push -t albatros:0.9 publish/ 'docker://docker.io/dxflrs/albatros:0.9'
|
||||
alba static push -t albatros:0.9 docker/ 's3://download.deuxfleurs.org?endpoint=garage.deuxfleurs.fr®ion=garage&s3ForcePathStyle=true'
|
||||
alba container push -t albatros:0.9 docker/ 's3://registry.deuxfleurs.org?endpoint=garage.deuxfleurs.fr®ion=garage&s3ForcePathStyle=true'
|
||||
alba container push -t albatros:0.9 docker/ 'docker://docker.io/dxflrs/albatros:0.9'
|
||||
```
|
||||
|
||||
On pourra imaginer d'avantage de commandes par la suite comme :
|
||||
|
|
Loading…
Reference in a new issue