CI: install nodejs before checkout; recovery followup via ITILFollowup
ci / vet (pull_request) Successful in 1m42s
ci / vet (pull_request) Successful in 1m42s
golang:alpine lacks node (actions/checkout 127). GLPI 11 rejects the legacy /followup input shape -> item-endpoint first, legacy fallback; solve no longer skipped when followup fails. Ticket: https://projects.knownelement.com/issues/824
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@ WORKDIR /src
|
||||
COPY go.mod ./
|
||||
COPY cmd/ ./cmd/
|
||||
RUN go build -ldflags="-s -w" -o /out/bridge ./cmd/bridge
|
||||
FROM scratch
|
||||
FROM alpine:3.20
|
||||
RUN apk add --no-cache ca-certificates && adduser -D -u 65532 app
|
||||
COPY --from=build /out/bridge /bridge
|
||||
USER 65532:65532
|
||||
EXPOSE 8080
|
||||
|
||||
Reference in New Issue
Block a user