Skip to content

Commit 764397f

Browse files
authored
Remove preflight packages (#153)
These are no longer needed here since they are unrelated to the agent Signed-off-by: Charlie Egan <[email protected]>
1 parent 5b895b6 commit 764397f

File tree

11 files changed

+0
-2892
lines changed

11 files changed

+0
-2892
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ RUN make install
1818
# Use a distroless nonroot base image for just our executable
1919
FROM gcr.io/distroless/base:nonroot
2020
COPY --from=builder /go/bin/preflight /bin/preflight
21-
ADD ./preflight-packages /preflight-packages
2221
# load in an example config file
2322
ADD ./agent.yaml /etc/preflight/agent.yaml
2423
ENTRYPOINT ["preflight"]

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ build-all-platforms:
5858
./bundles/preflight-bundle-$(GOOS)-$(GOARCH).tgz: ./builds/preflight-$(GOOS)-$(GOARCH)
5959
cd $(ROOT_DIR) && \
6060
mkdir -p ./bundles && \
61-
tar -cvf $@.tmp ./preflight-packages/ && \
6261
tar --transform "s/builds\/preflight-$(GOOS)-$(GOARCH)/preflight/" -rvf $@.tmp $< && \
6362
gzip < $@.tmp > $@ && \
6463
rm $@.tmp

preflight-packages/examples.jetstack.io/aks_basic/aks.rego

Lines changed: 0 additions & 10 deletions
This file was deleted.

preflight-packages/examples.jetstack.io/aks_basic/aks_test.rego

Lines changed: 0 additions & 51 deletions
This file was deleted.

preflight-packages/examples.jetstack.io/aks_basic/policy-manifest.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

preflight-packages/examples.jetstack.io/gke_basic/gke.rego

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)