Skip to content

Rework: Docker images according to best practice #620

@Maleware

Description

@Maleware
  1. Split generic COPY stackable/ into subdirectories and copy those only in layers necessary
    Currently we do things like that:

    COPY --chown=stackable:stackable hive/stackable /stackable

    We want to be a bit more precise with that.

  2. We need to take care about when to create which layer in terms of what is changing often in the end, less changing in the Beginning
    We should reduce build times and avoid changing layers to often.

This will have the advantage of reducing buildtimes and only change layers when the change is really in there.

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