Skip to content

Commit

Permalink
ubuntu 23.10
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Nov 18, 2023
1 parent 6e38c94 commit 4678273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.agnos
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ###### Base ###### #
# ################## #
FROM scratch AS agnos-base
ADD ubuntu-base-20.04.1-base-arm64.tar.gz /
ADD ubuntu-base-23.10-base-arm64.tar.gz /

# Add aarch64 and arm support
COPY --from=multiarch/qemu-user-static:x86_64-aarch64 /usr/bin/qemu-aarch64-static /usr/bin
Expand Down
4 changes: 2 additions & 2 deletions build_system.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -e

UBUNTU_BASE_URL="http://cdimage.ubuntu.com/ubuntu-base/releases/20.04/release"
UBUNTU_FILE="ubuntu-base-20.04.1-base-arm64.tar.gz"
UBUNTU_BASE_URL="http://cdimage.ubuntu.com/ubuntu-base/releases/23.10/release"
UBUNTU_FILE="ubuntu-base-23.10-base-arm64.tar.gz"

export DOCKER_BUILDKIT=1

Expand Down

0 comments on commit 4678273

Please sign in to comment.