Skip to content

Commit 40dd106

Browse files
committed
.
1 parent 07bc86c commit 40dd106

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM hello-world
1+
FROM busybox
22

3-
COPY Dockerfile .
3+
RUN echo "hi" > hi.txt

src/confcom/samples/images/extra_layers/aci_container.inc.rego

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"id": "confcom_test_extra_layers",
33
"name": "confcom_test_extra_layers",
44
"layers": [
5-
"8b4664979ffe3c5188efbbbb30e31716c03bfe880f15f455be0fc3beb4741de9",
6-
"19c61360dade7dce5999ec5641dd9ce2f7388f3382ce6bb47ddff72d0dc39b0d"
5+
"13f6c367267457d9516d57c493e76b0324979e94cee9de3b310f913708b3667a",
6+
"ae7e9183858927a54e0ae33a479948abd16a6f38712b84324191b900270cde8c"
77
],
88
"mounts": [
99
{
@@ -18,14 +18,13 @@
1818
}
1919
],
2020
"command": [
21-
"/hello"
21+
"sh"
2222
],
2323
"env_rules": [
2424
{
2525
"pattern": "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
2626
"strategy": "string",
2727
"required": false
2828
}
29-
],
30-
"working_dir": "/"
29+
]
3130
}

0 commit comments

Comments
 (0)