Skip to content

chore: update Dockerfile and CI configuration to use --uploaded-prior-to P30D for pip installs#27

Merged
fukusuket merged 2 commits into
mainfrom
chg-cooldown
Jun 17, 2026
Merged

chore: update Dockerfile and CI configuration to use --uploaded-prior-to P30D for pip installs#27
fukusuket merged 2 commits into
mainfrom
chg-cooldown

Conversation

@fukusuket

Copy link
Copy Markdown
Collaborator

No description provided.

@fukusuket fukusuket requested a review from Copilot June 17, 2026 14:22
@fukusuket fukusuket self-assigned this Jun 17, 2026
@fukusuket fukusuket added the enhancement New feature or request label Jun 17, 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 hardens container/CI dependency installation by adding additional build configuration for Superset helper services and introducing an “only accept packages older than N days” constraint for Python installs.

Changes:

  • Add build: (with CA cert build arg passthrough) to superset-init and superset-resync in Docker Compose.
  • Add --uploaded-prior-to P30D to pip installs in Dockerfiles and CI, and pin duckdb-engine for the Superset image.
  • Extend frontend .npmrc with min-release-age=7.

Reviewed changes

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

Show a summary per file
File Description
docker/docker-compose.yml Builds superset-init/superset-resync with the same CA-cert build args as the main Superset service.
dashboard/Dockerfile Pins duckdb-engine to 0.14.0 for Superset’s uv-managed venv.
config_viz/frontend/.npmrc Adds min-release-age=7 to the npm configuration.
config_viz/Dockerfile Adds --uploaded-prior-to P30D to backend dependency installation during image build.
agent/Dockerfile Adds --uploaded-prior-to P30D to dependency installation during image build.
.github/workflows/ci.yml Adds --uploaded-prior-to P30D to pip installs in CI steps.

Comment thread agent/Dockerfile
Comment thread config_viz/Dockerfile
Comment thread .github/workflows/ci.yml
Comment thread .github/workflows/ci.yml Outdated
@fukusuket fukusuket merged commit 171520d into main Jun 17, 2026
4 checks passed
@fukusuket fukusuket deleted the chg-cooldown branch June 17, 2026 14:43
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.

2 participants