Daan Sieben
Daan Sieben
And why this breaking change on a patch version increment?
Hmm, it looks like all the base images don't have arm64 support. bitnami/tomcat: - https://github.com/bitnami/bitnami-docker-tomcat/issues/99 - https://github.com/bitnami/charts/issues/7305 gcr.io/distroless/java17:nonroot: - https://github.com/GoogleContainerTools/distroless/issues/1087 (also commented on that ticket, as I think that one...
Ok, based on the linked threads, I worked around the problem using the following in a Dockerfile: ``` FROM hapiproject/hapi:v6.0.1 as hapi FROM gcr.io/distroless/java17-debian11:nonroot-$TARGETARCH as default USER 65532:65532 WORKDIR /app...
Running into the same for the `:nonroot` tag: Pulling: ```sh $ docker image pull --platform linux/arm64 gcr.io/distroless/java17:nonroot nonroot: Pulling from distroless/java17 Digest: sha256:03de932b1aa41385fbe5defae0ac58213251c4620706d4a1257b280eb5a160b5 ``` Inspect: ```sh $ docker image inspect...
Ah, so there are separate tags (/images) for other architectures. Are there any plans to support true multi architecture images with can be directly used with (docker buildx)[https://docs.docker.com/build/buildx/multiplatform-images/] so that...
As an alternative, would it be possible to expose the url where the request redirected to, in the `pw.response` object so it could be used in the scripts? https://docs.hoppscotch.io/documentation/features/scripts#pwresponse
True, it's not a full solution, but it might be something that can be more easily realized on a shorter timeframe. In my usecase, I have an oAuth service with...
It still occurs...
Not yet, it's not an easy thing to build. Google's API is quite limited, so I would need to figure out a way to build this without creating an enormous...
Due to API changes announced by Google, the integration will be deprecated on April 2025, so no new functionality will be added. https://github.com/Daanoz/ha-google-photos/issues/64