mirror of
https://github.com/goharbor/harbor
synced 2025-04-16 14:37:15 +00:00
Merge pull request #1134 from reasonerjt/dev
update version of photon OS to 1.0 in Docker files LGTM
This commit is contained in:
commit
afbcffb00a
|
@ -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