wojas
wojas
This is the LS config item that controls how often we do a `LIST` if `use_update_marker` is not in use: ``` # Check the storage for new snapshots at this...
It's fine for production use if you are not doing cross region or datacenter S3 bucket syncing. And even if you use such syncing, the `update_marker_force_list_interval` will fixup any issues...
You can safely copy all snapshots from Minio, upload them to another store like AWS S3, and update the configuration to point at the new S3 backend. You may want...
Testing locally
I would like to get rid of Kaniko in all our build systems eventually, but preferably without causing any external users too much inconvenience. Having two of these Dockerfiles just...
> I'm assuming I can ignore the failed tests? They are not related to this PR, but do need fixing.
> Tag images as builder-$repo-$target:$BUILDER_VERSION by default I don't think this is a good idea. If you do this, builds will never be removed by the docker cleanup script, while...
When using this, keep in mind that we currently do not support nested `@IF`s.
One way of doing this would be to add a tool that can store and restore a directory from our cache input and results. This would work similar to https://github.com/PowerDNS/pdns-builder/blob/master/helpers/build-specs.sh#L34-L48...
That's indeed a bug, the build step MUST fail if python3 is not available. Trying to install it from the build scripts would not be very consistent, as we do...