Skip to content

chore: update npm and pip registry URLs in configuration files#25

Merged
fukusuket merged 2 commits into
mainfrom
chg-npm-registry
Jun 16, 2026
Merged

chore: update npm and pip registry URLs in configuration files#25
fukusuket merged 2 commits into
mainfrom
chg-npm-registry

Conversation

@fukusuket

@fukusuket fukusuket commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

Closed #8

@fukusuket fukusuket requested a review from Copilot June 16, 2026 22:21
@fukusuket fukusuket self-assigned this Jun 16, 2026
@fukusuket fukusuket added the enhancement New feature or request label Jun 16, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates dependency registry configuration for the agent (Python) and config_viz (Python backend + React frontend) containers by pointing npm and pip at new registry endpoints.

Changes:

  • Update the frontend npm registry via config_viz/frontend/.npmrc.
  • Set a pip index URL via ENV PIP_INDEX_URL=... in agent/Dockerfile and config_viz/Dockerfile.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
config_viz/frontend/.npmrc Switches npm registry to a custom host for frontend dependency installs.
config_viz/Dockerfile Adds PIP_INDEX_URL in the runtime stage, affecting backend dependency installs during image build.
agent/Dockerfile Adds PIP_INDEX_URL, affecting dependency installs during image build.

Comment thread config_viz/frontend/.npmrc
Comment thread agent/Dockerfile
Comment thread config_viz/Dockerfile
@fukusuket fukusuket marked this pull request as ready for review June 16, 2026 22:28
@fukusuket fukusuket merged commit d3ec457 into main Jun 16, 2026
4 checks passed
@fukusuket fukusuket deleted the chg-npm-registry branch June 16, 2026 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Improve library management and GitHub Actions security processes

2 participants