Christophe Labouisse
Christophe Labouisse
### Behaviour I noticed today that my nightly job hasn't run with the following message: Rejected 5 hours ago "No such image: whatever-image:latest@sha256:[...]" #### Steps to reproduce this issue A...
With docker-compose 1.3.1, the events seems to be out of order: die, stop, create, start, destroy. This cause the dns entry to be updated, then removed.
Currently TTL are hardwired to 60 seconds for `A` records and 600 seconds for the others. Should be more flexible.
I have an abstract class common to a bunch of mappers. This abstract class include a couple of abstract methods which are meant to be implemented _manually_ by the mappers...