[PR #18] feat(image): dockerfile enhancements #117

Open
opened 2025-11-20 04:17:16 -05:00 by saavagebueno · 0 comments
Owner

Original Pull Request: https://github.com/kiranshila/Doplarr/pull/18

State: closed
Merged: Yes


Several improvements to the Dockerfile:

  • Switch to clojure:openjdk-11-tools-deps-slim-buster as the base (~100MB difference in size)
  • Install the ca-certificates, tini and tzdata packages.
  • Set ENTRYPOINT to use tini
  • Switch jar path to /app/target/Doplarr.jar
  • Update labels and remove deprecated MAINTAINER label.
  • Include a .dockerignore file.
**Original Pull Request:** https://github.com/kiranshila/Doplarr/pull/18 **State:** closed **Merged:** Yes --- Several improvements to the Dockerfile: - Switch to `clojure:openjdk-11-tools-deps-slim-buster` as the base (~100MB difference in size) - Install the `ca-certificates`, `tini` and `tzdata` packages. - Set `ENTRYPOINT` to use `tini` - Switch jar path to `/app/target/Doplarr.jar` - Update labels and remove deprecated `MAINTAINER` label. - Include a `.dockerignore` file.
saavagebueno added the pull-request label 2025-11-20 04:17:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Doplarr#117