mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
attempt to fix docker in docker issues on some os
This commit is contained in:
parent
b24bb0811f
commit
f9f3439835
1 changed files with 4 additions and 1 deletions
5
.github/workflows/test-action.yml
vendored
5
.github/workflows/test-action.yml
vendored
|
@ -129,8 +129,11 @@ jobs:
|
|||
cd artifacts
|
||||
tar xvf ${{ inputs.package-name }}-${{ inputs.salt-version }}-onedir-${{ matrix.platform }}-${{ matrix.arch }}.tar.xz
|
||||
|
||||
- name: "Show docker config"
|
||||
- name: "Configure docker"
|
||||
run: |
|
||||
sed -i '/LimitNOFILE=infinity/c\LimitNOFILE=1048576' /lib/systemd/system/containerd.service
|
||||
systemctl daemon-reload
|
||||
systemctl restart containerd
|
||||
cat /lib/systemd/system/containerd.service
|
||||
|
||||
- name: "Pull container ${{ matrix.container }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue