Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

error durring DOCKER BUILD: ignoring APKINDEX #529

Open
ahyear opened this issue Mar 28, 2019 · 2 comments
Open

error durring DOCKER BUILD: ignoring APKINDEX #529

ahyear opened this issue Mar 28, 2019 · 2 comments

Comments

@ahyear
Copy link
Contributor

ahyear commented Mar 28, 2019

When i build my docker with docker-compose up --build I see, just after pip installation:

WARNING: Ignoring APKINDEX.adfa7ceb.tar.gz: No such file or directory
WARNING: Ignoring APKINDEX.efaa1f73.tar.gz: No such file or directory

Any idea?

@JensPfeifle
Copy link
Contributor

Seems to be a networking issue preventing access to the alpine repository, according to these docker-alpine issue threads: 155, 207, 279

Possible fix seems to be to restart the Docker daemon or host. Or set a different repository in the Dockerfile.

@flamechair
Copy link

Thats pretty common in lean Alpine image build processes. It basically means that apk is trying to clean up after itself, but couldn't find the files it was looking for. Most likely because the --no-cache flag is passed. Definitely safe to ignore.

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

No branches or pull requests

3 participants