Automatically build Docker images
Merge request reports
Activity
@lhermitte as you can see, the pipeline published all images into the internal registry: https://gitlab.orfeo-toolbox.org/s1-tiling/s1tiling-dockers/container_registry/82
The only trick: use an ARG to define the prefix of the image's name. This solution allows the user to build the images locally, using his local cache.
In the commit I did not pushed (at the time), I had already changed this part of the dockerfile to
ARG OTB_VERSION=7.2.0 ARG REPOSITORY=registry.orfeo-toolbox.org/s1-tiling/s1tiling-dockers FROM ${REPOSITORY}:ubuntu-otb${OTB_VERSION}-base
But now I'm not sure what's the correct way of naming docker images.
added 2 commits
@lhermitte ça commence à fonctionner. J'ai fait les modifs pour le naming scheme, y compris dans la doc. J'espère que j'ai juste.
Sur le dernier commit, je me suis fait plaisir et j'ai retravaillé le pipeline pour paraléliser tout en factorisant les parties utiles. J'espère que ça reste compréhensible.
@gbonnefille Cela m'a l'air pas mal oui. C'est iso-fonctionnel coté script -- il me produit la meme image que la dernière en 7.3 que j'avais générée et avec le bon nouveau nom.
Je regarde la modif sur la doc et j'intègre tout ça.
Merci énormément dans tous les cas!
mentioned in commit abd80f10