Felix Fontein
Felix Fontein
This seems to be a bug in Docker 29 when migrating from earlier versions, see #1194. Try to re-pull the image. (Simply ignoring this in the code is the wrong...
Here's a Docker bug report for this issue: https://github.com/moby/moby/issues/51566
(According to the API docs: https://docs.docker.com/reference/api/engine/version/v1.52/#tag/Image/operation/ImageInspect the `Config` field never should be `null`.)
No worries. It's far from obvious that this isn't an issue with the module. I first thought that I'd have to fix it, but then I noticed that `Config` being...
29.1.2 is out with that fix: https://github.com/moby/moby/releases/tag/docker-v29.1.2
With "still works here", you mean the problem is still there, or that it seems to be gone and it's working as before 29.0.0?
@kristof-mattei that's great to hear!
Decryption works without the config file since the keys used are stored in the encrypted file. But if you want to encrypt a new file, SOPS doesn't magically know which...
(And `sops --config` does not modify anything, so there's nothing to reset.)
Thanks for your contribution! I've been looking at this and thinking about this since yesterday, and I think the general idea is sound. (I'm not an Azure user though... I...