Closed matkoniecz closed 7 years ago
What do you think about tagging 0.0.16 and publishing it on npm repo?
I thinking of this for some time now and it would not hurt. Will do next week if I don't forget. As an memory aide I would ask you to create a ticket on the kosmtik repo.
With Kosmtik 0.0.16 released we can revisit this issue. BTW: currently we offer no information how to update docker images/containers.
True. You have to rebuild the images. You can do that directly by calling docker build -f Dockerfile .
or you can also remove the corresponding images. You can list images by issuing docker images
and when you have their hash you can run docker rmi hash
. You might be told that the image is used by a stopped container in which case you first have to run docker rm container-hash
before you can remove the image.
When you removed the images they will get (re-)built when you run docker compose the next time.
I was not able to recreate this problem with new containers (and I also don't remember it with the old ones). The only idea I have is that maybe this:
kosmtik_1 | [Core] File DOCKER.md changed on disk
meant changing git branch and removing tmp directory? But I made a checkout and it didn't touch files in tmp - and it shouldn't, because it is in .gitignore
, but maybe it wasn't then?
Fortunately I am unable to replicate this problem.
full log at https://gist.github.com/matkoniecz/0a2338b406be2e7ae6b1e13035c05a91