You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
On my Windows 10 Pro system, I want to run Buildah & Podman.
I would like to choose either CentoOS or RHEL 8 from the Windows Store WSL selections, but they are not there. I have choices of:
1. SUSE Enterprise Linux 12
2. Ubuntu 18
3. Kali Linux
4. Alpine
5. Debian
6. +others,
but NO CentOS or RHEL8, so I choose Ubuntu, and can successfully install buildah and podman, I had to lookup the commands to install, as I mostly use CentOS/RHEL 8.
I get all sorts of error messages, buildah does not work there, what am I missing?
Can someone on the Buildah project, install Ubuntu WSL, and see the error messages?
Steps to reproduce the issue:
1. On Windows 10 - install *Ubuntu WSL*
2. Install buildah & podman
3. Try to build a container
4. See error messages
$ uname -a
Linux hannah 4.4.0-18362-Microsoft #1-Microsoft Mon Mar 18 12:02:00 PST 2019 x86_64 x86_64 x86_64 GNU/Linux
Output of cat /etc/containers/storage.conf:
$ cat /etc/containers/storage.conf
# storage.conf is the configuration file for all tools
# that share the containers/storage libraries
# See man 5 containers-storage.conf for more information
# The "container storage" table contains all of the server options.
[storage]
# Default Storage Driver
driver = "overlay"
# Temporary storage location
runroot = "/var/run/containers/storage"
# Primary read-write location of container storage
graphroot = "/var/lib/containers/storage"
[storage.options]
# AdditionalImageStores is used to pass paths to additional read-only image stores
# Must be comma separated list.
additionalimagestores = [
]
# Size is used to set a maximum size of the container image. Only supported by
# certain container storage drivers (currently overlay, zfs, vfs, btrfs)
size = ""
# OverrideKernelCheck tells the driver to ignore kernel checks based on kernel version
override_kernel_check = "true"
The text was updated successfully, but these errors were encountered:
There is an effort to get this running for Podman right now. @baude Could you comment on this.
Not sure we are going to put the effort into Buildah, since podman build should satisfy most of the needs.
Description
On my Windows 10 Pro system, I want to run Buildah & Podman.
I would like to choose either CentoOS or RHEL 8 from the Windows Store WSL selections, but they are not there. I have choices of:
but NO CentOS or RHEL8, so I choose Ubuntu, and can successfully install buildah and podman, I had to lookup the commands to install, as I mostly use CentOS/RHEL 8.
I get all sorts of error messages, buildah does not work there, what am I missing?
Can someone on the Buildah project, install Ubuntu WSL, and see the error messages?
Steps to reproduce the issue:
I installed buildah, using these commands:
I then ran this bash script:
Describe the results you received:
Describe the results you expected:
I fully expected a container image to be created
Output of
rpm -q buildah
orapt list buildah
:Output of
buildah version
:Output of
podman version
if reporting apodman build
issue:Output of
cat /etc/*release
:Output of
uname -a
:Output of
cat /etc/containers/storage.conf
:The text was updated successfully, but these errors were encountered: