From ab07abcc8eb1bbc76c24943d7a3caa9caf1a086b Mon Sep 17 00:00:00 2001 From: IvanBorislavovDimitrov Date: Fri, 5 Sep 2025 13:34:58 +0300 Subject: [PATCH] Add multiapps cli plugin user_agent header suffix --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 12a0379..83aa6ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN apt-get update && \ ARG USER_HOME=/home/piper RUN addgroup -gid 1000 piper && \ useradd piper --uid 1000 --gid 1000 --shell /bin/bash --home-dir "${USER_HOME}" --create-home - + ARG INSTALL_DIR=/usr/local/bin RUN curl --location --silent "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=v8&source=github" | tar -zx -C "${INSTALL_DIR}" && \ cf --version @@ -31,6 +31,7 @@ RUN curl https://cli.btp.cloud.sap/btpcli-install.sh | bash -s -- -o "${INSTALL_ USER piper WORKDIR ${USER_HOME} +ENV MULTIAPPS_USER_AGENT_SUFFIX="ppiper/cf-cli:${VERSION}" ARG MTA_PLUGIN_VERSION=3.6.0 ARG MTA_PLUGIN_URL=https://github.com/cloudfoundry/multiapps-cli-plugin/releases/download/v${MTA_PLUGIN_VERSION}/multiapps-plugin.linux64 ENV MULTIAPPS_DISABLE_UPLOAD_PROGRESS_BAR=true