Compare commits

...

1 Commits

Author SHA1 Message Date
e625cb7a13 demo 2025-06-17 14:27:02 +03:00
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,4 @@
from = "{{ registry }}{{ branch }}/distroless-base:latest"
full-files = ["/usr/bin/cilium"]
entrypoint = ["/usr/bin/cilium"]
label = {"org.opencontainers.image.title" = "distroless-cilium-cli", "org.opencontainers.image.description" = "Cilium CLI image", "org.opencontainers.image.licenses" = "Apache-2.0", "org.opencontainers.image.vendor" = "ALT Linux Team"}

View File

@ -0,0 +1,6 @@
---
is_versioned: true
version_template: "v{{ version }}"
source_packages:
- cilium-cli
...

View File

@ -0,0 +1,2 @@
[sisyphus]
377593 = ["base/distroless-cilium-cli"]