skohub-io / skohub-vocabs

A lightweight tool to publish SKOS Vocabularies
https://skohub.io/
Apache License 2.0
34 stars 25 forks source link

Add Dockerfile and workflow to build images to skohub-vocabs #202

Closed sroertgen closed 1 year ago

sroertgen commented 1 year ago

At the skohub workshop we discussed about the possible future architecture of the skohub modules and welcomed the approach of separating concerns. For SkoHub-Vocabs this would be the separation of the webhook part from building the vocabularies.

As a first step I would like to add a Dockerfile to SkoHub-Vocabs which we can use to always built a new image, when we merge from dev into master.

This will on the one hand be the first step to containerization and we will need an up-to-date Docker version nonetheless, when we will conduct further workshops. This way we make sure that we don't have to update the Docker image manually every time, but that we are always on the most recent version.