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/arm64)
| bazel build @trixie//base-files/arm64:data_statusd |
| bazel build @trixie//netbase/arm64:data_statusd |
| bazel build @trixie//tzdata/arm64:data_statusd |
| bazel build @trixie//tzdata-legacy/arm64:data_statusd |
| bazel build @trixie//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_debian13 |
| bazel build //common:cacerts_debian13_arm64 |
| bazel build @trixie//libc6/arm64:data_statusd |
| bazel build @trixie//libssl3t64/arm64:data_statusd |
| bazel build @trixie//libzstd1/arm64:data_statusd |
| bazel build @trixie//zlib1g/arm64:data_statusd |
| bazel build @trixie//libgomp1/arm64:data_statusd |
| bazel build @trixie//libstdc++6/arm64:data_statusd |
| bazel build @trixie//libgcc-s1/arm64:data_statusd |
| bazel build @trixie//gcc-14-base/arm64:data_statusd |
| bazel build @nodejs24_arm64//: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"] |