This website requires JavaScript.
Explore
Help
Register
Sign In
sig_cloud
/
diskimage-builder
Watch
2
Star
0
Fork
0
You've already forked diskimage-builder
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0322695a5e
diskimage-builder
/
diskimage_builder
/
elements
/
cache-url
/
pkg-map
13 lines
168 B
Plaintext
Raw
Normal View
History
Unescape
Escape
cache-url requires curl In some cases cache-url can get pulled in without curl, causing it to fail. Co-Authored-By: Adam Harwell <flux.adam@gmail.com> Change-Id: Ibd66c2ca4f8cc423783555d8a99b1184f43adff2
2018-02-08 18:04:33 +00:00
{
cache-url: Give up on curl install for Redhat platforms The RedHat platforms vary if they come pre-installed with curl or curl-minimal. For example, Fedora 37 container images have curl, and centos 9-stream and Rocky images have curl-minimal. If you try and install curl when curl-minimal is installed, you get an error, and vice-versa. Unfortunately package-installs can't really sort this out; we're just passing a package list to the system package manager. We don't have a way to say "the curl OR curl-minimal package is fine". As this breaks builds and is such a common dependency that it's already there, let's just add a note that curl is required and blank out the package-map. Change-Id: I9ccebe2dbf3a8682dab60c2070c5f78849e01446
2023-01-20 05:04:27 +00:00
"family": {
"redhat": {
"curl": ""
}
},
cache-url requires curl In some cases cache-url can get pulled in without curl, causing it to fail. Co-Authored-By: Adam Harwell <flux.adam@gmail.com> Change-Id: Ibd66c2ca4f8cc423783555d8a99b1184f43adff2
2018-02-08 18:04:33 +00:00
"distro": {
"gentoo": {
"curl": "net-misc/curl"
}
}
}
Reference in New Issue
Copy Permalink