Block a user
oci-portal (v0.7.2)
Installation
docker pull gitea.bcde.io/wangdefa/oci-portal:v0.7.2sha256:51000d6507074318d33e71ae1168deca2a37aab07b935d8a326182a49a3dc8a3
Images
| Digest | OS / Arch | Size |
|---|---|---|
| a1dadc4a46 | linux/amd64 | 18 MiB |
| 38fe2c666b | linux/arm64 | 17 MiB |
Image Layers ( linux/arm64)
| bazel build @bookworm//base-files/arm64:data_statusd |
| bazel build @bookworm//netbase/arm64:data_statusd |
| bazel build @bookworm//tzdata/arm64:data_statusd |
| bazel build @bookworm//media-types/arm64: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_arm64 |
| COPY /oci-portal-server /oci-portal-server # buildkit |
| VOLUME [/data] |
| EXPOSE [8080/tcp] |
| HEALTHCHECK {Test:[CMD /oci-portal-server -healthcheck] Interval:30s Timeout:5s StartPeriod:10s StartInterval:0s Retries:0} |
| ENTRYPOINT ["/oci-portal-server"] |