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.
2 parents 6e09f9d + 7985cc4 commit 23e1dd1Copy full SHA for 23e1dd1
image/image_test.go
@@ -63,7 +63,11 @@ const (
63
"/var/job-result-data": {},
64
"/var/log/my-app-logs": {}
65
},
66
- "WorkingDir": "/home/alice"
+ "WorkingDir": "/home/alice",
67
+ "Labels": {
68
+ "com.example.project.git.url": "https://example.com/project.git",
69
+ "com.example.project.git.commit": "45a939b2999782a3f005621a8d0f29aa387e1d6b"
70
+ }
71
72
"rootfs": {
73
"diff_ids": [
0 commit comments