diff --git a/Dockerfile b/Dockerfile index 36e61b675..7e421ea78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ COPY internal/ internal/ ENV CGO_ENABLED=0 RUN xx-go build -trimpath -a -o notification-controller main.go -FROM alpine:3.21 +FROM alpine:3.22 ARG TARGETPLATFORM diff --git a/README.md b/README.md index c9211ae1d..03defa562 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,16 @@ [![license](https://img.shields.io/github/license/fluxcd/notification-controller.svg)](https://github.com/fluxcd/notification-controller/blob/main/LICENSE) [![release](https://img.shields.io/github/release/fluxcd/notification-controller/all.svg)](https://github.com/fluxcd/notification-controller/releases) +## VGS fork + +``` +today=$(date +%Y%m%d) +export IMG="190066226418.dkr.ecr.us-east-1.amazonaws.com/infra/notification-controller:v0.31.0-$today" +make docker-build +assume presidio/infra +make docker-push +``` + Event forwarder and notification dispatcher for the [GitOps Toolkit](https://fluxcd.io/flux/components/) controllers. The notification-controller is an implementation of the [notification.toolkit.fluxcd.io](docs/spec/v1beta3/README.md) API based on the specifications described in the [RFC](docs/spec/README.md).