Jon Schlueter 95f38fb0f6 cleanup in base for yum install entries
- introduce install_packages(..., chain=True) to allow chaining on
  onto existing RUN commands
- introduce install_packages(..., clean) which defaults correctly
  but allows you to override if you want to avoid doing extra
  package manager cleanup
- refactored several calls in base to make use of these new features

In general this allows for macros.install_packages to be chained
after other calls

for example

RUN foo && {{ macros.install_packages(..., chain=True) }}

Change-Id: I4b2fe8e13ee3c0fffe77a1179a7af5b534496996
2019-03-21 13:20:48 -04:00
..
2018-09-21 13:54:29 +02:00
2016-06-02 18:20:48 +02:00
2019-01-09 13:31:15 +08:00
2016-08-29 19:32:57 +00:00
2016-05-02 07:44:29 -04:00
2018-01-19 17:22:56 +08:00
2019-03-14 10:20:27 +00:00
2017-08-16 17:13:28 +01:00