Skip to content

fix(docker): use Ubuntu 24.04 for the Dockerfile user stage#762

Open
plural-copilot[bot] wants to merge 1 commit into
mainfrom
agent/remediate-dockerfile-ubuntu-lts-1760572800000
Open

fix(docker): use Ubuntu 24.04 for the Dockerfile user stage#762
plural-copilot[bot] wants to merge 1 commit into
mainfrom
agent/remediate-dockerfile-ubuntu-lts-1760572800000

Conversation

@plural-copilot

Copy link
Copy Markdown
Contributor

Summary

  • update the production Dockerfile user stage base image from ubuntu:22.10 to ubuntu:24.04
  • keep the rest of the Dockerfile unchanged so the image still only copies /etc/passwd from that stage into the final image

Why

This PR is intended to remediate console-service vulnerabilities with fixes, excluding redis/cloud-db images. The repo-owned actionable issue identified here is the obsolete ubuntu:22.10 base image used by the Dockerfile user stage.

Exact change

  • changed FROM ubuntu:22.10 AS user to FROM ubuntu:24.04 AS user

Verification

  • ran docker build --target user -t plural-cli-user-stage-test . successfully

Scope is intentionally limited to this Dockerfile base image update.

@plural-copilot plural-copilot Bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This PR was generated by the codex Plural Agent Runtime. Here's some useful information you might want to know to evaluate the ai's perfomance:

Name Details
💬 Prompt Create a minimal remediation PR in https://github.com/pluralsh/plural-cli for actionable vulnerabilities relevant to Go vulns that surface from the pluralsh/console image....
🔗 Run history View run history

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.

1 participant