dullage / flatnotes

A self-hosted, database-less note taking web app that utilises a flat folder of markdown files for storage.
MIT License
1.5k stars 87 forks source link

Docker question #196

Closed clach04 closed 5 months ago

clach04 commented 5 months ago

Are there build scripts for publishing to https://hub.docker.com/ or is it manual builds/upload? I can't see anything in .github directory for CI.

I just realized there is no arm 32-bit (armv7) at https://hub.docker.com/r/dullage/flatnotes/tags so I'm likely to build one and wondered if I could crib from an existing one.

dullage commented 5 months ago

It's a manual process to upload to Docker hub at the moment. I don't do it that frequently, so have avoided learning GitHub CI.

There is support for armv7 but these images are not published to Docker hub, they have to be manually built. See this pr.

clach04 commented 5 months ago

Awesome! Thanks for the info, I'm in a tricky spot as the two platforms I tried to build/run hit issues (mostly related to rust building of orjson - I mostly have Windows working but still struggling through arm7 (32-bit ARM).