argoexec (v4.0.1)
Published 2026-03-25 11:18:05 +00:00 by esh4d0w
Installation
docker pull forgejo.f4te.de/oci/argoexec:v4.0.1sha256:399500eaf65a7c69dd2a3c3cc8bcca235dff148fcc4e1f81b591b19ee98bd006Image layers
| bazel build @trixie//base-files/amd64:data_statusd |
| bazel build @trixie//netbase/amd64:data_statusd |
| bazel build @trixie//tzdata/amd64:data_statusd |
| bazel build @trixie//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_debian13 |
| bazel build //common:cacerts_debian13_amd64 |
| COPY /etc/mime.types /etc/mime.types # buildkit |
| COPY hack/ssh_known_hosts /etc/ssh/ # buildkit |
| COPY hack/nsswitch.conf /etc/ # buildkit |
| COPY /go/src/github.com/argoproj/argo-workflows/dist/argoexec /bin/ # buildkit |
| ENTRYPOINT ["argoexec"] |