fluxcd: update all images

This commit is contained in:
Haitao Pan 2023-08-08 12:48:34 +08:00
parent 7fb5414868
commit fcd52a203a
5 changed files with 8 additions and 8 deletions

View File

@ -8,11 +8,11 @@ on:
- '.github/workflows/fluxcd-images.yaml'
- 'oci/fluxcd/flux-cli/Dockerfile'
- 'oci/fluxcd/flux-helm-controller/Dockerfile'
- 'oci/fluxcd/flux-image-automation-controller/Dockerfile'
- 'oci/fluxcd/flux-image-reflector-controller/Dockerfile'
- 'oci/fluxcd/flux-source-controller/Dockerfile'
- 'oci/fluxcd/flux-kustomize-controller/Dockerfile'
- 'oci/fluxcd/flux-notification-controller/Dockerfile'
- 'oci/fluxcd/flux-source-controller/Dockerfile'
- 'oci/fluxcd/flux-image-automation-controller/Dockerfile'
- 'oci/fluxcd/flux-image-reflector-controller/Dockerfile'
workflow_dispatch:
branches:
- main
@ -32,7 +32,7 @@ jobs:
password: ${{ secrets.HELM_REPO_PASSWORD }}
path: './oci/base/alpine'
build_file: 'Dockerfile'
image: public/alpine
image: base/alpine
tag: latest
cache: true
cache_registry: cache

View File

@ -1,6 +1,6 @@
FROM ghcr.io/fluxcd/helm-controller:v0.31.1 as build
FROM artifact.onwalk.net/public/alpine:latest as prod
FROM artifact.onwalk.net/base/alpine:latest as prod
LABEL org.opencontainers.image.source="https://github.com/fluxcd/helm-controller"
RUN apk add --no-cache ca-certificates tini
COPY --from=build /usr/local/bin/helm-controller /usr/local/bin/

View File

@ -1,6 +1,6 @@
FROM ghcr.io/fluxcd/image-automation-controller:v0.31.0 as build
FROM artifact.onwalk.net/public/alpine:latest as prod
FROM artifact.onwalk.net/base/alpine:latest as prod
COPY --from=build /usr/local/bin/image-automation-controller /usr/local/bin/
USER 65534:65534

View File

@ -1,6 +1,6 @@
FROM ghcr.io/fluxcd/image-reflector-controller:v0.26.0 as build
FROM artifact.onwalk.net/public/alpine:latest as prod
FROM artifact.onwalk.net/base/alpine:latest as prod
RUN apk add --no-cache ca-certificates tini
COPY --from=build /usr/local/bin/image-reflector-controller /usr/local/bin/

View File

@ -1,6 +1,6 @@
FROM ghcr.io/fluxcd/source-controller:v0.36.0 as build
FROM artifact.onwalk.net/public/alpine:latest as prod
FROM artifact.onwalk.net/base/alpine:latest as prod
ARG TARGETPLATFORM
RUN apk --no-cache add ca-certificates && update-ca-certificates