remove references to personal image registry
it's gone for a while
This commit is contained in:
@@ -3,12 +3,11 @@ when:
|
||||
evaluate: 'LATEST_TAG == ""'
|
||||
|
||||
variables:
|
||||
- &image_name 'quay.krd.sh/krd/rngpotd'
|
||||
- &ext_image_name 'docker.io/rockdrilla/rngpotd'
|
||||
- &buildah_image 'quay.krd.sh/quay_io/containers/buildah:v1.37.3'
|
||||
- &skopeo_image 'quay.krd.sh/quay_io/containers/skopeo:v1.16.1'
|
||||
- &go_image 'quay.krd.sh/golang:1.23.2-bookworm'
|
||||
- &base_image 'quay.krd.sh/gcr_io/distroless/static-debian12:nonroot'
|
||||
- &image_name 'docker.io/rockdrilla/rngpotd'
|
||||
- &buildah_image 'quay.io/containers/buildah:v1.37.3'
|
||||
- &skopeo_image 'quay.io/containers/skopeo:v1.16.1'
|
||||
- &go_image 'docker.io/library/golang:1.23.2-bookworm'
|
||||
- &base_image 'gcr.io/distroless/static-debian12:nonroot'
|
||||
## value list depends on base image
|
||||
## ref: https://github.com/GoogleContainerTools/distroless#debian-12
|
||||
- &target_platforms 'linux/amd64,linux/arm,linux/arm64,linux/ppc64le,linux/s390x'
|
||||
@@ -23,16 +22,15 @@ steps:
|
||||
environment:
|
||||
GOMAXPROCS: "4"
|
||||
MALLOC_ARENA_MAX: "4"
|
||||
secrets: [ REGISTRY_AUTH ]
|
||||
##
|
||||
REGISTRY_AUTH:
|
||||
from_secret: REGISTRY_AUTH
|
||||
commands:
|
||||
- .ci/registry-login.sh quay.krd.sh docker.io
|
||||
- .ci/registry-login.sh docker.io
|
||||
|
||||
- name: build-all
|
||||
image: *go_image
|
||||
environment:
|
||||
GOPROXY: "${GOPROXY},direct"
|
||||
GOSUMDB: "${GOSUMDB}"
|
||||
GOPRIVATE: "${GOPRIVATE}"
|
||||
GOMAXPROCS: "4"
|
||||
MALLOC_ARENA_MAX: "4"
|
||||
##
|
||||
@@ -62,7 +60,6 @@ steps:
|
||||
MALLOC_ARENA_MAX: "4"
|
||||
##
|
||||
IMAGE_NAME: *image_name
|
||||
EXT_IMAGE_NAME: *ext_image_name
|
||||
commands:
|
||||
- .ci/sync-all.sh
|
||||
|
||||
|
@@ -3,9 +3,8 @@ when:
|
||||
evaluate: 'LATEST_TAG != ""'
|
||||
|
||||
variables:
|
||||
- &image_name 'quay.krd.sh/krd/rngpotd'
|
||||
- &ext_image_name 'docker.io/rockdrilla/rngpotd'
|
||||
- &skopeo_image 'quay.krd.sh/quay_io/containers/skopeo:v1.16.1'
|
||||
- &image_name 'docker.io/rockdrilla/rngpotd'
|
||||
- &skopeo_image 'quay.io/containers/skopeo:v1.16.1'
|
||||
|
||||
## NB: ${variable} expressions are subject to pre-processing.
|
||||
## ref: https://woodpecker-ci.org/docs/usage/environment
|
||||
@@ -17,9 +16,11 @@ steps:
|
||||
environment:
|
||||
GOMAXPROCS: "4"
|
||||
MALLOC_ARENA_MAX: "4"
|
||||
secrets: [ REGISTRY_AUTH ]
|
||||
##
|
||||
REGISTRY_AUTH:
|
||||
from_secret: REGISTRY_AUTH
|
||||
commands:
|
||||
- .ci/registry-login.sh quay.krd.sh docker.io
|
||||
- .ci/registry-login.sh docker.io
|
||||
|
||||
- name: image-sync-latest
|
||||
image: *skopeo_image
|
||||
@@ -28,7 +29,6 @@ steps:
|
||||
MALLOC_ARENA_MAX: "4"
|
||||
##
|
||||
IMAGE_NAME: *image_name
|
||||
EXT_IMAGE_NAME: *ext_image_name
|
||||
commands:
|
||||
- .ci/sync-latest.sh
|
||||
|
||||
|
Reference in New Issue
Block a user