kompose/vendor/github.com/novln/docker-parser
Hang Yan 525b68f027
Go mod (#1305)
* Use go mod instead of glide
* Add `--with-kompose-annotation` flag to allow us to switch it off for tests
* Remove hostpid support (since the newest sdk does not support it)
* Create new test script and fixtures
* Remove replicationcontroller support
2020-08-07 17:25:52 +08:00
..
distribution Update vendoring + add novln/docker-parser 2017-06-14 10:23:58 -04:00
docker Update vendoring + add novln/docker-parser 2017-06-14 10:23:58 -04:00
go.mod Go mod (#1305) 2020-08-07 17:25:52 +08:00
go.sum Go mod (#1305) 2020-08-07 17:25:52 +08:00
LICENSE Go mod (#1305) 2020-08-07 17:25:52 +08:00
Makefile Go mod (#1305) 2020-08-07 17:25:52 +08:00
parser.go Update vendoring + add novln/docker-parser 2017-06-14 10:23:58 -04:00
README.md Go mod (#1305) 2020-08-07 17:25:52 +08:00

Documentation

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 for the full license text.

Docker source are licensed under the Apache License, Version 2.0.