diggsweden / DCAT-AP-SE-Processor

GNU General Public License v3.0
9 stars 8 forks source link

Offer a prebuilt runnable image as a package #12

Closed janderssonse closed 1 year ago

janderssonse commented 1 year ago

To ease the use of DCAT, we could offer a prebuilt image, by doing a small ci-pipe, using the Dockerfile to build. It would ease the usage of DCAT-AP-SE.

Notes: Check that the CI time and GItHubs pipe in the free version is generous enough. To be over, supersure of license compliance, use a base image from red hats UBI project, or OSADL's "legally reviewed" images.

istyf commented 1 year ago

Is ”built with GitHub actions” a requirement here? :)

janderssonse commented 1 year ago

No, edited :)

jonassodergren commented 1 year ago

Notes: Check that the CI time and GItHubs pipe in the free version is generous enough. To be over, supersure of license compliance, use a base image from red hats UBI project, or OSADL's "legally reviewed" images.

A good start. Not so many builds are expected during this autumn.

janderssonse commented 1 year ago

Think we could close this one now @jonassodergren . builds happily and green now after the PR initial hickup was resolved and we have a package.. Hm, should we also open a new "publish the jar" one as it was requested in another topic.

jonassodergren commented 1 year ago

Soon. docker pull ghcr.io/diggsweden/dcat-ap-processor:latest doesn't work for me yet.

janderssonse commented 1 year ago

it was set as private, now it should be public! Worked here. I also double checked that is free and it is "Billing update for container image storage: The period of free use for container image storage and bandwidth for the Container registry has been extended."

jonassodergren commented 1 year ago

Well executed PR, clear and well documented.