Max Fröhlich

Results 54 comments of Max Fröhlich

interesting As I currently cannot tell what side effects this has compared to the current dockerfile. Can you create a second Dockerfile instead and I can publish both versions by...

Ok, I'm currently trying to verify this locally ```Dockerfile FROM golang:1.25 AS build WORKDIR /app ENV CGO_ENABLED=0 COPY go.mod go.sum ./ RUN --mount=type=cache,target=/root/.cache/go-build go mod download COPY pkg ./pkg COPY...

sorry for the delay, seems not to work on my mac. should it?

I experienced something similar and mitigated it by using sticky sessions on the loadbalancer. But I guess having as session storage in the remote cache would be better, especially as...