chore(ci): migrate docker registry publishers to git.infra.mintel.me
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
mb-grid-app:
|
mb-grid-app:
|
||||||
image: registry.infra.mintel.me/mintel/mb-grid-solutions:${IMAGE_TAG:-latest}
|
image: git.infra.mintel.me/mmintel/mb-grid-solutions:${IMAGE_TAG:-latest}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
@@ -39,7 +39,7 @@ services:
|
|||||||
start_period: 30s
|
start_period: 30s
|
||||||
|
|
||||||
mb-grid-gatekeeper:
|
mb-grid-gatekeeper:
|
||||||
image: registry.infra.mintel.me/mintel/gatekeeper:testing
|
image: git.infra.mintel.me/mmintel/gatekeeper:testing
|
||||||
container_name: ${PROJECT_NAME:-mb-grid-solutions}-gatekeeper
|
container_name: ${PROJECT_NAME:-mb-grid-solutions}-gatekeeper
|
||||||
profiles: [ "gatekeeper" ]
|
profiles: [ "gatekeeper" ]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ CI (Woodpecker)
|
|||||||
https://ci.infra.mintel.me
|
https://ci.infra.mintel.me
|
||||||
|
|
||||||
Container Registry
|
Container Registry
|
||||||
https://registry.infra.mintel.me
|
https://git.infra.mintel.me
|
||||||
|
|
||||||
Errors (GlitchTip)
|
Errors (GlitchTip)
|
||||||
https://errors.infra.mintel.me
|
https://errors.infra.mintel.me
|
||||||
@@ -76,13 +76,13 @@ This directory contains:
|
|||||||
All production images must be built by CI and pushed to the Mintel Registry.
|
All production images must be built by CI and pushed to the Mintel Registry.
|
||||||
|
|
||||||
Registry:
|
Registry:
|
||||||
registry.infra.mintel.me
|
git.infra.mintel.me
|
||||||
|
|
||||||
Image naming:
|
Image naming:
|
||||||
registry.infra.mintel.me/ORG/APP_NAME:TAG
|
git.infra.mintel.me/mmintel/APP_NAME:TAG
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
registry.infra.mintel.me/mintel/mb-grid-solutions:latest
|
git.infra.mintel.me/mmintel/mb-grid-solutions:latest
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -204,8 +204,8 @@ steps:
|
|||||||
build:
|
build:
|
||||||
image: woodpeckerci/plugin-docker
|
image: woodpeckerci/plugin-docker
|
||||||
settings:
|
settings:
|
||||||
registry: registry.infra.mintel.me
|
registry: git.infra.mintel.me
|
||||||
repo: registry.infra.mintel.me/mintel/mb-grid-solutions
|
repo: git.infra.mintel.me/mmintel/mb-grid-solutions
|
||||||
username:
|
username:
|
||||||
from_secret: REGISTRY_USER
|
from_secret: REGISTRY_USER
|
||||||
password:
|
password:
|
||||||
|
|||||||
Reference in New Issue
Block a user