Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(private-containers): private registries #1941

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

boz
Copy link
Contributor

@boz boz commented Apr 11, 2024

@boz boz requested a review from a team as a code owner April 11, 2024 21:04
@boz
Copy link
Contributor Author

boz commented Apr 11, 2024

Here is an example services section, with one public and one private image:

services:                                                                                                                                                                     
  web:                                                                                                                                                                        
    image: ghcr.io/akash-network/test-app-web:main                                                                                                                            
    expose:                                                                                                                                                                   
      - port: 80                                                                                                                                                              
        as: 80                                                                                                                                                                                                                                                                                                      
        accept:                                                                                                                                                               
          - hello.localhost                                                                                                                                                   
        to:
          - global: true
  bew:
    image: ghcr.io/akash-network/test-app-web-private:main
    credentials:
      host: ghcr.io
      username: HIDDEN
      password: "HIDDEN"
    expose:
      - port: 80
        as: 80
        accept:
          - hello1.localhost
        to:
          - global: true

@troian
Copy link
Member

troian commented Apr 12, 2024

bump akash-api to v0.0.62

@boz boz force-pushed the boz/private-container-registries branch 2 times, most recently from aa4628c to 6248ff5 Compare April 13, 2024 03:32
@boz boz force-pushed the boz/private-container-registries branch from 6248ff5 to a07b1c1 Compare April 23, 2024 03:59
@troian troian merged commit 6e68af0 into main Apr 23, 2024
17 checks passed
@troian troian deleted the boz/private-container-registries branch April 23, 2024 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants