mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-23 00:57:44 +01:00
Update OSS in rsyslog images
1> change to new photon base images 2> update OSS to latest
This commit is contained in:
parent
95743f9a81
commit
535e7cadd5
@ -1,9 +1,11 @@
|
||||
FROM library/photon:1.0
|
||||
FROM vmware/photon:1.0-20170928
|
||||
|
||||
#base image for rsyslog base on photon
|
||||
|
||||
RUN tdnf install -y cronie rsyslog shadow tar gzip \
|
||||
RUN tdnf distro-sync -y \
|
||||
&& tdnf install -y cronie rsyslog shadow tar gzip \
|
||||
&& mkdir /etc/rsyslog.d/ \
|
||||
&& mkdir /var/spool/rsyslog \
|
||||
&& groupadd syslog \
|
||||
&& useradd -g syslog syslog
|
||||
&& useradd -g syslog syslog \
|
||||
&& tdnf clean all
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM vmware/rsyslog-photon:8.15.0
|
||||
FROM vmware/rsyslog-photon:8.15.0-6
|
||||
|
||||
ADD make/common/log/rsyslog.conf /etc/rsyslog.conf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user