Skip to content

Commit

Permalink
Add missing entitlements directory to container image builds (#45169)
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke authored Aug 6, 2024
1 parent b778ff3 commit 9073de9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions integrations/operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
1 change: 1 addition & 0 deletions integrations/operator/Dockerfile.gha
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
1 change: 1 addition & 0 deletions integrations/teleport-spacelift-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9073de9

Please sign in to comment.