Add awslogs logging for PaaS

This commit is contained in:
bandesz
2017-02-14 16:17:30 +00:00
parent 492f8bee0f
commit b148a0a6a0
9 changed files with 145 additions and 65 deletions

View File

@@ -58,10 +58,7 @@ RUN \
RUN \
echo "Install Cloud Foundry CLI" \
&& curl -sSL "https://cli.run.pivotal.io/stable?release=debian64&source=github" -o /tmp/cloudfoundry-cli.deb \
&& dpkg -i /tmp/cloudfoundry-cli.deb \
&& cf install-plugin -r CF-Community -f "autopilot" \
&& cf install-plugin -r CF-Community -f "blue-green-deploy" \
&& cf install-plugin -r CF-Community -f "antifreeze"
&& dpkg -i /tmp/cloudfoundry-cli.deb
COPY tianon.gpg /tmp/tianon.gpg