Skip to content

Commit

Permalink
could not compile with node:18-alpine, so for now stick with node:16-…
Browse files Browse the repository at this point in the history
…alpine

Change-Id: Ie33cf70926af95246d448f833316bdd1b169d642
Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt committed Nov 21, 2022
1 parent 46b5874 commit acf1316
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ WORKDIR /che-machine-exec/
COPY . .
RUN CGO_ENABLED=0 GOOS=linux go build -mod=vendor -a -ldflags '-w -s' -a -installsuffix cgo -o /go/bin/che-machine-exec .

FROM docker.io/node:18-alpine as cloud_shell_builder
# NOTE: could not compile with node:18-alpine, so for now stick with node:16-alpine
FROM docker.io/node:16-alpine as cloud_shell_builder
COPY --from=go_builder /che-machine-exec/cloud-shell cloud-shell-src
WORKDIR cloud-shell-src
RUN yarn && \
Expand Down

0 comments on commit acf1316

Please sign in to comment.