quaint-librarian-55734
12/12/2022, 3:12 PMtype: container
name: my-test-container
services:
- name: "my-test-http"
devMode:
sync:
- source: Dockerfile
target: /Dockerfile
Then I exec into the container and verify that the Dockerfile has been mounted to /Dockerfile
Next, I modified /src/my-test-service/garden/garden.yaml like so:
type: container
name: my-test-container
services:
- name: "my-test-http"
devMode:
sync:
- source: /src/my-test-service/garden/Dockerfile
target: /Dockerfile
And after deploying again in dev mode, the /Dockerfile mount does not show up. Is this a possible regression, or is there any chance that absolute paths weren't field tested before being marked as supported?Name: Deployment--my-garden--my-test-http-1
Identifier: sync_pqxnin5Ri2b4PxliS4Fmu177aLY0hTppFKzN851EFuX
Alpha:
URL: /src/my-test-service/garden/src/my-test-service/garden/Dockerfile
Connected: Yes
Synchronizable contents:
0 directories
0 files (0 B)
0 symbolic links
Beta:
URL: exec:'/workspace/.garden/tools/kubectl/49eb930aa565a80f/kubectl exec -i --context=my-cluster --namespace=my-garden --container my-test-http Deployment/my-test-http -- /.garden/mutagen-agent synchronizer':/Dockerfile
Connected: Yes
Synchronizable contents:
0 directories
0 files (0 B)
0 symbolic links
Status: Watching for changes
--------------------------------------------------------------------------------
curved-intern-91221
12/15/2022, 2:34 PM0.12.48