fix: use container skopeo (#110)
the `os_version` is defaulting to the `image_tag` inside containers and causing our template to use latest tag --------- Co-authored-by: Gerald Pinder <gmpinder@gmail.com>
This commit is contained in:
parent
c084592934
commit
580c3d6ce7
22 changed files with 567 additions and 383 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -294,6 +294,7 @@ dependencies = [
|
|||
"futures-util",
|
||||
"fuzzy-matcher",
|
||||
"log",
|
||||
"once_cell",
|
||||
"open",
|
||||
"os_info",
|
||||
"podman-api",
|
||||
|
|
@ -320,7 +321,6 @@ dependencies = [
|
|||
"anyhow",
|
||||
"blue-build-utils",
|
||||
"chrono",
|
||||
"format_serde_error",
|
||||
"indexmap 2.2.3",
|
||||
"log",
|
||||
"serde",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue