From 1a36aee24c39d0a4b4ba36df4598a64f65fd63ae Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 5 Apr 2024 09:22:40 +0200 Subject: [PATCH] feat; add minio-client --- Containerfile.multiarch | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index bec5269..d6bc059 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -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/-}" && \ diff --git a/README.md b/README.md index 941c4c9..6f3e5df 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Custom toolkit container based on Alpine. - js-beautify - yamllint - jq +- minio-client