Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Update labels in Dockerfiles to match fluxcd org
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco committed Jul 10, 2019
1 parent 5d079c2 commit 7d48f03
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions docker/Dockerfile.flux
Expand Up @@ -18,18 +18,18 @@ COPY ./kubectl /usr/local/bin/
COPY ./kustomize /usr/local/bin

# These are pretty static
LABEL maintainer="Weaveworks <help@weave.works>" \
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="git@github.com: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="git@github.com: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="git@github.com: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="git@github.com:fluxcd/flux" \
org.label-schema.vendor="Flux CD"

ENTRYPOINT [ "/sbin/tini", "--", "fluxd" ]

Expand Down
18 changes: 9 additions & 9 deletions docker/Dockerfile.helm-operator
Expand Up @@ -18,18 +18,18 @@ COPY ./kubectl /usr/local/bin/
COPY ./helm /usr/local/bin/

# These are pretty static
LABEL maintainer="Weaveworks <help@weave.works>" \
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="git@github.com: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="git@github.com: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="git@github.com: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="git@github.com:fluxcd/flux" \
org.label-schema.vendor="Flux CD"

ENTRYPOINT [ "/sbin/tini", "--", "helm-operator" ]

Expand Down

0 comments on commit 7d48f03

Please sign in to comment.