https://github.com/strider-cd/strider-docker-build
Build (and push) Docker images in Strider
https://github.com/strider-cd/strider-docker-build
Last synced: 8 months ago
JSON representation
Build (and push) Docker images in Strider
- Host: GitHub
- URL: https://github.com/strider-cd/strider-docker-build
- Owner: Strider-CD
- Created: 2014-08-16T00:32:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T05:54:15.000Z (about 5 years ago)
- Last Synced: 2025-06-10T19:00:59.788Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 16
- Watchers: 6
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Strider Docker Build
Build Docker images with Strider. Uses the standard DOCKER_HOST environment variable. You can also use DOCKER_IP and DOCKER_PORT.
## Screenshots


## Rationale
You may be producing docker images that are highly custom to your situation.
You may see no value in uploading these images to the official registry.
You may need your images to build quickly and cannot wait for the registry to process your automated build.
You may depend on this image for other projects tested in Strider via [strider-docker-runner](https://github.com/Strider-CD/strider-docker-runner)