feat: add minio-client (#265)
ci/woodpecker/push/build-package Pipeline was successful Details
ci/woodpecker/push/build-container Pipeline was successful Details
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/notify Pipeline was successful Details

Reviewed-on: #265
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
Co-committed-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
Robert Kaussow 2024-04-05 09:28:39 +02:00 committed by Robert Kaussow
parent 92f5484f28
commit c5ff1de317
2 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,7 @@ ENV YAMLLINT_VERSION="${YAMLLINT_VERSION:-1.35.1}"
ENV PIPX_HOME=/opt/pipx
ENV PIPX_BIN_DIR=/usr/local/bin
RUN apk --update add --no-cache python3 py3-yaml pipx curl make tar git bash jq && \
RUN apk --update add --no-cache python3 py3-yaml pipx curl make tar git bash jq minio-client && \
apk --no-cache upgrade libcrypto3 libssl3 && \
curl -SsfL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_${TARGETOS}-${TARGETARCH}${TARGETVARIANT}" && \
curl -SsfL -o /usr/local/bin/url-parser "https://github.com/thegeeklab/url-parser/releases/download/${URL_PARSER_VERSION}/url-parser-${TARGETOS}-${TARGETARCH}${TARGETVARIANT//v/-}" && \

View File

@ -29,6 +29,7 @@ Custom toolkit container based on Alpine.
- js-beautify
- yamllint
- jq
- minio-client
<!-- spellchecker-enable -->