They are there, but pointing to a non-existing blob, or if it’s the other way around? That the blob exists but the GUID has been changed automatically during the update.
I could of course change the way I work by not uploading that many images and only have a few so that I don’t have to reupload that many if I ever need to update my container images, but sometimes when working on blogposts for instance I need to upload quite a few (in multiple languages) so this can become a tedious task manually reuploading and settings all of the <img> tags in my content if I ever need to update my container images.
Hope the above makes sense.
PS. Loving the new updates to the UI in this new version!
I have that kind of setup on PROD.
I guess I could do something similar on DEV.
It’s a pain though, with docker, kubernetes, volume mounts etc etc etc Did it a long time ago so I have forgotten most of the setup steps…
A lot of moving parts to wrap your head around.
It would be nice to have a step by step tutorial for this one actually.
Someone from the community maybe could provide one?
I would if I had a little more time but I don’t. At least not right now.
I had to actually create persistent volumes in order for Docker Desktop (Win) to persist my data between docker-compose down, and docker daemon restarts, PC reboots etc
Might want to add that to docker-compose-noproxy.yml and all the other docker-compose yml files.