Add awslogs logging for PaaS

This commit is contained in:
bandesz
2017-02-13 18:04:08 +00:00
parent d0424e319c
commit 72dc93c6db
21 changed files with 238 additions and 230 deletions

View File

@@ -33,10 +33,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