-
Notifications
You must be signed in to change notification settings - Fork 345
Added guide for GitLab CI #161
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
Added guide for GitLab CI #161
Conversation
|
Tagging @bamurtaugh for review |
samruddhikhandale
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, thank you! ✨
Left some thoughts/comments :)
|
Thanks so much for opening this @raginjason, this looks like a great guide! And thanks @samruddhikhandale for the quick review ✨ - I agree with the suggestions she mentions. |
| }, | ||
| "features": { | ||
| "ghcr.io/devcontainers/features/aws-cli:1": {}, | ||
| "ghcr.io/devcontainers-contrib/features/aws-cdk:2": {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To avoid confusion for folks, it would be nice to point out that devcontainers-contrib is community-maintained (issues on our repos likely wouldn't help get issues in these Features fixed as fast)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@joshspicer I've added a note in the paragraph above, does this satisfy your concern? (see 02b35db)
joshspicer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very awesome :D
samruddhikhandale
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! ⚡ ⚡
|
@microsoft-github-policy-service agree company="DataScan" |
e4842bd to
7e769c3
Compare
7e769c3 to
02b35db
Compare
This guide came out of a discussion in devcontainers/ci#205. While GitHub has a devcontainer action, nothing like this exists for GitLab CI. This caused a bit of a gap in documentation on how to get advanced devcontainer functionality into GitLab CI. This PR is designed to close that gap.