Skip to content

Commit c3c5b18

Browse files
committed
chore: Remove OpenContainer labels
Signed-off-by: Daniel Campos Olivares <dacamposol@gmail.com>
1 parent e995dee commit c3c5b18

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

add-cluster/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ FROM docker.io/bitnami/minideb:bullseye
22

33
ARG VERSION="1.25.3"
44

5-
LABEL org.opencontainers.image.authors="https://twitter.com/devcamposol" \
6-
org.opencontainers.image.description="Multiarch image for adding cluster to CodeFresh" \
7-
org.opencontainers.image.title="codefresh-add-cluster"
8-
95
RUN apt-get update && \
106
apt-get install -y ca-certificates curl && \
117
curl -fsSLo /usr/share/keyrings/kubernetes-archive-keyring.gpg https://packages.cloud.google.com/apt/doc/apt-key.gpg && \

0 commit comments

Comments
 (0)