| 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:ec63e3c1e3a545ebb57fa389ad17a2777515cf707afc23edc8589e6c724c0032 in /etc/passwd |
| COPY file:17da4e6f2da316b4e026c1561564255180a01583a452dbd03029aaae1f5b3fbf in /etc/group |
| WORKDIR /app |
| COPY file:a01df6dee29ea563eebbc919941ed8be4dcbcf0579080afaac3e83038dfb216a in /app/govee |
| COPY file:e3096ea8ba16133bcc1b4af80b3f203036156a4bfdbafbae58407a9821af1161 in /app |
| COPY dir:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef in /data |
| COPY dir:a931930aac2f6c2d2833e992687cdc05b2adb7daf612757b96a276b67bd3f3ef in /app/assets |
| USER govee:govee |
| LABEL org.opencontainers.image.source="https://github.com/wez/govee2mqtt" |
| ENV RUST_BACKTRACE=full PATH=/app:$PATH XDG_CACHE_HOME=/data |
| VOLUME /data |
| CMD ["/app/govee", "serve", "--govee-iot-key=/data/iot.key", "--govee-iot-cert=/data/iot.cert", "--amazon-root-ca=/app/AmazonRootCA1.pem"] |