Creation of docker containers in the gitlab registry (instructions) #333

Closed
opened 2022-03-29 16:26:25 +00:00 by hbelakon · 4 comments
hbelakon commented 2022-03-29 16:26:25 +00:00 (Migrated from gitlab.com)
No description provided.
hbelakon commented 2022-03-29 16:26:25 +00:00 (Migrated from gitlab.com)

assigned to @sivayavvari

assigned to @sivayavvari
sivayavvari commented 2022-03-29 16:47:16 +00:00 (Migrated from gitlab.com)

Shared the information and document links to @rilesdun

It is part of CI/CD pipelines where Docker images are built and stored in the registry. For the images to be stored as part of the pipeline, the GitLab environment has the variables defined CI_REGISTRY, CI_REGISTRY_USER, and CI_REGISTRY_PASSWORD automatically when running the job. The only commands need are the basic docker commands:
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
docker build -f dev.Dockerfile -t
docker push

Shared the information and document links to @rilesdun It is part of CI/CD pipelines where Docker images are built and stored in the registry. For the images to be stored as part of the pipeline, the GitLab environment has the variables defined CI_REGISTRY, CI_REGISTRY_USER, and CI_REGISTRY_PASSWORD automatically when running the job. The only commands need are the basic docker commands: docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY docker build -f dev.Dockerfile -t <IMAGE-name> docker push <IMAGE-name>
sivayavvari commented 2022-03-29 16:47:59 +00:00 (Migrated from gitlab.com)

Assigning it to @rilesdun for review. Please let me know if any further information is needed from my end.

Assigning it to @rilesdun for review. Please let me know if any further information is needed from my end.
sivayavvari commented 2022-03-29 16:48:19 +00:00 (Migrated from gitlab.com)

assigned to @rilesdun

assigned to @rilesdun
rilesdun (Migrated from gitlab.com) closed this issue 2022-04-01 16:40:11 +00:00
Sign in to join this conversation.
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: Peerplays_Blockchain/peerplays_migrated#333
No description provided.