Block a user
tunnel-please-frontend (latest)
Installation
docker pull git.fossy.my.id/bagas/tunnel-please-frontend:latestsha256:c9dccf66d6e5bff2625cc000a77755f39e7936fa93982240ed6c1083e79f45e2
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 5e2efdcc81 | linux/amd64 | 75 MiB |
| 339df57450 | linux/arm64 | 76 MiB |
Image Layers ( linux/amd64)
| 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 |
| bazel build @trixie//libc6/amd64:data_statusd |
| bazel build @trixie//libssl3t64/amd64:data_statusd |
| bazel build @trixie//libzstd1/amd64:data_statusd |
| bazel build @trixie//zlib1g/amd64:data_statusd |
| bazel build @trixie//libgomp1/amd64:data_statusd |
| bazel build @trixie//libstdc++6/amd64:data_statusd |
| bazel build @trixie//libgcc-s1/amd64:data_statusd |
| bazel build @trixie//gcc-14-base/amd64:data_statusd |
| bazel build @nodejs24_amd64//:data |
| WORKDIR /app |
| ENV NODE_ENV=production |
| ENV NEXT_TELEMETRY_DISABLED=1 |
| ENV PORT=3000 |
| ENV HOSTNAME=0.0.0.0 |
| COPY /app/.next/standalone ./ # buildkit |
| COPY /app/.next/static ./.next/static # buildkit |
| EXPOSE [3000/tcp] |
| CMD ["server.js"] |