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
{{ message }}
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.
I'd like to be able to flatten the layers created by box as a layer on top of the base image in the from clause.
This would allow tenancy with multiple services using the the same base image without worker nodes needing to download the entire contents of the base image over and over again with each new release of the container. This would be entirely opt-in by means of explicitly telling flatten to do this.
EX:
from"centos:7"# install some packages, etc# set up a service to runflatten:onTop
The text was updated successfully, but these errors were encountered:
I'd like to be able to flatten the layers created by box as a layer on top of the base image in the
from
clause.This would allow tenancy with multiple services using the the same base image without worker nodes needing to download the entire contents of the base image over and over again with each new release of the container. This would be entirely opt-in by means of explicitly telling
flatten
to do this.EX:
The text was updated successfully, but these errors were encountered: