Satis for docker with web server and hook to start build
394
You shoud set ssh to access any repo required authentication put files in /root/.ssh/
volumes:
- "~/.ssh/id_rsa:/root/.ssh/id_rsa"
Put file /satis/satis.json into container to use it as configuration
You should mount volume to /satis/web where all packages will be saved
Use port 80 to access satis UI
Call URL /build of the container. Use GET parameters to schedule build:
package - parameter for partial satis buildforce - basically schedule will not be set in second time before actual build. Use the parameter to force it. Should be 1Call will return HTTP code 200 - if build scheduled, 400 - if not
Content type
Image
Digest
Size
58.6 MB
Last updated
about 9 years ago
docker pull paunin/satis