Skip to content

Prepare 0.9.8 release and harden Docker runtime image#121

Merged
mborne merged 1 commit into
mainfrom
fix-trivy-findings
May 18, 2026
Merged

Prepare 0.9.8 release and harden Docker runtime image#121
mborne merged 1 commit into
mainfrom
fix-trivy-findings

Conversation

@esgn
Copy link
Copy Markdown
Member

@esgn esgn commented May 18, 2026

  • bump package version to 0.9.8
  • refresh npm dependencies and lockfile
  • prune dev dependencies in the Docker build stage
  • keep only runtime node_modules in the final image
  • remove npm, corepack, and yarn tooling from the runtime image

- bump package version to 0.9.8
- refresh npm dependencies and lockfile
- prune dev dependencies in the Docker build stage
- keep only runtime node_modules in the final image
- remove npm, corepack, and yarn tooling from the runtime image
@esgn esgn requested a review from mborne May 18, 2026 16:57
Copy link
Copy Markdown
Contributor

@mborne mborne left a comment

Choose a reason for hiding this comment

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

Approved

# no problem with unit test
npm install
npm run test

# no problem with integration / end to end tests 
npm run build
npm run test:integration
npm run test:e2e

# no more HIGH (well done)
docker compose build
trivy image geocontext:latest

@mborne mborne merged commit bc4fc3a into main May 18, 2026
3 checks passed
@mborne mborne deleted the fix-trivy-findings branch May 18, 2026 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants