Skip to content

Multi stage build process removes the ability to shell into hydra container #657

@mabruneau

Description

@mabruneau

With the latest Dockerfile changes (tag:v.0.10.0-alpha.18), making use of the multi stage builder pattern, it appears that its not possible to shell into the container anymore.

Not sure if there is a way to only COPY a static version of /bin/sh to keep the size low.

In the meantime, I updated my version of the Dockerfile to replace the second FROM instruction (FROM scratch) to FROM busybox.

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