Skip to content

allow multistage docker creation #82

@VincentGuyader

Description

@VincentGuyader

I would like to be able to create this kind of Dockerfile

FROM alpine AS builder
RUN echo "coucou depuis le builder" > /coucou

FROM ubuntu
COPY  --from=builder /coucou /coucou

Work in progreess...

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