https://github.com/travis-ci/nightwhale
The Whale Of The Night
https://github.com/travis-ci/nightwhale
docker-image nightly
Last synced: about 1 year ago
JSON representation
The Whale Of The Night
- Host: GitHub
- URL: https://github.com/travis-ci/nightwhale
- Owner: travis-ci
- License: mit
- Created: 2017-02-10T15:08:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T15:07:07.000Z (over 1 year ago)
- Last Synced: 2024-10-30T15:41:45.533Z (over 1 year ago)
- Topics: docker-image, nightly
- Language: Dockerfile
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 18
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Whale Of The Night
[](https://travis-ci.com/travis-ci/nightwhale)
Nightly build docker stuff, specifically for use with things at Travis via
[packer-templates](https://github.com/travis-ci/packer-templates).
## How, specifically
- This repository is enabled on
[travis-ci.com](https://travis-ci.com/travis-ci/nightwhale) with nightly
(daily) cron builds.
- When a given job succeeds, and is on the `master` branch, and is not a pull
request job, the resulting docker image is pushed to [Docker
Hub](https://hub.docker.com/r/travisci/).
- The generated images are used as the `FROM` image during docker (packer)
builds of higher-level images, mostly as a way of saving time by cutting down
on duplicate work.