Skip to content

Commit

Permalink
Private docker image support (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilij4 authored Oct 7, 2024
1 parent 796043b commit 6a36324
Show file tree
Hide file tree
Showing 3 changed files with 499 additions and 50 deletions.
20 changes: 20 additions & 0 deletions docs/proto/provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

- [akash/manifest/v2beta2/service.proto](#akash/manifest/v2beta2/service.proto)
- [Service](#akash.manifest.v2beta2.Service)
- [ServiceImageCredentials](#akash.manifest.v2beta2.ServiceImageCredentials)
- [ServiceParams](#akash.manifest.v2beta2.ServiceParams)
- [StorageParams](#akash.manifest.v2beta2.StorageParams)

Expand Down Expand Up @@ -393,6 +394,25 @@
| `count` | [uint32](#uint32) | | |
| `expose` | [ServiceExpose](#akash.manifest.v2beta2.ServiceExpose) | repeated | |
| `params` | [ServiceParams](#akash.manifest.v2beta2.ServiceParams) | | |
| `credentials` | [ServiceImageCredentials](#akash.manifest.v2beta2.ServiceImageCredentials) | | |






<a name="akash.manifest.v2beta2.ServiceImageCredentials"></a>

### ServiceImageCredentials
Credentials to fetch image from registry


| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `host` | [string](#string) | | |
| `email` | [string](#string) | | |
| `username` | [string](#string) | | |
| `password` | [string](#string) | | |



Expand Down
Loading

0 comments on commit 6a36324

Please sign in to comment.