File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ ARG KUBEBUILDER_RELEASE=2.3.1
13
13
# Note(tflannag): We ran into some issues curling from the https://go.kubebuilder.io/dl
14
14
# domain as the output file was HTLM-based, so curl from the github releases
15
15
# until this has been resolved.
16
+ ENV PATH="/usr/local/kubebuilder/bin:${PATH}"
16
17
RUN yum install -y skopeo && \
17
18
export OS=$(go env GOOS) && \
18
19
export ARCH=$(go env GOARCH) && \
19
20
curl -L "https://github.com/kubernetes-sigs/kubebuilder/releases/download/v${KUBEBUILDER_RELEASE}/kubebuilder_${KUBEBUILDER_RELEASE}_${OS}_${ARCH}.tar.gz" | tar -xz -C /tmp/ && \
20
21
mv /tmp/kubebuilder_${KUBEBUILDER_RELEASE}_${OS}_${ARCH}/ /usr/local/kubebuilder && \
21
- export PATH=$PATH:/usr/local/kubebuilder/bin && \
22
22
kubebuilder version && \
23
23
echo "Kubebuilder installation complete!"
You can’t perform that action at this time.
0 commit comments