Commit Graph

8 Commits

Author SHA1 Message Date
Christian Berendt 6903afc01c Remove rsyslog image
Signed-off-by: Christian Berendt <berendt@betacloud-solutions.de>
Change-Id: I02f502c62d488d3822eb6008a77c88633e41e2b9
2021-01-14 09:08:42 +01:00
Mark Goddard 4b792b9a43 Remove footer block from intermediate images
Only the final image in a hierarchy should have the footer block.

neutron-infoblox-ipam-agent image still has two footers because it
inherits from the neutron-server image. We set the user to root at the
beginning of that Dockerfile, so that headers and footers have the right
context.

Change-Id: I95e5bb5583be2a76e289749e8adfc303a4e7197a
2020-11-20 12:20:21 +00:00
Marcin Juszkiewicz 90adc2b851 introduce 'infra_image_prefix' for infra images
Defaults to 'image_prefix' for now but shows which images gets their
names changed soon.

Change-Id: I0608e8f62f28d6667b4c8753c47553e4cbf75503
2020-07-09 23:31:42 +02:00
Christian Berendt 861f55fbfd Add block labels to all Dockerfiles
Change-Id: I9692dda817ef134d647247431565e1b58cf9da41
2020-03-01 17:25:58 +00:00
Alex Schultz ae1322ec10 Use base_package_type
This change updates the docker files to use base_package_type instead
of doing specific distro checks for the rhel/deb generic cases. The
base_distro is still available and is used when a specific distro needs
a customization but if the differences are purely rpm vs deb, then the
base_package_type can be used.

Change-Id: I8d720bb185df65a0178061ccf20b1ab2265da2c5
2019-01-17 08:23:41 -07:00
Juan Antonio Osorio Robles b9ba824f27 Add elasticsearch output for rsyslog
It doesn't come bundled with the rsyslog main package in CentOS/RHEL, so
we need to add it.

Change-Id: I70ed990b0ba98124bf5afdee8f553fcdda2510fe
2017-11-17 15:16:38 +02:00
Juan Antonio Osorio Robles 6cd7161a7f Separate rsyslog image definition
This separates the rsyslog image definition into a server image
"rsyslog" and an "rsyslog-base" image. This will enable the creation of
more finegrained images depending on the use-case, e.g.: A minimal
side-car container image that merely outputs what it gets from syslog to
stdout.

Change-Id: I33ae15c0beb5af6179a84f3722150a287316ad25
2017-11-03 13:13:10 +02:00
Juan Antonio Osorio Robles 7dadabf52b Add rsyslog image
This adds a basic rsyslog image with TLS support. For CentOS, we need to
specify the addition of the log normalizer and json parsing modules;
this is not necessary for debian based systems as they're part of the
base rsyslog package.

Change-Id: Ic40cbdaa182fa664c2329e0336259566307165d4
2017-10-24 15:25:38 +03:00