This commit is contained in:
parent
7070382596
commit
a0e2d8db71
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
[ -r ${XDG_RUNTIME_DIR}/containers/auth.json ] && cat ${XDG_RUNTIME_DIR}/containers/auth.json
|
[ -r ${XDG_RUNTIME_DIR}/containers/auth.json ] && cat ${XDG_RUNTIME_DIR}/containers/auth.json
|
||||||
[ -r ~/.docker/config.json ] && cat ~/.docker/config.json
|
[ -r ~/.docker/config.json ] && cat ~/.docker/config.json
|
||||||
podman run localhost/default:latest 'nix --version'
|
# podman run localhost/default:latest 'nix --version'
|
||||||
|
|
||||||
- name: Push image
|
- name: Push image
|
||||||
run: >-
|
run: >-
|
||||||
|
|
|
@ -11,7 +11,7 @@ dockerTools.buildImage {
|
||||||
copyToRoot = buildEnv {
|
copyToRoot = buildEnv {
|
||||||
name = "image-root";
|
name = "image-root";
|
||||||
pathsToLink = [ "/bin" ];
|
pathsToLink = [ "/bin" ];
|
||||||
paths = [
|
paths = with pkgs_linux [
|
||||||
coreutils
|
coreutils
|
||||||
u-root-cmds
|
u-root-cmds
|
||||||
bash
|
bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue