Skip to content

Multi-Stage builds incorrectly expect a version labelΒ #183

@Hades32

Description

@Hades32

E.g.

FROM alpine:3.13 as base

RUN apk add --no-cache nodejs~=14 npm~=14

FROM base as builder

COPY package.json package-lock.json ./
# ...

Complains about base not having a label

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions