In PR #890 we updated Nodejs version in Dockerfile to 24.
This line causes the problem:
FROM gcr.io/distroless/nodejs:${NODE_VERSION} AS distroless
Looking at https://console.cloud.google.com/artifacts/docker/distroless/us/gcr.io?pli=1 it seems they stopped producing images in nodev18.
So we have disabled the distroless stuff by the moment. Not sure if we should remove that part completely or the distroless case can be solved in some way.
In PR #890 we updated Nodejs version in Dockerfile to 24.
This line causes the problem:
Looking at https://console.cloud.google.com/artifacts/docker/distroless/us/gcr.io?pli=1 it seems they stopped producing images in nodev18.
So we have disabled the distroless stuff by the moment. Not sure if we should remove that part completely or the distroless case can be solved in some way.