Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novln/docker-parser
Docker image identifier parser.
https://github.com/novln/docker-parser
docker image moby moby-images parser
Last synced: 8 days ago
JSON representation
Docker image identifier parser.
- Host: GitHub
- URL: https://github.com/novln/docker-parser
- Owner: novln
- License: apache-2.0
- Created: 2016-01-25T15:49:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T07:45:16.000Z (over 4 years ago)
- Last Synced: 2024-10-31T19:51:38.702Z (15 days ago)
- Topics: docker, image, moby, moby-images, parser
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 15
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Documentation][godoc-img]][godoc-url]
# docker-parser
A library to parse docker's image identifier.
> **NOTE:** This library is a rewrite and a subset of docker codebase.
## Docker source reference
- **docker/image.go:** `github.com/docker/docker/image/v1/imagev1.go`
- **docker/reference.go:** `github.com/docker/docker/reference/reference.go`
- **distribution/digest/digest.go:** `github.com/docker/distribution/digest/digest.go`
- **distribution/digest/digester.go:** `github.com/docker/distribution/digest/digester.go`
- **distribution/reference/reference.go:** `github.com/docker/distribution/reference/reference.go`
- **distribution/reference/regex.go:** `github.com/docker/distribution/reference/regex.go`## License
This is Free Software, released under the Apache License, Version 2.0.
See [`LICENSE`](LICENSE) for the full license text.Docker source are licensed under the Apache License, Version 2.0.
[godoc-url]: https://godoc.org/github.com/novln/docker-parser
[godoc-img]: https://godoc.org/github.com/novln/docker-parser?status.svg