Skip to content

Commit

Permalink
build(CONTAINER): remove vale 2 from utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Oct 29, 2024
1 parent eb31930 commit c9cc345
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
7 changes: 1 addition & 6 deletions .cicd-tools/containers/utilities/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ ENV JQ_VERSION="https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-linux
ENV SHFMT_VERSION="https://github.com/mvdan/sh/releases/download/v3.7.0/shfmt_v3.7.0_linux_${BUILD_ARG_ARCH_FORMAT_1}"
ENV SHELLCHECK_VERSION="https://github.com/koalaman/shellcheck/releases/download/v0.9.0/shellcheck-v0.9.0.linux.${BUILD_ARG_ARCH_FORMAT_3}.tar.xz"
ENV TOMLL_VERSION="https://github.com/pelletier/go-toml/releases/download/v2.1.1/tomll_2.1.1_linux_${BUILD_ARG_ARCH_FORMAT_1}.tar.xz"
ENV VALE_VERSION="https://github.com/errata-ai/vale/releases/download/v2.30.0/vale_2.30.0_Linux_${BUILD_ARG_ARCH_FORMAT_4}.tar.gz"
ENV VALE3_VERSION="https://github.com/errata-ai/vale/releases/download/v3.6.0/vale_3.6.0_Linux_${BUILD_ARG_ARCH_FORMAT_4}.tar.gz"
ENV VALE_VERSION="https://github.com/errata-ai/vale/releases/download/v3.6.0/vale_3.6.0_Linux_${BUILD_ARG_ARCH_FORMAT_4}.tar.gz"
ENV YQ_VERSION="https://github.com/mikefarah/yq/releases/download/v4.44.3/yq_linux_${BUILD_ARG_ARCH_FORMAT_1}"

RUN mkdir -p /dist
Expand Down Expand Up @@ -51,10 +50,6 @@ RUN curl -sL --retry 3 "${VALE_VERSION}" -o /tmp/vale.tar.gz \
&& tar xvzf /tmp/vale.tar.gz vale \
&& mv vale /dist

RUN curl -sL --retry 3 "${VALE3_VERSION}" -o /tmp/vale3.tar.gz \
&& tar xvzf /tmp/vale3.tar.gz vale \
&& mv vale /dist/vale3

RUN curl -sL --retry 3 "${YQ_VERSION}" -o /dist/yq \
&& chmod +x /dist/yq

Expand Down
3 changes: 1 addition & 2 deletions .cicd-tools/containers/utilities/amd64/Dockerfile.sha256
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
7087178d54de6652b404c306233264463cb9e7a9afeb259bb663cc4dbfd64149 shellcheck
0264c424278b18e22453fe523ec01a19805ce3b8ebf18eaf3aadc1edc23f42e3 shfmt
f57a40a14636198a8bfa5ad0d27c0f5e62b4ecea069d447a0ddccee781c6a75a tomll
8d81028547b8724d25d85a686d9a6d189b9f02aca3ce9646737709c8e3898e57 vale
2150050dafb316d5d59fcd4abed8c0edfb85c1d74eed9a8acdbbf0d047f63c9d vale3
2150050dafb316d5d59fcd4abed8c0edfb85c1d74eed9a8acdbbf0d047f63c9d vale
a2c097180dd884a8d50c956ee16a9cec070f30a7947cf4ebf87d5f36213e9ed7 yq
3 changes: 1 addition & 2 deletions .cicd-tools/containers/utilities/arm64/Dockerfile.sha256
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
ef4c0f06039f2034dfba012251ddfeb1edba88e049fc5edfbc289fef179daaa0 shellcheck
111612560d15bd53d8e8f8f85731176ce12f3b418ec473d39a40ed6bbec772de shfmt
4e3fb088a2dbb6a2001223e77bbe87dc7f85ad06c06f9c00d402d08e0e1436c2 tomll
8a7a289c79ae0c19a9cc642bf98e8aee135981731c375bfd5cd6504f1a90bf1c vale
2807924d7edd1e649fa34e87ef19195340347fccf0ef34c2a9096ae11fd9571b vale3
2807924d7edd1e649fa34e87ef19195340347fccf0ef34c2a9096ae11fd9571b vale
0e7e1524f68d91b3ff9b089872d185940ab0fa020a5a9052046ef10547023156 yq

0 comments on commit c9cc345

Please sign in to comment.