This commit is contained in:
parent
9ea18b18d5
commit
efd98d4b44
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
nix-env -iA nixpkgs.podman
|
nix-env -iA nixpkgs.podman
|
||||||
mkdir -p ~/.config/containers
|
mkdir -p ~/.config/containers
|
||||||
echo '{ "defult": [ {"type":"insecureAcceptAnything"} ] }' > ~/.config/containers/policy.json
|
echo '{ "default": [ {"type":"insecureAcceptAnything"} ] }' > ~/.config/containers/policy.json
|
||||||
|
|
||||||
- name: Log into registry
|
- name: Log into registry
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -3,6 +3,6 @@ FROM docker.io/nixos/nix:latest
|
||||||
RUN nix-env -iA nixpkgs.nodejs_24 nixpkgs.podman
|
RUN nix-env -iA nixpkgs.nodejs_24 nixpkgs.podman
|
||||||
|
|
||||||
RUN echo "experimental-features = nix-command flakes pipe-operators" >> /etc/nix/nix.conf
|
RUN echo "experimental-features = nix-command flakes pipe-operators" >> /etc/nix/nix.conf
|
||||||
RUN echo '{ "defult": [ {"type":"insecureAcceptAnything"} ] }' >> /etc/containers/policy.json
|
RUN echo '{ "default": [ {"type":"insecureAcceptAnything"} ] }' >> /etc/containers/policy.json
|
||||||
|
|
||||||
CMD ["/bin/bash"]
|
CMD ["/bin/bash"]
|
Loading…
Add table
Add a link
Reference in a new issue