Laurent Goderre
Laurent Goderre
I think this would be best address in your k8s deployment rather than in the image itself
I have managed to pin the dependencies to a state that builds successfully without changing the codebase. Here is the diff I have so far ```diff diff --git a/vpnkit.opam b/vpnkit.opam...
@djs55 that is what I am working on yes but the e2e tests are failing so I am trying to resolve it
@djs55 I believe we can close this now
@abhinavdangeti could I get a review for this?
@abhinavdangeti The snippet I have include in the description using Go workspaces is the recommended way to do this specific thing the project is doing. It gives the same benefits...
Those are false positive. See https://github.com/tianon/gosu/blob/master/SECURITY.md
Your issue is a combination of https://github.com/Automattic/node-canvas/issues/2158 and https://github.com/Automattic/node-canvas/issues/1065. The following works ```Dockerfile FROM node:18-alpine WORKDIR /home/node RUN set -ex; \ apk add --no-cache --virtual .gyp \ # Gyp build...
@maxime-gd what error do you have? It worked for me for both alpine 3.19 and 3.20