mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-16 20:01:35 +01:00
update version of photon OS to 1.0 in Docker files
This commit is contained in:
parent
418d9bc2b6
commit
b868634007
@ -1,4 +1,4 @@
|
||||
FROM library/photon:latest
|
||||
FROM library/photon:1.0
|
||||
|
||||
RUN mkdir /harbor/
|
||||
COPY ./make/dev/jobservice/harbor_jobservice /harbor/
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM library/photon:latest
|
||||
FROM library/photon:1.0
|
||||
|
||||
# run logrotate hourly, disable imklog model, provides TCP/UDP syslog reception
|
||||
RUN tdnf install -y cronie rsyslog shadow tar gzip \
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM library/photon:latest
|
||||
FROM library/photon:1.0
|
||||
|
||||
RUN mkdir /harbor/
|
||||
RUN tdnf install -y sed apr-util-ldap
|
||||
|
Loading…
Reference in New Issue
Block a user