To start:
- Must bump version -- add REVISION=0 if upstream version hasn't changed
- Point
Makefile
at new version - Run
make makesum
to generate new checksums - Run
make patch
Check for these tweaks:
- Use
https
for homepage and master site
swarm = DockerSwarm.new() | |
service = Service.new(config.json) | |
Prune(images? = false, containers? = false, machines? = false) | |
if images? | |
images = getServiceImages(service) | |
for image in images | |
// Check if image is dangling (old version + not used), then destroy |
At Rose Video, the developers are hard at work building a new API to support the classic movie rental business. This API is time-sensitive, as a new mobile app is coming early next year. As a new hire, you need to jump in and get your hands dirty in a clean fresh API.