From 9073de96a005e0c96147a005b59a54265f9c7ab1 Mon Sep 17 00:00:00 2001 From: fheinecke <23390735+fheinecke@users.noreply.github.com> Date: Tue, 6 Aug 2024 15:18:22 -0500 Subject: [PATCH] Add missing `entitlements` directory to container image builds (#45169) --- integrations/operator/Dockerfile | 1 + integrations/operator/Dockerfile.gha | 1 + integrations/teleport-spacelift-runner/Dockerfile | 1 + 3 files changed, 3 insertions(+) diff --git a/integrations/operator/Dockerfile b/integrations/operator/Dockerfile index 7b3177df67613..9c7652003b75e 100644 --- a/integrations/operator/Dockerfile +++ b/integrations/operator/Dockerfile @@ -58,6 +58,7 @@ RUN go mod download COPY *.go ./ COPY lib/ lib/ COPY gen/ gen/ +COPY entitlements/ entitlements/ COPY integrations/lib/embeddedtbot/ integrations/lib/embeddedtbot/ COPY integrations/operator/apis/ integrations/operator/apis/ COPY integrations/operator/controllers/ integrations/operator/controllers/ diff --git a/integrations/operator/Dockerfile.gha b/integrations/operator/Dockerfile.gha index e3810c4232f5b..dba764f0beed3 100644 --- a/integrations/operator/Dockerfile.gha +++ b/integrations/operator/Dockerfile.gha @@ -75,6 +75,7 @@ RUN go mod download COPY *.go ./ COPY lib/ lib/ COPY gen/ gen/ +COPY entitlements/ entitlements/ COPY integrations/lib/embeddedtbot/ integrations/lib/embeddedtbot/ COPY integrations/operator/apis/ integrations/operator/apis/ COPY integrations/operator/controllers/ integrations/operator/controllers/ diff --git a/integrations/teleport-spacelift-runner/Dockerfile b/integrations/teleport-spacelift-runner/Dockerfile index 6482e96742079..54624ab280e8e 100644 --- a/integrations/teleport-spacelift-runner/Dockerfile +++ b/integrations/teleport-spacelift-runner/Dockerfile @@ -20,6 +20,7 @@ COPY lib/ lib/ COPY api/ api/ COPY gen/ gen/ COPY build.assets/ build.assets/ +COPY entitlements/ entitlements/ COPY *.go ./ COPY Makefile Makefile COPY darwin-signing.mk darwin-signing.mk