Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

fix wget: "error getting response" problem #905

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Rickylss
Copy link

While BASEIMAGE is alpine and the default wget
doesn't work with HTTPS. We need update both
openssl and wget.

Signed-off-by: haibiao.xiao xiaohaibiao331@outlook.com

While BASEIMAGE is alpine and the default wget
doesn't work with HTTPS. We need update both
openssl and wget.

Signed-off-by: haibiao.xiao <xiaohaibiao331@outlook.com>
device-mapper
device-mapper \
openssl \
wget
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This Dockerfile is for the ignite sandbox container image. Can you share what's the use case of wget in the sandbox?
If it's a problem in the OS images, we can do something similar in the OS images.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
In step 5, we use wget pull the firecracker image, and we get an error.

image
And in the docker container, we can wget http but not https. Then we update wget by apk add wget and wget works on https now.

So, it's actually a problem in the OS images.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants