-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update golang; switch kubeval to kubeconform (#167)
* ci: update golang; switch kubeval to kubeconform * Fix typo * Fix typo * Fix typo * Fix typo * Fix typo * Fix typo * Fix typo * Fix typo * Fix typo
- Loading branch information
Showing
24 changed files
with
68 additions
and
647 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,12 @@ FROM ubuntu:noble-20240114 as asdf-builder | |
# UPDATE_HERE | ||
ARG ASDF_VERSION=v0.14.0 | ||
|
||
SHELL ["/bin/bash", "-o", "pipefail", "-c"] | ||
|
||
# Install build tools | ||
RUN apt-get -y update \ | ||
&& apt-get -y install build-essential \ | ||
&& apt-get -y install autoconf automake gdb git libffi-dev zlib1g-dev libssl-dev curl \ | ||
&& apt-get -y install autoconf automake gdb git libffi-dev zlib1g-dev libssl-dev curl wget \ | ||
&& apt-get clean && rm -rf /var/lib/apt/lists/* | ||
|
||
# Install asdf | ||
|
@@ -29,7 +31,7 @@ RUN git config --global user.email "[email protected]" \ | |
WORKDIR /root | ||
COPY .tool-versions . | ||
|
||
RUN awk '$0 !~ /^#/ {print $1}' ~/.tool-versions|xargs -i asdf plugin add {} \ | ||
RUN awk '$0 !~ /^#/ {print $1}' .tool-versions|xargs -I{} asdf plugin add {} \ | ||
&& asdf install && asdf reshim | ||
ENV PATH "/root/.asdf/shims:/root/.asdf/bin:$PATH" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.