This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update labels in Dockerfiles to match
fluxcd
org (#2244)
Update labels in Dockerfiles to match `fluxcd` org
- Loading branch information
Showing
2 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,18 +18,18 @@ COPY ./kubectl /usr/local/bin/ | |
COPY ./kustomize /usr/local/bin | ||
|
||
# These are pretty static | ||
LABEL maintainer="Weaveworks <[email protected]>" \ | ||
LABEL maintainer="Flux CD <https://github.com/fluxcd/flux/issues>" \ | ||
org.opencontainers.image.title="flux" \ | ||
org.opencontainers.image.description="The Flux daemon, for synchronising your cluster with a git repo, and deploying new images" \ | ||
org.opencontainers.image.url="https://github.com/weaveworks/flux" \ | ||
org.opencontainers.image.source="[email protected]:weaveworks/flux" \ | ||
org.opencontainers.image.vendor="Weaveworks" \ | ||
org.opencontainers.image.description="The GitOps operator for Kubernetes" \ | ||
org.opencontainers.image.url="https://github.com/fluxcd/flux" \ | ||
org.opencontainers.image.source="[email protected]:fluxcd/flux" \ | ||
org.opencontainers.image.vendor="Flux CD" \ | ||
org.label-schema.schema-version="1.0" \ | ||
org.label-schema.name="flux" \ | ||
org.label-schema.description="The Flux daemon, for synchronising your cluster with a git repo, and deploying new images" \ | ||
org.label-schema.url="https://github.com/weaveworks/flux" \ | ||
org.label-schema.vcs-url="[email protected]:weaveworks/flux" \ | ||
org.label-schema.vendor="Weaveworks" | ||
org.label-schema.description="The GitOps operator for Kubernetes" \ | ||
org.label-schema.url="https://github.com/fluxcd/flux" \ | ||
org.label-schema.vcs-url="[email protected]:fluxcd/flux" \ | ||
org.label-schema.vendor="Flux CD" | ||
|
||
ENTRYPOINT [ "/sbin/tini", "--", "fluxd" ] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,18 +18,18 @@ COPY ./kubectl /usr/local/bin/ | |
COPY ./helm /usr/local/bin/ | ||
|
||
# These are pretty static | ||
LABEL maintainer="Weaveworks <[email protected]>" \ | ||
LABEL maintainer="Flux CD <https://github.com/fluxcd/flux/issues>" \ | ||
org.opencontainers.image.title="flux-helm-operator" \ | ||
org.opencontainers.image.description="The Flux Helm operator, for releasing Helm charts according to git" \ | ||
org.opencontainers.image.url="https://github.com/weaveworks/flux" \ | ||
org.opencontainers.image.source="[email protected]:weaveworks/flux" \ | ||
org.opencontainers.image.vendor="Weaveworks" \ | ||
org.opencontainers.image.description="The Helm operator for Kubernetes" \ | ||
org.opencontainers.image.url="https://github.com/fluxcd/flux" \ | ||
org.opencontainers.image.source="[email protected]:fluxcd/flux" \ | ||
org.opencontainers.image.vendor="Flux CD" \ | ||
org.label-schema.schema-version="1.0" \ | ||
org.label-schema.name="flux-helm-operator" \ | ||
org.label-schema.description="The Flux Helm operator, for releasing Helm charts according to git" \ | ||
org.label-schema.url="https://github.com/weaveworks/flux" \ | ||
org.label-schema.vcs-url="[email protected]:weaveworks/flux" \ | ||
org.label-schema.vendor="Weaveworks" | ||
org.label-schema.description="The Helm operator for Kubernetes" \ | ||
org.label-schema.url="https://github.com/fluxcd/flux" \ | ||
org.label-schema.vcs-url="[email protected]:fluxcd/flux" \ | ||
org.label-schema.vendor="Flux CD" | ||
|
||
ENTRYPOINT [ "/sbin/tini", "--", "helm-operator" ] | ||
|
||
|