Skip to content

Commit

Permalink
Revert "Fix image builds; properly add kustomize to the image context (
Browse files Browse the repository at this point in the history
…#100)"

This reverts commit 1b2bfa7.

The rebase messed everything up and I didn't check it before merging.
  • Loading branch information
jlewi committed May 3, 2024
1 parent 1b2bfa7 commit f2db9c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ WORKDIR /workspace/

COPY . /workspace

RUN wget -O kustomize.tar.gz https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv5.4.1/kustomize_v5.4.1_linux_amd64.tar.gz && \
tar -xzvf kustomize.tar.gz \

## Build
# N.B Disabling CGO can potentially cause problems on MacOSX and darwin builds because some networking requires
# it https://github.com/golang/go/issues/16345. We use to build with CGO_ENABLED=- to disable it at Primer
Expand Down

0 comments on commit f2db9c4

Please sign in to comment.