-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add docker support, new param is introduced --docker-image
#6
base: develop
Are you sure you want to change the base?
Conversation
02567cb
to
873e3a3
Compare
piuparts.1.txt
Outdated
Use schroot session named SCHROOT-NAME for the chroot, instead of building a new one with debootstrap. | ||
Use schroot session named SCHROOT-NAME for the testing environment. | ||
|
||
*--docker-image='DOCKER-IMAGE':: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's missing a * to close the bold section after --docker-image
873e3a3
to
ca07c9e
Compare
Maybe you should add |
@agustinhenze I'm probably not going to test or use it ... but looks good from a quick glance. |
@anbe42 Thank you for doing review :). Please take a look again to see if everything is ok for you |
@agustinhenze Please rebase the pull request on develop, not master. Targeting develop not master. Make the changelog entry a multimaint one. (with |
c5712b9
to
c6adf30
Compare
@anbe42 done |
ACK |
2292e3a
to
9800785
Compare
e.g. piuparts --docker-image debian:unstable package.deb It only supports overlay2 for now and it uses the `MergedDir` layer where piuparts can access, add, edit and remove files easily. Signed-off-by: Agustin Henze <[email protected]>
Signed-off-by: Agustin Henze <[email protected]>
Signed-off-by: Agustin Henze <[email protected]>
Signed-off-by: Agustin Henze <[email protected]>
Signed-off-by: Agustin Henze <[email protected]>
Signed-off-by: Agustin Henze <[email protected]>
9800785
to
3320e76
Compare
e.g. piuparts --docker-image debian:unstable package.deb
It only supports overlay2 for now and it uses the
MergedDir
layerwhere piuparts can access, add, edit and remove files easily.