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
I don't see any update, and that issue was closed, so I created a new one.
TL;DR
It seems that we can publish devcontainer template to GitLab container registry now.
What happened
I tried to publish devcontainer template to self hosted GitLab container registry (v17.3.7-ee), by following the example.
It failed with 401(Could not fetch published tags) as expected, but it worked locally on my machine with the same user and access token.
So I was thinking maybe GitLab container registry start to support OADS now, tried another .gitlab-ci.yml and it worked.
But I didn't see any updates from GitLab saying they start to support OADS in this issue.
Anyone know why the original .gitlab-ci.yml failed, but the new one worked?
I was thinking building a @devcontainer/cli image with more detailed logs, and use it in the original .gitlab-ci.yml to help with the root cause analysis.
Related to this issue.
I don't see any update, and that issue was closed, so I created a new one.
TL;DR
It seems that we can publish devcontainer template to GitLab container registry now.
What happened
I tried to publish devcontainer template to self hosted GitLab container registry (v17.3.7-ee), by following the example.
It failed with 401(Could not fetch published tags) as expected, but it worked locally on my machine with the same user and access token.
So I was thinking maybe GitLab container registry start to support OADS now, tried another
.gitlab-ci.yml
and it worked.But I didn't see any updates from GitLab saying they start to support OADS in this issue.
Anyone know why the original
.gitlab-ci.yml
failed, but the new one worked?I was thinking building a @devcontainer/cli image with more detailed logs, and use it in the original
.gitlab-ci.yml
to help with the root cause analysis.My
.gitlab-ci.yml
Here's my
.gitlab-ci.yml
:Here's my original and failed
.gitlab-ci.yml
:The text was updated successfully, but these errors were encountered: