Package archives for debian and ubuntu based images#145
Open
MarkusOstermayer wants to merge 3 commits intomainfrom
Open
Package archives for debian and ubuntu based images#145MarkusOstermayer wants to merge 3 commits intomainfrom
MarkusOstermayer wants to merge 3 commits intomainfrom
Conversation
Ported all debian and ubuntu based images to use the archival services. In addition, all containers were switched from the docker-hashes to timestamped images to give challenge authors a better feeling of how old/new the image is.
I updated the pwn debian 12.11 template to debian 12.12. Since the minor version changed, I renamed the folder do not include it. Since this change might spark some discussion, this is a seperate commit
All minor versions have been updated, the table listing the versions in the readme-md has been updated and .version has been updated.
Member
|
Thanks for the contribution. I will review it more carefully later but from a quick look I like it |
Member
|
I might have to switch the pwn-qemu-kernel from Ubuntu to Fedora/RHEL/anything due to #146 Edit: we might actually not want it in that template, so all good. In that case we want qemu to update probably. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR ports all debian and ubuntu based images to use the corresponding archival services of the debian/ubuntu project.
This partly addresses #141.
In addition, all images were switched from a docker-hash to a timestamped image name.
This was done to improve the experience for challenge authors.
The
debian-12.11image has been renamed because the chosen image (which is the latest one for debian 12) is as 12.12, not 12.11 image.I was not sure if the miner version should be kept since this is also the case for ubuntu (e.g. bash-nojail-ubuntu24.04).
On the other hand, the process for updating the minor version in ubuntu and debian is different.