| 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 |
| bazel build @bookworm//libc6/amd64:data_statusd |
| bazel build @bookworm//libssl3/amd64:data_statusd |
| bazel build @bookworm//libgomp1/amd64:data_statusd |
| bazel build @bookworm//libstdc++6/amd64:data_statusd |
| bazel build @bookworm//libgcc-s1/amd64:data_statusd |
| bazel build @bookworm//gcc-12-base/amd64:data_statusd |
| COPY file:ccf591b3b80e77bc2599fc52a26ec8acad8f35f6a7b2d1b621a6e7e4776cead9 in /usr/bin/anki-sync-server |
| ENV SYNC_PORT=8080 |
| ENV SYNC_BASE=/anki_data |
| EXPOSE ${SYNC_PORT} |
| CMD ["anki-sync-server"] |
| HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 CMD ["anki-sync-server", "--healthcheck"] |
| VOLUME /anki_data |
| LABEL maintainer="Jean Khawand <jk@jeankhawand.com>" |