Alexandre Garnier
Alexandre Garnier
Tests are failing, as distribution detection is faulty (cf. my inline comment): ``` ############################ ROLESPEC: [Running tests on testuser.testrole] unsupported distribution () ```
Need to update the README but [`100-with-puppeteer`](https://hub.docker.com/layers/zenika/alpine-chrome/100-with-puppeteer/images/sha256-2dc7267b9442235218ad03492e864731407c431f68f4e0fa33bc4424f448736e?context=explore) is a 1 year old image built when Chromium with in version 100. On the opposite `with-puppeteer` is the latest build of the...
@dependabot rebase?
Hi @obriankevin11! For what I see [Raspberry Pi 4 Model B](https://www.raspberrypi.com/products/raspberry-pi-4-model-b/specifications/) is ARM v8 64-bit, so the current arm64 build of the image should work.
Revert as builds launching npm hang until canceled. Maybe hitting nodejs/docker-node#1798/nodejs/docker-node#1946
Looks like an emulation issue. Need to build on native armv7, so directly on your Raspberry: ```shell git clone https://github.com/Zenika/alpine-chrome.git cd alpine-chrome docker image build --tag zenika/alpine-chrome ./ docker image...
What is the execution context? How do you run the container? Cannot reproduce it on direct call to `chromium-browser ... --print-to-pdf='/tmp/test.pdf' ...` from an image built from the dockerfile you...
You have to either use `--no-cache` option or run `apk update` first. Cf. https://wiki.alpinelinux.org/wiki/Alpine_Package_Keeper#Update_the_Package_list You also may have to switch back to root first (`USER root`).
https://gitlab.alpinelinux.org/alpine/aports/-/issues/13998 is not encouraging, but can try to build from scratch with glibc installed (like for deno). Can inspire from https://github.com/oven-sh/bun/blob/main/dockerhub/Dockerfile-alpine
I don't know if it was in logs before but since upgrade to 106 I noticed the issue: ``` immich_server | [Nest] 7 - 06/13/2024, 5:48:30 PM ERROR [Microservices:JobService] Unable...