Block a user
oci-portal (v0.8.1)
Installation
docker pull gitea.bcde.io/wangdefa/oci-portal:v0.8.1sha256:304d7467faac351e2fbc9db8083529d57c2d628c45378452a14dc51b7cf74b35
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 9bdd39220d | linux/amd64 | 22 MiB |
| 13911b6d6d | linux/arm64 | 20 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"] |