Skip to content

Commit 075fb43

Browse files
authored
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
1 parent 67d2973 commit 075fb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fpm/Dockerfile.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:stable
1+
FROM debian:stretch
22
LABEL maintainer="Elastic Beats Team"
33

44
RUN \

0 commit comments

Comments
 (0)