parent
36f19d42c5
commit
88d2c03dd0
2 changed files with 16 additions and 2 deletions
|
|
@ -4,9 +4,9 @@ jobs:
|
||||||
runs-on: nix-upstream-latest
|
runs-on: nix-upstream-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
|
- run: echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
|
||||||
- run: nix-env -i nodejs # bootstrap
|
- run: nix-env -i nodejs curl # bootstrap
|
||||||
- run: curl -sLo /etc/containers/policy.json https://github.com/containers/skopeo/blob/879dbc3757610a574f9fcc44ea23ef9e8e2b6fe3/default-policy.json
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- run: cp default-policy.json /etc/containers/policy.json
|
||||||
- run: |-
|
- run: |-
|
||||||
nix develop --command bash -c '
|
nix develop --command bash -c '
|
||||||
for line in $(cat tags.txt); do
|
for line in $(cat tags.txt); do
|
||||||
|
|
|
||||||
14
default-policy.json
Normal file
14
default-policy.json
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"default": [
|
||||||
|
{
|
||||||
|
"type": "insecureAcceptAnything"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"transports":
|
||||||
|
{
|
||||||
|
"docker-daemon":
|
||||||
|
{
|
||||||
|
"": [{"type":"insecureAcceptAnything"}]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue