File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -14,19 +14,18 @@ RUN apt-get update && \
1414ARG USER_HOME=/home/piper
1515RUN addgroup -gid 1000 piper && \
1616 useradd piper --uid 1000 --gid 1000 --shell /bin/bash --home-dir "${USER_HOME}" --create-home && \
17- curl --location --silent "https://cli.run.pivotal.io /stable?release=linux64-binary&source=github" | tar -zx -C /usr/local/bin && \
17+ curl --location --silent "https://packages.cloudfoundry.org /stable?release=linux64-binary&version=v7 &source=github" | tar -zx -C /usr/local/bin && \
1818 cf --version
1919
2020USER piper
2121WORKDIR ${USER_HOME}
2222
23- ARG MTA_PLUGIN_VERSION=2.4 .1
23+ ARG MTA_PLUGIN_VERSION=2.5 .1
2424ARG MTA_PLUGIN_URL=https://github.com/cloudfoundry-incubator/multiapps-cli-plugin/releases/download/v${MTA_PLUGIN_VERSION}/mta_plugin_linux_amd64
2525
2626RUN cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org && \
2727 cf install-plugin blue-green-deploy -f -r CF-Community && \
2828 cf install-plugin ${MTA_PLUGIN_URL} -f && \
29- cf install-plugin Create-Service-Push -f -r CF-Community && \
3029 cf plugins
3130
3231# allow anybody to read/write/exec at HOME
You can’t perform that action at this time.
0 commit comments