Closed SophiaH67 closed 1 year ago
thank you.
i'll get back to this later, need to decide what to do with current contrib/docker/Dockerfile
, and seems that stuff in github workflow yaml could get some version bumps / cleanups too.
otherwise seems handy enough, & trust / supply chain security wise should probably be fine if we trust github/microsoft to host code without sabotaging it in the first place.
@cathugger What do you think about adding multi-platform images? Here is an example.
I was thinking that they could come handy, but idk if there's much demand. Maybe aarch64, perhaps ppc64le too, but I don't think anything else is really worth supporting.
This PR adds a Dockerfile with a ci file that automatically builds and publishes the docker image to the github registry.
To make the CI work, a small thing does need to be done in the repository settings, which is under the
Actions / General
tab. The setting is calledWorkflow permissions
, and it needs to be set to the top checkbox (Read and write permissions
).