layla-iam (dev)
Published 2026-08-20 23:43:59 +08:00 by Cloverdo
Installation
docker pull git.cloverdo.cn/cloverdo/layla-iam:devsha256:a3d1dcbcefcdcdbaaf9fb6931c03e83fdb7c6297bd85e9c324df6296d6bfe706Image layers
| 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 |
| WORKDIR /app |
| COPY file:7f5bc90b00b12080c84e24c8dfc949ea1ae88641da128f631b840ee6fc04d237 in /app/identity-center |
| COPY dir:b1988ea02aa6fb7b94b3f8368e07247662654e31bfabf86b196a282fc15b816d in /app/migrations |
| COPY dir:5b1fab0ab971767eccdf083e71465523b42f4e909ad0b38ab6106634ba32c04f in /app/frontend |
| COPY --chown=nonroot:nonroot dir:2b7fc64a5e7ddaaadbaece32a2ce9d1cd560e2210845af90178b07887686e4c7 in /data |
| USER nonroot:nonroot |
| EXPOSE 8080 |
| HEALTHCHECK &{["CMD" "/app/identity-center" "healthcheck" "--url" "http://127.0.0.1:8080/readyz"] "30s" "5s" "15s" "0s" '\x03'} |
| ENTRYPOINT ["/app/identity-center"] |