https://github.com/githubfoam/podman-travisci
podman pipeline dockerless
https://github.com/githubfoam/podman-travisci
buildah cri-o k8s kvm libvirt minikube multi-arch multi-os pipeline podman podman-machine rootless runtimes skopeo
Last synced: about 2 months ago
JSON representation
podman pipeline dockerless
- Host: GitHub
- URL: https://github.com/githubfoam/podman-travisci
- Owner: githubfoam
- License: gpl-3.0
- Created: 2020-06-05T10:32:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T09:46:14.000Z (over 4 years ago)
- Last Synced: 2025-02-05T07:49:46.907Z (4 months ago)
- Topics: buildah, cri-o, k8s, kvm, libvirt, minikube, multi-arch, multi-os, pipeline, podman, podman-machine, rootless, runtimes, skopeo
- Language: Dockerfile
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Travis (.com) branch:
[](https://travis-ci.com/githubfoam/podman-travisci)Travis (.com) windows branch:
[](https://travis-ci.com/githubfoam/podman-travisci)Travis (.com) macos branch:
[](https://travis-ci.com/githubfoam/podman-travisci)Travis (.com) kvm qemu branch:
[](https://travis-ci.com/githubfoam/podman-travisci)Travis (.com) kubernetes branch:
[](https://travis-ci.com/githubfoam/podman-travisci)Travis (.com) minikube branch:
[](https://travis-ci.com/githubfoam/podman-travisci)Travis (.com) rootless branch:
[](https://travis-ci.com/githubfoam/podman-travisci)~~~~
The podman driver is another kubernetes in container driver for minikube. similar to docker driver.
The podman driver is experimental, and only supported on Linux and macOS (with a remote podman server).https://minikube.sigs.k8s.io/docs/drivers/podman/
Linux
Docker - container-based (preferred)
KVM2 - VM-based (preferred)
VirtualBox - VM
None - bare-metal
Podman - container (experimental)
https://minikube.sigs.k8s.io/docs/drivers/Podman is a daemonless container engine for developing, managing, and running OCI Containers on your Linux System. Containers can either be run as root or in rootless mode
https://podman.io/getting-started/installation.htmlBuildah - a tool that facilitates building OCI container images.
https://buildah.io/Podman Machine and Boot2podman
https://podman.io/blogs/2019/01/14/podman-machine-and-boot2podman.htmlMachine lets you create Podman hosts on your computer. It creates servers with Podman on them, then configures the Podman client to talk to them.
https://github.com/boot2podman/machineskopeo is a command line utility that performs various operations on container images and image repositories.
skopeo does not require the user to be running as root to do most of its operations.
https://github.com/containers/skopeo
~~~~