You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if we could have a build target that will install a package that's just provided from the build context directly into the distro image.
The above command is calling the azlinux3/install target with the contents of the ./RPMS directory as the build context.
We can also support providing a dalec (even a partial one) so that you can customize the image just like a normal build does.
image:
entrypoint: /usr/bin/foo
This would allow dalec to be used more like a component in a pipeline
Are you willing to submit PRs to contribute to this feature request?
Yes, I am willing to implement it.
The text was updated successfully, but these errors were encountered:
What kind of request is this?
New feature
What is your request or suggestion?
It would be nice if we could have a build target that will install a package that's just provided from the build context directly into the distro image.
Example:
Given a directory layout:
I would like to be able to tell dalec to build an image image from the packages provided.
$ docker build --build-arg BUILDKIT_SYNTAX=ghcr.io/azure/dalec/frontend:latest --target azlinux3/install ./RPMS
The above command is calling the
azlinux3/install
target with the contents of the./RPMS
directory as the build context.We can also support providing a dalec (even a partial one) so that you can customize the image just like a normal build does.
This would allow dalec to be used more like a component in a pipeline
Are you willing to submit PRs to contribute to this feature request?
The text was updated successfully, but these errors were encountered: