You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In current implementation, FROM golang:1.17-alpine AS builder and FROM --platform=$BUILDPLATFORM node:17.7-alpine3.14 AS client-builder images are hard-coded values in the boilerplate (Dockerfile). It would be great to override those images during the initialization, for example
The only reason I can think of why those flags would be useful is to avoid to re-build the extension after it has been generated, is it the use case you were thinking about?
In current implementation,
FROM golang:1.17-alpine AS builder
andFROM --platform=$BUILDPLATFORM node:17.7-alpine3.14 AS client-builder
images are hard-coded values in the boilerplate (Dockerfile). It would be great to override those images during the initialization, for exampleAny thoughts?
The text was updated successfully, but these errors were encountered: