Block a user
oci-portal (v0.4.0)
Installation
docker pull gitea.bcde.io/wangdefa/oci-portal:v0.4.0sha256:c536296885b90ee4e8d76ebd3404d354f54a6a3414eb1b60a053993e53e44cb5
Images
| Digest | OS / Arch | Size |
|---|---|---|
| b3ff1b3758 | linux/amd64 | 18 MiB |
| 4b2c5f86b2 | linux/arm64 | 17 MiB |
Image Layers ( linux/amd64)
| 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 /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"] |