You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: