issues
search
openpreserve
/
jhove
File validation and characterisation.
http://jhove.openpreservation.org
Other
171
stars
79
forks
source link
FEAT: Slimline and templated Dockerfile
#963
Open
carlwilson
opened
2 months ago
carlwilson
commented
2 months ago
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.
Dockerfile
builds a tag by cloning the GitHub repo;Dockerfile_dev
builds a copy of the local project;pom.xml
with aresource
plugin to copy theDockerfile
andDockerfile_dev
to the base directory.