issues
search
ga4gh
/
ga4gh-starter-kit-drs
Open, extensible server implementation of the GA4GH Data Repository Service (DRS) specification
Apache License 2.0
4
stars
7
forks
source link
explore optimization of docker images
#55
Open
jb-adams
opened
2 years ago
jb-adams
commented
2 years ago
potentially optimize the space footprint of docker images by building the Java
.jar
file into a binary executable
this may be possible with
GraalVM
optimized docker image should be tested via the
integration
test package from #52 to ensure no bugs have been introduced with the new build process
.jar
file into a binary executableintegration
test package from #52 to ensure no bugs have been introduced with the new build process