containers: Dynamically determine OS variant and version#1245
Conversation
108daf9 to
3695f59
Compare
3695f59 to
4e10c72
Compare
OK. |
4e10c72 to
e9d3e2b
Compare
|
is it time to move this code to an actual shell script? |
Let me try once. |
e9d3e2b to
4eb9f85
Compare
This commit adds the Dockerfile's directory as an additional build context instead of relying solely on the current working directory. This change prepares the repository for any future helper scripts that will be executed during the build process. Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
Create separate shell script files for readability and reduced error‑proneness. Copy and execute them during the build. Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
Ceph now builds development containers for the main branch on Rocky Linux 10 instead of CentOS Stream 9. Update the shaman url parameters and the distribution tag for the ceph‑release package to dynamically determine the variant and version of the underlying OS. Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
4eb9f85 to
435b405
Compare
|
@phlogistonjohn Should we also take this as an opportunity to consider relocating entrypoint.sh and micro‑osd.sh? |
Sure, but probably for a later PR. :-) |
Merge Queue Status
This pull request spent 15 seconds in the queue, with no time running CI. Required conditions to merge
|
Ceph now builds development containers for the main branch on Rocky Linux 10 instead of CentOS Stream 9. Update the shaman url parameters and the distribution tag for the ceph‑release package to dynamically determine the variant and version of the underlying OS.
fixes #1244