Nils Hartmann

Results 39 comments of Nils Hartmann

@jcechace I tried building PG 14 both on GitPod and Mac M1 using `./build-postgres-multiplatform.sh 14 linux/amd64` and it worked successfuly. Only building for `linux64/arm` failed.

@jcechace I did `docker buildx prune --all`(Mac M1) and the build still works. I also setup a test build on Github (ubuntu) and it works: https://github.com/nilshartmann/pg-buildx/actions/runs/3135577830/jobs/5091422539

@jpechane So when running `build-all.sh` the "old" `build-debezium`, `build-postgres` and `build-mongo` scripts should be run? Or would it be sufficient to run be default the new scripts but set the...

@jpechane I will try to implement this later today

With latest (force) push, I changed the scripts as discussed: - `build-*.sh` are the "old" scripts, mostly unchanged (see below) - `build-*-multiplatform.sh` contain the new scripts There is one exception:...

@jcechace > ``` > ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c echo \"$SHA256HASH /tmp/zookeeper.tar.gz\" | sha512sum -c - && tar -xzf /tmp/zookeeper.tar.gz -C $ZK_HOME --strip-components 1 && rm -f...

Finally I was able to build all 1.9 and 2.0 images (with the exception of debezium-ui 2.0) 😊 Downside: it took more than four hours 😱 https://github.com/nilshartmann/docker-arch-build-test/actions/runs/3138917357/jobs/5098778184 I haven't had...

I fixed the shellcheck error (https://github.com/debezium/container-images/actions/runs/3141452521/jobs/5128785789#step:3:7) with my latest push

Same here, `schemaPath` seems to be completly ignored and *all* graphql schema files in any subfolder of the directory containing the `.graphqlconfig` file are read. What seems to work 🙏:...

Hi @arey , > And what is the behavior of the backend when vet-service is down? Good question. Currently the GraphQL request would fail. That is an interessting problem in...