-
Notifications
You must be signed in to change notification settings - Fork 785
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Os not set #2225
Comments
@vertti thanks for the issue. I've tried on a couple of different machines trying Bulidah directly and can't reproduce. See below. Just out of curiosity can you try changing your Dockerfile to use
|
I also get the correct
but continuing with
and the
|
This has been fixed in podman. |
@rhatdan I am running into the same issue. but I do not yet seem to get 1.8.2 on Fedora?
gives me:
|
It should be in updates-testing. dnf -y update podman --enablerepo updates-testing |
Description
podman build
produces images that when inspected showOs
field as empty""
instead of expectedlinux
.OpenShift refuses to run these containers and prints out:
Steps to reproduce the issue:
Dockerfile
like:podman build -t website .
podman inspect website
Describe the results you received:
Check
Os
field in the output. It's""
instead of"linux"
Describe the results you expected:
Check
Os
field in the output. It's""
instead of"linux"
Running for example
podman inspect node:12-buster
will show"Os": "linux",
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: