Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT: Slimline and templated Dockerfile #963

Open
wants to merge 3 commits into
base: dev/1.33
Choose a base branch
from

Commits on Sep 5, 2024

  1. FEAT: Slimline and templated Dockerfile

    - moved to an all Alpine stack for build and the final image;
    - now two Dockerfiles:
      - `Dockerfile` builds a tag by cloning the GitHub repo;
      - `Dockerfile_dev` builds a copy of the local project;
    - added templated versions of both the above that are so that they are updated automatically as part of the Maven build; and
    - updated the main `pom.xml` with a `resource` plugin to copy the `Dockerfile` and `Dockerfile_dev` to the base directory.
    carlwilson committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    75e7d9e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. FEAT: Installer based docker build

    - added Dockerfile_installer which uses the JHOVE installer for a faster and more reliable way of building containers.
    carlwilson committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f311d0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b16d114 View commit details
    Browse the repository at this point in the history