mastodon-manager (sha256:c334f62506d7f1be2c6d17400cb85eda328c16ad37387c4d1dca858f21f3820b)
Published 2026-08-21 06:43:35 +00:00 by edwinavalos
Installation
docker pull git.amoslabs.cloud/edwinavalos/mastodon-manager@sha256:c334f62506d7f1be2c6d17400cb85eda328c16ad37387c4d1dca858f21f3820bsha256:c334f62506d7f1be2c6d17400cb85eda328c16ad37387c4d1dca858f21f3820bImage 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//tzdata-legacy/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 |
| WORKDIR / |
| COPY bin/manager-linux-amd64 /manager # buildkit |
| USER 65532:65532 |
| ENTRYPOINT ["/manager"] |