We know that quite a few teams are using custom docker images as their base image, for example like this
FROM depfu/base:1.0.2-stretch
This makes it basically impossible for us to automatically detect that we need to update that image in the Dockerfile, since there is no relation to the ruby/nodejs version. But it also depends on someone updating the actual image to pull in the new version, so even if we would detect it, there are some workflow dependencies which make this quite tricky.
This is a known issue we're thinking about, but haven't really come up with a good solution yet. if you have any ideas, please let us know!
We know that quite a few teams are using custom docker images as their base image, for example like this
This makes it basically impossible for us to automatically detect that we need to update that image in the Dockerfile, since there is no relation to the ruby/nodejs version. But it also depends on someone updating the actual image to pull in the new version, so even if we would detect it, there are some workflow dependencies which make this quite tricky.
This is a known issue we're thinking about, but haven't really come up with a good solution yet. if you have any ideas, please let us know!