Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
adelton committed Feb 15, 2021
1 parent d65b0e4 commit 54d464f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ jobs:
matrix:
os: [ fedora-33, centos-8 ]
steps:
- name: Install podman
run: . /etc/os-release && echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list && curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key | sudo apt-key add - && sudo apt-get update -y && sudo apt-get install -y podman
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
with:
Expand All @@ -119,8 +117,8 @@ jobs:
matrix:
os: [ fedora-33, centos-8 ]
steps:
- name: Install podman and others
run: . /etc/os-release && echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list && curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key | sudo apt-key add - && sudo apt-get update -y && sudo apt-get install -y podman fuse-overlayfs uidmap slirp4netns
- name: Install fuse-overlayfs for rootless podman
run: . /etc/os-release && echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list && curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key | sudo apt-key add - && sudo apt-get update -y && sudo apt-get install -y 'podman=2.2.1~4' fuse-overlayfs
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
with:
Expand Down
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,9 @@ jobs:
env: dockerfile=fedora-33 readonly=--read-only
workspaces:
use: fedora-33
- env: dockerfile=fedora-33 docker='sudo podman'
workspaces:
use: fedora-33
- env: dockerfile=fedora-33 docker=podman replica=none
workspaces:
use: fedora-33
- env: dockerfile=centos-8 readonly=--read-only
workspaces:
use: centos-8
- env: dockerfile=centos-8 docker='sudo podman'
workspaces:
use: centos-8

- &test-k3s
env: dockerfile=fedora-33
Expand Down

0 comments on commit 54d464f

Please sign in to comment.