File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 5
5
"repo" : " docker.io" ,
6
6
"sha256" : " 965fbcae990b0467ed5657caceaec165018ef44a4d2d46c7cdea80a9dff0d1ea"
7
7
},
8
+ {
9
+ "image" : " library/ubuntu" ,
10
+ "repo" : " docker.io" ,
11
+ "sha256" : " 5d070ad5f7fe63623cbb99b4fc0fd997f5591303d4b03ccce50f403957d0ddc4"
12
+ },
8
13
{
9
14
"image" : " ryantk/minica" ,
10
15
"repo" : " docker.io" ,
Original file line number Diff line number Diff line change @@ -25,11 +25,12 @@ sudo mount -t tmpfs tmpfs-podman "${TMPFS}"
25
25
trap ' rm -rf "${TMPDIR}"; sudo podman --root "${TMPFS}" rm -f "${CONTAINER}"' exit
26
26
TMPDIR=$( mktemp -d -t build-image-XXXXXXXXXXXX)
27
27
28
- BASE_IMAGE=" docker .io/dfinity/ic-build-bazel @sha256:1978886cfda51b09057bffd60f2e5edb588c6c0b74de87696cd4e964335dba87 "
28
+ BASE_IMAGE=" ghcr .io/dfinity/library/ubuntu @sha256:5d070ad5f7fe63623cbb99b4fc0fd997f5591303d4b03ccce50f403957d0ddc4 "
29
29
30
30
sudo podman --root " ${TMPFS} " build --iidfile ${TMPDIR} /iidfile - <<< "
31
31
FROM $BASE_IMAGE
32
32
USER root:root
33
+ RUN apt-get -y update && apt-get -y --no-install-recommends install grub-efi faketime
33
34
RUN mkdir -p /build/boot/grub
34
35
RUN cp -r /usr/lib/grub/x86_64-efi /build/boot/grub
35
36
RUN mkdir -p /build/boot/efi/EFI/Boot
Original file line number Diff line number Diff line change 1
- regexp -s boot_disk ' ^\( ([a-z0-9]*),[a-z0-9]*\) /EFI/BOOT' $cmdpath
1
+ regexp -s boot_disk ' ^\( ([a-z0-9]*),[a-z0-9]*\) /EFI/BOOT' $fw_path
2
2
3
3
set prefix =($boot_disk,gpt2)
4
4
You can’t perform that action at this time.
0 commit comments