-
Notifications
You must be signed in to change notification settings - Fork 223
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
pkg/utils: Offer built-in support for Arch Linux #1311
pkg/utils: Offer built-in support for Arch Linux #1311
Conversation
Operating system distributions like Arch Linux that follow a rolling-release model don't have the concept of a release. The latest snapshot is the only available release. A subsequent commit will add built-in support for Arch Linux. Hence, the code can no longer assume that every distribution will have a matching release. containers#1311
This allows using the --distro option to create and enter Arch Linux containers. Due to Arch's rolling-release model, the --release option isn't required. If --release is used, the accepted values are 'latest' and 'rolling'. containers#1311
e5d0f10
to
bce90d1
Compare
Build succeeded. ✔️ unit-test SUCCESS in 9m 33s |
Operating system distributions like Arch Linux that follow a rolling-release model don't have the concept of a release. The latest snapshot is the only available release. A subsequent commit will add built-in support for Arch Linux. Hence, the code can no longer assume that every distribution will have a matching release. Note that just because an operating system distribution may not have the concept of a release, it doesn't mean that it will accept an invalid 'release' option. containers#1311
This allows using the 'distro' option to create and enter Arch Linux containers. Due to Arch's rolling-release model, the 'release' option isn't required. If 'release' is used, the accepted values are 'latest' and 'rolling'. containers#1311
bce90d1
to
2ee82af
Compare
Build succeeded. ✔️ unit-test SUCCESS in 9m 27s |
2ee82af
to
ed76734
Compare
Build succeeded. ✔️ unit-test SUCCESS in 9m 37s |
Build succeeded. ✔️ unit-test SUCCESS in 9m 12s |
This allows using the --distro option to create and enter Arch Linux
containers. Due to Arch's rolling-release model, the --release option
isn't required. If --release is used, the accepted values are 'latest'
and 'rolling'.