Skip to content

Dockerfile: disable distroless stuff (no longer working with Nodejs 24) #891

@fgalan

Description

@fgalan

In PR #890 we updated Nodejs version in Dockerfile to 24.

This line causes the problem:

FROM gcr.io/distroless/nodejs:${NODE_VERSION} AS distroless

Looking at https://console.cloud.google.com/artifacts/docker/distroless/us/gcr.io?pli=1 it seems they stopped producing images in nodev18.

So we have disabled the distroless stuff by the moment. Not sure if we should remove that part completely or the distroless case can be solved in some way.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions