-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade docker images to ubuntu 24.04 to match new worker image
- Loading branch information
Showing
3 changed files
with
3 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ubuntu:22.04 | ||
FROM ubuntu:24.04 | ||
LABEL maintainer="Mozilla Release Engineering <[email protected]>" | ||
|
||
# Add worker user with the home directory /builds/worker and bash as the default shell. | ||
|
@@ -28,6 +28,7 @@ RUN apt-get update -qq \ | |
&& apt-get install -y python3 \ | ||
python3-pip \ | ||
python3-yaml \ | ||
python3-zstandard \ | ||
locales \ | ||
git \ | ||
git-lfs \ | ||
|
@@ -44,8 +45,6 @@ RUN apt-get update -qq \ | |
|
||
RUN locale-gen "$LANG" | ||
|
||
RUN pip install zstandard | ||
|
||
# %include-run-task | ||
|
||
# Allow scripts to detect if they are running in docker | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters