Skip to content

Instantly share code, notes, and snippets.

@akosveres
Created November 26, 2016 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akosveres/0785a67ab668ce7e74f9d09e0501a4c0 to your computer and use it in GitHub Desktop.
Save akosveres/0785a67ab668ce7e74f9d09e0501a4c0 to your computer and use it in GitHub Desktop.
docker run -it --rm alpine /bin/ash
Unable to find image 'alpine:latest' locally
latest: Pulling from library/alpine
/etc/apk # cat repositories
http://dl-cdn.alpinelinux.org/alpine/v3.4/main
http://dl-cdn.alpinelinux.org/alpine/v3.4/community
/etc/apk # apk add stableapp newapp@edge bleedingapp@testing
WARNING: Ignoring APKINDEX.167438ca.tar.gz: No such file or directory
WARNING: Ignoring APKINDEX.a2e6dac0.tar.gz: No such file or directory
WARNING: The repository tag for world dependency 'newapp@edge' does not exist
WARNING: The repository tag for world dependency 'bleedingapp@testing' does not exist
ERROR: Not committing changes due to missing repository tags. Use --force to override.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment