Skip to content
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

Extending Image Could not resolve host: www.meddeb.net #643

Open
johnnylyne opened this issue Nov 16, 2022 · 2 comments
Open

Extending Image Could not resolve host: www.meddeb.net #643

johnnylyne opened this issue Nov 16, 2022 · 2 comments

Comments

@johnnylyne
Copy link

Running make build to create my own image based on osixia/light-baseimage:1.3.2 I am seeing the error when running:
curl -o pqchecker.deb -SL http://www.meddeb.net/pub/pqchecker/deb/8/pqchecker_${PQCHECKER_VERSION}_amd64.deb
I have tried changing to https and removing the www. in line with other issues but I still cannot resolve the host.

@isuftin
Copy link

isuftin commented Nov 28, 2022

@johnnylyne - Ran into the same issue.

Not sure what's up with that but I did find the same .deb @ http://bendyshoes.com/pub/pqchecker/deb/8/pqchecker_2.0.0_amd64.deb

To be sure, I did verify the MD5 sum on that deb against the hash the author of this Docker image was verifying against the deb at meddeb ( https://github.com/osixia/docker-openldap/blob/master/image/Dockerfile#L11 ) and it validates.

echo "c005ce596e97d13e39485e711dcbc7e1 pqchecker_2.0.0_amd64.deb"  | md5sum -c -
pqchecker_2.0.0_amd64.deb: OK

So.. seems legit but again, no idea what bendyshoes.com is so use at your own risk

@nix-power
Copy link

Yep, it is still not working (original URL)

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

No branches or pull requests

3 participants