-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Create Image without Internet connection on Windows #15995
Comments
@brainbytes42: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@cdoern want to take a look at this one? This issue is that image-path is not properly handling absolute paths. Relative works (// cc @brainbytes42 for a workaround)
|
sure @n1hility ! I will take a look |
Thanks a lot @n1hility, your workaround saved my day! :-)
|
A friendly reminder that this issue had no activity for 30 days. |
@cdoern did you ever work on this? |
@rhatdan no not yet, I might look at it this week since I have more time and will be home at my windows machine |
A friendly reminder that this issue had no activity for 30 days. |
A friendly reminder that this issue had no activity for 30 days. |
@n1hility any progress? |
[Thanks @mheon for your quick reply @ #14698!]
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug (... I think?)
Description
We're trying to run podman (v. 4.2.1) on a development-machine running Windows 10 / WSL without internet connection. (We can push files only manually.)
Even when using a local --image-path, it wouldn't work, as it tries to download several packages on
machine init
or says it has a directory(?!).Any help how to use completely offline on Windows would be much appreciated. Thanks!
Steps to reproduce the issue:
Describe the results you received:
Or for a local image (Or did I mess it up here? New to podman...):
Describe the results you expected:
Podman-magic :-)
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:It is Version 4.2.1, but the output is:
Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
Physical machine, Win 10 + WSL
The text was updated successfully, but these errors were encountered: