forked from thought-machine/please
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refresh Docker images (thought-machine#3245)
* Refresh Docker images * of course the docs fail * looks like this got deprecated
- Loading branch information
1 parent
09f4cd1
commit 4aa3fa7
Showing
6 changed files
with
34 additions
and
34 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ubuntu:jammy | ||
FROM ubuntu:noble | ||
MAINTAINER [email protected] | ||
|
||
|
||
|
@@ -11,12 +11,12 @@ RUN truncate -s0 /tmp/preseed.cfg; \ | |
echo "tzdata tzdata/Zones/Europe select London" >> /tmp/preseed.cfg; \ | ||
apt-get update && \ | ||
apt-get install -y python3 python3-dev python3-pip time \ | ||
curl unzip git locales pkg-config zlib1g-dev psmisc awscli \ | ||
curl unzip git locales pkg-config zlib1g-dev psmisc \ | ||
openssh-client ca-certificates && \ | ||
apt-get clean | ||
|
||
# Go - we want a specific package version here. | ||
RUN curl -fsSL https://dl.google.com/go/go1.22.0.linux-amd64.tar.gz | tar -xzC /usr/local | ||
RUN curl -fsSL https://dl.google.com/go/go1.22.6.linux-amd64.tar.gz | tar -xzC /usr/local | ||
RUN ln -s /usr/local/go/bin/go /usr/local/bin/go && ln -s /usr/local/go/bin/gofmt /usr/local/bin/gofmt | ||
|
||
# Locale | ||
|
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