This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
harbor
Watch
1
Star
0
Fork
0
You've already forked harbor
mirror of
https://github.com/goharbor/harbor.git
synced
2024-11-03 09:09:47 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
e8f9fb63c0
harbor
/
make
/
photon
/
redis
/
Dockerfile.base
4 lines
61 B
Docker
Raw
Normal View
History
Unescape
Escape
add base images when to build harbor assets * add base images when to build harbor assets Signed-off-by: wang yan <wangyan@vmware.com>
2019-11-11 11:56:36 +01:00
FROM
photon:2.0
Remove unused "sudo" package from most images Notably missing is the "log" image, which still uses sudo. Signed-off-by: Tianon Gravi <tianon@infosiftr.com>
2020-06-12 02:21:01 +02:00
RUN
tdnf install -y redis
&&
tdnf clean all
Reference in New Issue
Copy Permalink