Skip to content

Instantly share code, notes, and snippets.

@kardolus
Created August 6, 2019 18:19
Show Gist options
  • Save kardolus/3e6e046a7254601d15975e2dc0f21323 to your computer and use it in GitHub Desktop.
Save kardolus/3e6e046a7254601d15975e2dc0f21323 to your computer and use it in GitHub Desktop.
Fly exec and clone all
git clone "https://github.com/cloudfoundry/node-engine-cnb"
git clone "https://github.com/cloudfoundry/npm-cnb"
git clone "https://github.com/cloudfoundry/yarn-cnb"
git clone "https://github.com/cloudfoundry/python-cnb"
git clone "https://github.com/cloudfoundry/pip-cnb"
git clone "https://github.com/cloudfoundry/pipenv-cnb"
git clone "https://github.com/cloudfoundry/go-compiler-cnb"
git clone "https://github.com/cloudfoundry/go-mod-cnb"
git clone "https://github.com/cloudfoundry/dep-cnb"
git clone "https://github.com/cloudfoundry/openjdk-cnb"
git clone "https://github.com/cloudfoundry/build-system-cnb"
git clone "https://github.com/cloudfoundry/jvm-application-cnb"
git clone "https://github.com/cloudfoundry/azure-application-insights-cnb"
git clone "https://github.com/cloudfoundry/debug-cnb"
git clone "https://github.com/cloudfoundry/google-stackdriver-cnb"
git clone "https://github.com/cloudfoundry/jmx-cnb"
git clone "https://github.com/cloudfoundry/procfile-cnb"
git clone "https://github.com/cloudfoundry/dotnet-core-conf-cnb"
git clone "https://github.com/cloudfoundry/archive-expanding-cnb"
git clone "https://github.com/cloudfoundry/tomcat-cnb"
git clone "https://github.com/cloudfoundry/jdbc-cnb"
git clone "https://github.com/cloudfoundry/spring-auto-reconfiguration-cnb"
git clone "https://github.com/cloudfoundry/spring-boot-cnb"
git clone "https://github.com/cloudfoundry/dist-zip-cnb"
git clone "git@github.com:pivotal-cf/p-openjdk-cnb.git"
git clone "git@github.com:pivotal-cf/p-appdynamics-cnb.git"
git clone "git@github.com:pivotal-cf/p-build-system-cnb.git"
git clone "git@github.com:pivotal-cf/p-aspectj-cnb.git"
git clone "git@github.com:pivotal-cf/p-ca-introscope-cnb.git"
git clone "git@github.com:pivotal-cf/p-client-certificate-mapper-cnb.git"
git clone "git@github.com:pivotal-cf/p-container-security-provider-cnb.git"
git clone "git@github.com:pivotal-cf/p-elastic-apm-cnb.git"
git clone "git@github.com:pivotal-cf/p-jacoco-cnb.git"
git clone "git@github.com:pivotal-cf/p-jprofiler-cnb.git"
git clone "git@github.com:pivotal-cf/p-jrebel-cnb.git"
git clone "git@github.com:pivotal-cf/p-new-relic-cnb.git"
git clone "git@github.com:pivotal-cf/p-overops-cnb.git"
git clone "git@github.com:pivotal-cf/p-riverbed-appinternals-cnb.git"
git clone "git@github.com:pivotal-cf/p-skywalking-cnb.git"
git clone "git@github.com:pivotal-cf/p-wso2-cnb.git"
git clone "git@github.com:pivotal-cf/p-yourkit-cnb.git"
REPO=cloudfoundry/cnb STACK="io.buildpacks.stacks.bionic" BUILD_IMAGE="cloudfoundry/build:base-cnb" RUN_IMAGE="cloudfoundry/run:base-cnb" HOST="hub.docker.com" fly -t buildpacks execute -c ./tasks/create-builder/task.yml -i buildpacks-ci=. -i sources=/tmp/all/ --inputs-from cnb-builder/release-cf-builder-cflinuxfs3 -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment