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
Pin parent image to stretch rather than stable (#27)
stable changed to buster and buster included a newer rpm package and now
the rpmbuild is including files like
/usr/lib/.build-id/9d/3614c9a48200641b24890671bea43ef43c760b
in our packages. So we'll base this image on stretch and then update
all the things using the container to include
--rpm-rpmbuild-define "_build_id_links none"
when building RPMs to prevent those files from being included. Then
we can update.
jordansissel/fpm#1503
0 commit comments