Skip to content

Commit

Permalink
feat: [NODE-1443] Update SetupOS base image to 24.04 (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bownairo authored Sep 18, 2024
1 parent b91a579 commit d64d629
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ic-os/setupos/context/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# 1. Get your MR approved and merged into master
# 2. On the next hourly master pipeline, click the "deploy-setup-os-baseimg" job
# 3. Note the sha256 and update the sha256 reference in the neighboring Dockerfiles.
FROM ubuntu:20.04
FROM ubuntu:24.04

USER root:root

Expand Down
4 changes: 3 additions & 1 deletion ic-os/setupos/context/packages.common
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,20 @@
# operation for the "prod" image.

# Need kernel to boot anything
linux-image-generic-hwe-20.04
linux-image-generic-hwe-24.04
initramfs-tools

# Need systemd for boot process
systemd
systemd-sysv
systemd-journal-remote
systemd-resolved

# Third-party services we will be running
chrony

# Required system setup tools
ssh
attr
ca-certificates
curl
Expand Down
2 changes: 1 addition & 1 deletion ic-os/setupos/context/packages.dev
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nano
# packages requested by networking
tcpdump
iperf
netcat
netcat-openbsd
curl
iputils-ping

Expand Down

0 comments on commit d64d629

Please sign in to comment.