argo-rollouts (v1.9.1)
Published 2026-07-18 00:05:43 +00:00 by esh4d0w
Installation
docker pull forgejo.f4te.de/oci/argo-rollouts:v1.9.1sha256:f6c042a5f1dea0f7f6b15e2cdf2ec565670eee49f6dcabc5c4c9ef8cac23e8b0Image layers
| bazel build @bookworm//base-files/amd64:data_statusd |
| bazel build @bookworm//netbase/amd64:data_statusd |
| bazel build @bookworm//tzdata/amd64:data_statusd |
| bazel build @bookworm//media-types/amd64:data_statusd |
| bazel build //common:rootfs |
| bazel build //common:passwd |
| bazel build //common:home |
| bazel build //common:group |
| bazel build //common:tmp |
| bazel build //static:nsswitch |
| bazel build //common:os_release_debian12 |
| bazel build //common:cacerts_debian12_amd64 |
| COPY /go/src/github.com/argoproj/argo-rollouts/dist/rollouts-controller /bin/ # buildkit |
| COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit |
| USER 999 |
| WORKDIR /home/argo-rollouts |
| ENTRYPOINT ["/bin/rollouts-controller"] |