Erwin Everts

Results 9 comments of Erwin Everts

Default alpine image stopped working from version 16-alpine on armv7, cu `docker run --rm node:15-alpine --print 'console.log("Got here!")'` works `docker run --rm node:16-alpine --print 'console.log("Got here!")'` does not work `docker...

Let me know if and how I can help in any way. I have quite some experience with CICD using GitLab and Jenkins, so diving into Github Actions could be...

Awesome, I'll will test them this weekend

On my RP2 (ARMv7) is still has issues using the example docker-compose with the dev tag. This is the output: ``` docker-compose up Pulling ocypod (davechallis/ocypod:dev)... dev: Pulling from davechallis/ocypod...

I guess the issue is the base image in the DockerFile in the builder base image [clux/muslrust](https://hub.docker.com/r/clux/muslrust/tags). It's amd64 only :cry:

I've been working on this a bit: https://github.com/davechallis/ocypod/compare/master...erwineverts:ocypod:master Still getting a weird error: ``` # docker-compose up ocypod_1 | standard_init_linux.go:228: exec user process caused: no such file or directory ocypod-redis-docker_ocypod_1...

Hi @simonh1000, I see you have added the check based on the size and date attribute. Some things that pops into my head is that most files in my repository...

My company just moved on from serverless, just ignore my past comment from a half a year ago and the MR