-
Notifications
You must be signed in to change notification settings - Fork 35
Allow container builds to use pre-built pkgs defined by target #634
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
Conversation
305d2e4
to
05e21b9
Compare
how would this look like when calling for the build? |
Good question. I think something like this would be the workflow:
If you look in the test, it's also how I'm including it: cc/ @cpuguy83 if I'm incorrect or missing anything |
47d2abe
to
b5fa16d
Compare
7e7ec2a
to
4843088
Compare
2e5026c
to
1e51db2
Compare
1e51db2
to
4cd2724
Compare
ad6845e
to
45bf94b
Compare
45bf94b
to
d6d2ee3
Compare
Should be good now after addressing the timeout issue: #671 |
What this PR does / why we need it:
This PR adds functionality that allows a user to pass in a pre-built package via a target and then uses that same package when building the container. Allows for users to separate package builds from container builds.
Which issue(s) this PR fixes (optional, using
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when the PR gets merged):Fixes #597