build: improve devcontainer docker build time - #2063
Merged
Conversation
Signed-off-by: Alessandro Yuichi Okimoto <yuichijpn@gmail.com>
cre8ivejp
force-pushed
the
update-dev-container
branch
3 times, most recently
from
August 18, 2025 07:11
52aaa34 to
0690ff7
Compare
Signed-off-by: Alessandro Yuichi Okimoto <yuichijpn@gmail.com>
cre8ivejp
force-pushed
the
update-dev-container
branch
from
August 18, 2025 07:16
0690ff7 to
a8266d1
Compare
- Install kubectl, helm, and minikube directly in Dockerfile - Support both amd64 and arm64 architectures - Use latest stable versions
cre8ivejp
force-pushed
the
update-dev-container
branch
from
August 18, 2025 08:09
3b6f1b7 to
27a7652
Compare
- Create codespace user with UID 1000 for compatibility - Set up proper home directory permissions - Fix chown errors in setup scripts - Ensure minikube and tools are accessible to codespace user
- Add common-utils feature to create codespace user (fixes chown errors) - Add kubectl-helm-minikube feature to install minikube - Maintain original architecture using features instead of custom Dockerfile changes
Signed-off-by: Alessandro Yuichi Okimoto <yuichijpn@gmail.com>
cre8ivejp
force-pushed
the
update-dev-container
branch
from
August 18, 2025 08:32
0d66ba8 to
435c57f
Compare
Signed-off-by: Alessandro Yuichi Okimoto <yuichijpn@gmail.com>
Signed-off-by: Alessandro Yuichi Okimoto <yuichijpn@gmail.com>
Signed-off-by: Alessandro Yuichi Okimoto <yuichijpn@gmail.com>
Signed-off-by: Alessandro Yuichi Okimoto <yuichijpn@gmail.com>
cre8ivejp
force-pushed
the
update-dev-container
branch
2 times, most recently
from
August 18, 2025 10:53
8ddc4a5 to
bbb8a00
Compare
Signed-off-by: Alessandro Yuichi Okimoto <yuichijpn@gmail.com>
cre8ivejp
force-pushed
the
update-dev-container
branch
from
August 18, 2025 10:59
bbb8a00 to
873aae0
Compare
cre8ivejp
marked this pull request as ready for review
August 18, 2025 11:16
Ubisoft-potato
approved these changes
Aug 18, 2025
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #2065
Things done