Skip to content
Open
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 jobs-shell/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official Ubuntu image from Docker Hub as
# a base image
FROM ubuntu:24.04
FROM ubuntu:26.04

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.

high

The tag ubuntu:26.04 refers to a version of Ubuntu that has not yet been released. Ubuntu LTS versions are released in April of even-numbered years (e.g., 22.04, 24.04), making 26.04 expected in April 2026. Using this tag will cause the Docker build to fail as the image does not exist in the registry. Please use a stable LTS version such as 24.04.


# Execute next commands in the directory /workspace
WORKDIR /workspace
Expand Down