Créer un compte sur le docker hub #1

Open
opened 2021-10-12 10:44:09 +00:00 by yannk · 4 comments
yannk commented 2021-10-12 10:44:09 +00:00 (Migrated from port.numenaute.org)

Créer un compte gratuit sur le Docker Hub pour pouvoir y push nos images publiques.

Créer un compte gratuit sur le [Docker Hub](https://hub.docker.com/) pour pouvoir y push nos images publiques.
yannk commented 2021-10-12 10:44:09 +00:00 (Migrated from port.numenaute.org)

assigned to @deed

assigned to @deed
yannk commented 2021-10-12 10:55:05 +00:00 (Migrated from port.numenaute.org)

Ensuite, il faut voir comment on organise la CI de compilation des images Docker, niveau authentification : https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#option-1-run-docker-login

En gros

  1. soit c’est une option before_script à inclure dans la CI : https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#option-1-run-docker-login

  2. soit c’est configuré globalement au niveau du runner : https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#option-2-mount-dockerconfigjson-on-each-job

Ensuite, il faut voir comment on organise la CI de compilation des images Docker, niveau authentification : https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#option-1-run-docker-login En gros 1. [ ] soit c’est une option `before_script` à inclure dans la CI : https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#option-1-run-docker-login 2. [ ] soit c’est configuré globalement au niveau du runner : https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#option-2-mount-dockerconfigjson-on-each-job
yannk commented 2021-10-12 10:56:36 +00:00 (Migrated from port.numenaute.org)

Pour info, voici :

Pour info, voici : - le lien vers la doc Docker : https://docs.docker.com/ - un pas à pas des procédures pour créer et push des images sur le Docker Hub : https://dev.to/johnkevinlosito/automate-docker-build-and-push-using-gitlab-ci-e7
yannk commented 2021-10-12 11:17:08 +00:00 (Migrated from port.numenaute.org)

marked this issue as related to khaganat/mmorpg_khanat/khanat-client-3d-assets-source#6

marked this issue as related to khaganat/mmorpg_khanat/khanat-client-3d-assets-source#6
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: khaganat-tools/Docker-files-for-CI#1
No description provided.