https://github.com/happycodrz/gcp_registry
Elixir Client for the Google Container Registry (gcr.io & co)
https://github.com/happycodrz/gcp_registry
docker gcr-registry google-cloud
Last synced: about 1 month ago
JSON representation
Elixir Client for the Google Container Registry (gcr.io & co)
- Host: GitHub
- URL: https://github.com/happycodrz/gcp_registry
- Owner: happycodrz
- Created: 2019-01-31T20:40:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T17:21:12.000Z (over 6 years ago)
- Last Synced: 2025-03-01T16:49:42.669Z (3 months ago)
- Topics: docker, gcr-registry, google-cloud
- Language: Elixir
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/happycodrz/gcp_registry)
[](https://hex.pm/packages/gcp_registry)

# GcpRegistry## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `gcp_registry` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:gcp_registry, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/gcp_registry](https://hexdocs.pm/gcp_registry).