File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN apt-get update && \
2020ARG USER_HOME=/home/piper
2121RUN addgroup -gid 1000 piper && \
2222 useradd piper --uid 1000 --gid 1000 --shell /bin/bash --home-dir "${USER_HOME}" --create-home
23-
23+
2424ARG INSTALL_DIR=/usr/local/bin
2525RUN curl --location --silent "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=v8&source=github" | tar -zx -C "${INSTALL_DIR}" && \
2626 cf --version
@@ -31,6 +31,8 @@ RUN curl https://cli.btp.cloud.sap/btpcli-install.sh | bash -s -- -o "${INSTALL_
3131USER piper
3232WORKDIR ${USER_HOME}
3333
34+ # Set user agent header suffix for multiapps CLI plugin
35+ ENV MULTIAPPS_USER_AGENT_SUFFIX="ppiper/cf-cli"
3436ARG MTA_PLUGIN_VERSION=3.7.0
3537ARG MTA_PLUGIN_URL=https://github.com/cloudfoundry/multiapps-cli-plugin/releases/download/v${MTA_PLUGIN_VERSION}/multiapps-plugin.linux64
3638ENV MULTIAPPS_DISABLE_UPLOAD_PROGRESS_BAR=true
You can’t perform that action at this time.
0 commit comments