-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pack build #1
Labels
type/enhancement
Issue that requests a new feature or improvement.
Comments
ekcasey
added
the
type/enhancement
Issue that requests a new feature or improvement.
label
Aug 6, 2018
This is finished on |
Merged to master. |
Setup
Acceptance steps
|
Closed
1 task
joe-kimmel-vmw
pushed a commit
to joe-kimmel-vmw/pack
that referenced
this issue
Apr 7, 2023
use the pack binary built in this checkout, not the pack installed to…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pack build
As a developer I want to use the
pack build
command to create an image so that I can build my app using buildpacks, and run it similarly to how it will run in productionAcceptance Criteria
Given I have installed docker
Given Source code in a directory
<app-dir>
When I run
pack build --dir <app-dir> --name <repo-name>:<tag-name (optional)>
Then The pack cli builds an image from the source code in
<app-dir>
with the v3 buildpack lifecycle and puts it in<repo-name>
in the local Docker daemonThen I can run
docker run
` and see my app runningAssumptions
restorer
andcacher
in this first iterationpacks/v3
on dockerhubThe text was updated successfully, but these errors were encountered: