We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e19667b commit 07bc86cCopy full SHA for 07bc86c
2 files changed
…om/samples/images/working_dir/Dockerfile …m/samples/images/extra_layers/Dockerfilesrc/confcom/samples/images/working_dir/Dockerfile renamed to src/confcom/samples/images/extra_layers/Dockerfile
@@ -1,3 +1,3 @@
1
FROM hello-world
2
3
-WORKDIR /home
+COPY Dockerfile .
…mages/working_dir/aci_container.inc.rego …ages/extra_layers/aci_container.inc.regosrc/confcom/samples/images/working_dir/aci_container.inc.rego renamed to src/confcom/samples/images/extra_layers/aci_container.inc.rego
@@ -1,9 +1,9 @@
{
- "id": "confcom_test_working_dir",
- "name": "confcom_test_working_dir",
+ "id": "confcom_test_extra_layers",
+ "name": "confcom_test_extra_layers",
4
"layers": [
5
"8b4664979ffe3c5188efbbbb30e31716c03bfe880f15f455be0fc3beb4741de9",
6
- "eff9550216100f194b7f04d12ae70e5511ffd7360eec6b947197176701397e60"
+ "19c61360dade7dce5999ec5641dd9ce2f7388f3382ce6bb47ddff72d0dc39b0d"
7
],
8
"mounts": [
9
@@ -27,5 +27,5 @@
27
"required": false
28
}
29
30
- "working_dir": "/home"
+ "working_dir": "/"
31
0 commit comments