feat(docker): standalone converter image and CI#74
Merged
Conversation
Refresh the multi-stage Dockerfile: Maven 3.9 on Temurin 8, non-root owl2vowl user, HEALTHCHECK on /serverTimeStamp. Document how the WebVOWL merged stack consumes this repo as a sibling build context. Adds docker-ci (build + smoke test on PR/master) and docker-release (publish ghcr.io/visualdataweb/owl2vowl on v* tags). Pairs with VisualDataWeb/WebVOWL#218.
5 tasks
Align README with WebVOWL Dockerfile git clone; no sibling checkout.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Companion to VisualDataWeb/WebVOWL#218.
owl2vowluser,HEALTHCHECKon/serverTimeStamp.doc/docker/README.mdexplains sibling checkout for the merged WebVOWL stack (additional_contexts.owl2vowl: ../OWL2VOWL) and how to run this repo's image alone.docker-ci.ymlbuilds and smoke-tests on PRs andmaster;docker-release.ymlpushesghcr.io/visualdataweb/owl2vowlwhen av*tag is pushed..dockerignore: keeps largeontologies/out of the build context when WebVOWL uses this directory as an additional context.The WebVOWL PR owns the merged Tomcat image and compose files. This PR keeps the converter buildable and publishable on its own.
Test plan
docker build -t owl2vowl:local . && docker run --rm -p 8080:8080 owl2vowl:localcurl -sf http://localhost:8080/serverTimeStampWebVOWLperdoc/docker/README.mdRelated (WebVOWL): #212, #203, #195, #215, #202, #201, #183, #111