Ween Jiann
Ween Jiann
Also, it would be ideal if - this issue is pinned, - there's a text with large font on the top of `README.md` pointing to the new repo, and -...
@BruceDone any updates
@RichardSufliarsky do you mean port: ""? it wouldn't work if you look at the configmaps `{{ printf "%s:%s" ( include "harbor.redis.host" . ) ( include "harbor.redis.port" . ) | quote...
I'm facing the same problem. Our YAML https://github.com/invoiceninja/dockerfiles/blob/1f7458c9f7b86935215b907c0a60f58b436f8785/.github/workflows/build_push.yml The container is built upon tagged releases, and we cannot retrieve the cache when there is a new release with a new...
Anyone interested in testing an ARM64 image? Build passed but I’m not even sure whether it will work.
@tacticz the next docker release to invoiceninja/invoiceninja:5.1.x would feature an ARM64 build, would you like to help test it out?
@vsisl not possible unless alpine packages chromium for ARMv7, which they haven’t done since 3.11. https://pkgs.alpinelinux.org/packages?name=chromium&branch=v3.13 You can rebuild the image using an older php image based on alpine 3.11....
@turbo124 yes it is. The issue is there's no binary for it, which means snappdf cannot download it as well. See this for the snappdf supported platforms. https://github.com/beganovich/snappdf/blob/e3657deb39810a82ae9e192cab76b55562539ee1/src/Command/DownloadChromiumCommand.php#L120 Someone can...
Alpine 6MB (3MB) vs Debian-slim 70MB (25MB) (compressed). But the layers can be shared if there are other Debian images on that machine thus I feel it's not something to...