Skip to content

Commit

Permalink
Merge pull request #1917 from rksharma95/redhat-container-label
Browse files Browse the repository at this point in the history
chore(images): add maintainer label to all container images
  • Loading branch information
rksharma95 authored Dec 19, 2024
2 parents c472718 + a3bfce3 commit 6bd41e2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ ENV KUBEARMOR_UBI=true

LABEL name="kubearmor" \
vendor="Accuknox" \
maintainer="Barun Acharya, Ramakant Sharma" \
version=${VERSION} \
release=${VERSION} \
summary="kubearmor container image based on redhat ubi" \
Expand Down Expand Up @@ -119,6 +120,7 @@ ENV KUBEARMOR_UBI=true

LABEL name="kubearmor" \
vendor="Accuknox" \
maintainer="Barun Acharya, Ramakant Sharma" \
version=${VERSION} \
release=${VERSION} \
summary="kubearmor container image based on redhat ubi" \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.init
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ARG VERSION=latest

LABEL name="kubearmor-init" \
vendor="Accuknox" \
maintainer="Barun Acharya, Ramakant Sharma" \
version=${VERSION} \
release=${VERSION} \
summary="kubearmor-init container image based on redhat ubi" \
Expand Down
1 change: 1 addition & 0 deletions pkg/KubeArmorController/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ ARG VERSION=latest

LABEL name="kubearmor-controller" \
vendor="AccuKnox" \
maintainer="Barun Acharya, Ramakant Sharma" \
version=${VERSION} \
release=${VERSION} \
summary="kubearmor-controller container image based on redhat ubi" \
Expand Down
2 changes: 2 additions & 0 deletions pkg/KubeArmorOperator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ ARG VERSION=latest

LABEL name="kubearmor-operator" \
vendor="Accuknox" \
maintainer="Barun Acharya, Ramakant Sharma" \
version=${VERSION} \
release=${VERSION} \
summary="kubearmor-operator container image based on redhat ubi" \
Expand All @@ -73,6 +74,7 @@ ARG VERSION=latest

LABEL name="kubearmor-snitch" \
vendor="Accuknox" \
maintainer="Barun Acharya, Ramakant Sharma" \
version=${VERSION} \
release=${VERSION} \
summary="kubearmor-snitch container image based on redhat ubi" \
Expand Down

0 comments on commit 6bd41e2

Please sign in to comment.