Skip to content

0.3.9

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 11:59
· 1 commit to master since this release
731b461

Docker image changes

Due to persistent DNS problems, the default Docker image is not using Alpine anymore but uses "wolfi" instead with a dynamically linked binary.
While this results in a slightly larger image (24 MB instead of 16 MB), it reduces maintenance efforts and error causes.
The multi platform image still supports AMD64 and ARM64.
Users loading knowledge bases from URLs with known Alpine/musl DNS problems like GitHub from within rootless dockers can now switch from ghcr.io/konradhoeffner/rickview:glibc to ghcr.io/konradhoeffner/rickview:master (or a release).

  • build: upgrade Dockerfile MUSL Rust version from 1.83 to 1.84
  • ci: use GitHub arm64 hosted runner for ARM release binary
  • ci: build multi platform Docker image for amd64 and arm64 using QEMU
  • ci: try building arm64 image on its own runner and merging afterwards
  • chore, refactor: update deps including ureq 3
  • build: move from Alpine Docker image base to distroless due to persistent Alpine/musl DNS issues, update deps, release 0.3.9
  • ci: fix multi platform Docker image merging and publication