Thomas Boerger
Thomas Boerger
Today you can use some drone cache plugins for that if you change the docker storage path, but don't use the s3-cache plugin, looks like this won't work for it...
All docker options should also directly be available to the ecr plugin. Settings are injected as env variables. You have written cache-from, but it got to be cache_from.
There are plans to generate plugins from a better standard lib which includes logging and flag definition. But that requires further discussion.
But the plugin escalation within drone need to know about that for each plugin
so we need to define some kind of a map to the escalation? like `plugins/docker:sys_resource,sys_admin,net_admin plugins/ecr:foo_bar ...`?
I'm not entirely sure if we just follow the new definition or if we just define some labels in the io.drone namespace similar to the build number mentioned in the...
This can be added after the upgrade to 18.09 ;)
Currently there is no way builtin to handle that in a smarter way. But instead of relying on the pretty simple auto tagging you could write a `.tags` file in...
I'm not sure about the documentation for that, there is no advanced configuration section within the plugin index, and the majority of users don't have to care about these options...
Why do you think that https://github.com/drone/drone-docker would be the old one? It's not an old repository, it's simply a repository that started to build another way how to create Docker...