-
Notifications
You must be signed in to change notification settings - Fork 594
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
🌱 Update devbox configuration and dependencies #5384
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
- Upgrade packages to latest versions - Add new packages: direnv, kustomize - Replace awscli with awscli2 - Add init hook script for devbox - Update package lock file with latest package versions
"ghcr.io/dlouwers/devcontainer-features/devbox:1": {}, | ||
"ghcr.io/devcontainers/features/docker-in-docker:2.12.0": {}, | ||
"ghcr.io/audacioustux/devcontainers/tilt:1.0.1": {}, | ||
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1.2.0": { |
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.
Lets install helm via devbox (kubernetes-helm
) like the other tools
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.
OK, only kubectl needs to be in devcontainer so that vscode extensions don't complain about it being missing.
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.
Actually seems to work, changing.
For some weird reason i can't get this branch to squash commits, will re-submit |
What type of PR is this?
/kind support
What this PR does / why we need it:
Allows users and developers to build and try the project in most compute environments.
Special notes for your reviewer:
Updating to cover dev guide and quick start.
Checklist:
Release note: