nitrictech / legacy-cli

CLI for the Nitric Framework
Apache License 2.0
6 stars 3 forks source link

Default builds to using buildpacks #153

Closed tjholm closed 3 years ago

tjholm commented 3 years ago

Use containerised version of pack-cli via docker instead of requiring pack as a dependency:

docker run \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v $PWD:/workspace -w /workspace \
  buildpacksio/pack build <my-image> --builder <builder-image>

The builder image in this case will be published from our new buildpacks repository to dockerhub.

┆Issue is synchronized with this Jira Story by Unito