Florian Boucault
Florian Boucault
When using `custom_build(..., tag=MYTAG)`, the image is tagged locally with `:MYTAG` but the image pushed to the kubernetes cluster has a different tag based on the beginning of the image...
When using `custom_build`'s options `tag` and `disable_push` simultaneously, it seems to be impossible to know which docker image reference needs to be pushed to the kubernetes cluster. $EXPECTED_REF is not...
When using a `docker-compose.yml` that defines a container with volumes, it would be really great if the container was automatically restarted if a file/folder used as source in the volumes...
When writing a line of a very specific size, the next line will be written one line too low leading to undesired scrolling. The following code will trigger the bug:...