ci: push images to artifactapi registry instead of gitea
Hard switch of the docker push target from the Gitea registry to the artifactapi local docker registry (docker-internal); the Gitea VM and its registry are being retired. Drops the droneci/DRONECI_PASSWORD creds since artifactapi accepts unauthenticated in-cluster pushes. Also updates the README image path. Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
This commit is contained in:
@@ -5,5 +5,5 @@ steps:
|
|||||||
- name: docker-build
|
- name: docker-build
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
repo: git.unkin.net/unkin/encapi
|
repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/encapi
|
||||||
dry_run: true
|
dry_run: true
|
||||||
|
|||||||
@@ -6,13 +6,10 @@ steps:
|
|||||||
- name: docker-encapi
|
- name: docker-encapi
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
registry: git.unkin.net
|
registry: artifactapi.k8s.syd1.au.unkin.net
|
||||||
repo: git.unkin.net/unkin/encapi
|
repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/encapi
|
||||||
build_args:
|
build_args:
|
||||||
VERSION: ${CI_COMMIT_TAG}
|
VERSION: ${CI_COMMIT_TAG}
|
||||||
username: droneci
|
|
||||||
password:
|
|
||||||
from_secret: DRONECI_PASSWORD
|
|
||||||
tags:
|
tags:
|
||||||
- ${CI_COMMIT_TAG}
|
- ${CI_COMMIT_TAG}
|
||||||
- latest
|
- latest
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ make test-short # skip container-backed DB tests
|
|||||||
## Releases
|
## Releases
|
||||||
|
|
||||||
- **`encapi` server image** — tagging `vX.Y.Z` builds and pushes
|
- **`encapi` server image** — tagging `vX.Y.Z` builds and pushes
|
||||||
`git.unkin.net/unkin/encapi:{tag,latest}` (distroless).
|
`artifactapi.k8s.syd1.au.unkin.net/docker-internal/encapi:{tag,latest}` (distroless).
|
||||||
- **`encapi-cli` RPM** — the same tag builds an RPM (nfpm) and publishes it to
|
- **`encapi-cli` RPM** — the same tag builds an RPM (nfpm) and publishes it to
|
||||||
the ArtifactAPI `rpm-internal` repo. Installs `encapi-cli`, the `encapi-enc`
|
the ArtifactAPI `rpm-internal` repo. Installs `encapi-cli`, the `encapi-enc`
|
||||||
Puppet wrapper, and `/etc/encapi/enc.conf`.
|
Puppet wrapper, and `/etc/encapi/enc.conf`.
|
||||||
|
|||||||
Reference in New Issue
Block a user