You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the env varibales for authentication against a private docker repositories.
Problem and motivation:
We customize the workspace image by installing internal liabries. This image is save in a private and secured docker repository. Right now I have to manually pull new images after running docker login.
Is this something you're interested in working on?
I could not immediately find a place in the code where this change could easily be made.
The text was updated successfully, but these errors were encountered:
Feature description:
Add the env varibales for authentication against a private docker repositories.
Problem and motivation:
We customize the workspace image by installing internal liabries. This image is save in a private and secured docker repository. Right now I have to manually pull new images after running
docker login
.Is this something you're interested in working on?
I could not immediately find a place in the code where this change could easily be made.
The text was updated successfully, but these errors were encountered: