Skip to content

Update dashboard to use hermeto so we can move to Yarn 4 and match upstream #740

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

Merged
merged 1 commit into from
Mar 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion devspaces-dashboard/build/scripts/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ done < <(find ${TARGETDIR}/ -name "*.json" -type f -print0)

# TODO: Remove this script and yarn 1 files once we have migrated to Konflux
# Update to use yarn 1 for brew:
"${TARGETDIR}"/scripts/yarn/change_package_manager.sh
#"${TARGETDIR}"/scripts/yarn/change_package_manager.sh

# ensure shell scripts are executable
find ${TARGETDIR}/ -name "*.sh" -exec chmod +x {} \;
1 change: 1 addition & 0 deletions devspaces-dashboard/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ compose:

# instead of docker_api, use imagebuilder for multistage builds
image_build_method: imagebuilder
remote_sources_version: 2
remote_sources:
- name: devspaces-images-dashboard
remote_source:
Expand Down