We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421458f commit 7985cc4Copy full SHA for 7985cc4
image/image_test.go
@@ -66,7 +66,11 @@ const (
66
"/var/job-result-data": {},
67
"/var/log/my-app-logs": {}
68
},
69
- "WorkingDir": "/home/alice"
+ "WorkingDir": "/home/alice",
70
+ "Labels": {
71
+ "com.example.project.git.url": "https://example.com/project.git",
72
+ "com.example.project.git.commit": "45a939b2999782a3f005621a8d0f29aa387e1d6b"
73
+ }
74
75
"rootfs": {
76
"diff_ids": [
0 commit comments