From 708779557c5eaf0279168f74e1ac5f47f4fea5c5 Mon Sep 17 00:00:00 2001 From: tommyd450 Date: Wed, 14 Feb 2024 11:15:04 +0000 Subject: [PATCH] Adding # to trigger builds --- Dockerfile | 2 +- bundle.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ca6f68f12..095c77797 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ COPY main.go main.go COPY api/ api/ COPY controllers/ controllers/ COPY client/ client/ - +# # Build # the GOARCH has not a default value to allow the binary be built according to the host where the command # was called. For example, if we call make docker-build in a local env which has the Apple Silicon M1 SO diff --git a/bundle.Dockerfile b/bundle.Dockerfile index e64b5067d..4040b943c 100644 --- a/bundle.Dockerfile +++ b/bundle.Dockerfile @@ -16,7 +16,7 @@ LABEL io.k8s.display-name="RHTAS operator bundle container image for Red Hat Tru LABEL io.openshift.tags="rhtas-operator-bundle, rhtas-operator, Red Hat Trusted Artifact Signer." LABEL summary="Operator Bundle for the rhtas-operator." LABEL com.redhat.component="sigstore-operator-bundle" - +# LABEL features.operators.openshift.io/cni="false" LABEL features.operators.openshift.io/disconnected="false" LABEL features.operators.openshift.io/disconnected="false"