This commit is contained in:
parent
cf030de1a1
commit
5268389ae2
@ -17,6 +17,11 @@ steps:
|
|||||||
from_secret: DOCKER_USERNAME
|
from_secret: DOCKER_USERNAME
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKER_PASSWORD
|
from_secret: DOCKER_PASSWORD
|
||||||
|
registry_mirror: harbor.dvirlabs.com
|
||||||
|
pull_credentials_username:
|
||||||
|
from_secret: DOCKER_PULL_BASE_IMAGES_USERNAME
|
||||||
|
pull_credentials_password:
|
||||||
|
from_secret: DOCKER_PULL_BASE_IMAGES_TOKEN
|
||||||
|
|
||||||
update-values:
|
update-values:
|
||||||
name: Update image tag in observability-stack
|
name: Update image tag in observability-stack
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
FROM python:3.11.15-alpine3.22
|
FROM harbor.dvirlabs.com/base-images/python:3.11.15-alpine3.22
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user