Version 3
Support for multiple libraries synchronization (#44, #43, #41) Support for Docker Secrets (#25) Support for Seafile client's version through Docker tags (#9) Mock Seafile server for testings (#6) Revised project layout and workflow (#38, #39) Working Docker Hub description publishing (#10)
This commit is contained in:
6
tests/image/Dockerfile
Normal file
6
tests/image/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
ARG TARGET=unstable
|
||||
FROM seafile-client:${TARGET}
|
||||
|
||||
COPY --chmod=755 test_binaries.sh /test.sh
|
||||
|
||||
CMD ["/test.sh"]
|
||||
Reference in New Issue
Block a user