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
With the static build fix for index images committed
(operator-framework#173),
we introduced a side effect of index images including all the
build layers included in the build image. That bloated the index images
using the default from image by over 1gb in size.
To resolve this, this commit introduces two changes. First, it adds a
multistage build to the upstream builder to just copy the output of the
build into a scratch image rather than include all the layers from the
base alpine image. Second, it adds a new opm dockerfile with the same
format except that only the binaries needed to host index images are
included.
After this commit is merged, a release should be cut and the dockerfile
generator needs to be updated to point to a new opm builder as the
default from index
0 commit comments