Skip to content

Commit 07bc86c

Browse files
committed
Change the working_dir sample for extra_layers
1 parent e19667b commit 07bc86c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM hello-world
22

3-
WORKDIR /home
3+
COPY Dockerfile .

src/confcom/samples/images/working_dir/aci_container.inc.rego renamed to src/confcom/samples/images/extra_layers/aci_container.inc.rego

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"id": "confcom_test_working_dir",
3-
"name": "confcom_test_working_dir",
2+
"id": "confcom_test_extra_layers",
3+
"name": "confcom_test_extra_layers",
44
"layers": [
55
"8b4664979ffe3c5188efbbbb30e31716c03bfe880f15f455be0fc3beb4741de9",
6-
"eff9550216100f194b7f04d12ae70e5511ffd7360eec6b947197176701397e60"
6+
"19c61360dade7dce5999ec5641dd9ce2f7388f3382ce6bb47ddff72d0dc39b0d"
77
],
88
"mounts": [
99
{
@@ -27,5 +27,5 @@
2727
"required": false
2828
}
2929
],
30-
"working_dir": "/home"
30+
"working_dir": "/"
3131
}

0 commit comments

Comments
 (0)