feat(pxe): Add ALT
[csit.git] / fdio.infra.pxe / docker-nginx / Dockerfile
index 0ea204c..8cc9282 100644 (file)
@@ -6,13 +6,13 @@ LABEL Version="2.0"
 RUN apt update \
  && apt install -y wget
 
-ENV ISO_FOCAL_AMD64 https://releases.ubuntu.com/20.04.3/ubuntu-20.04.3-live-server-amd64.iso
-ENV ISO_FOCAL_ARM64 https://cdimage.ubuntu.com/releases/20.04/release/ubuntu-20.04.3-live-server-arm64.iso
+ENV ISO_FOCAL_AMD64 https://releases.ubuntu.com/20.04.4/ubuntu-20.04.4-live-server-amd64.iso
+ENV ISO_FOCAL_ARM64 https://cdimage.ubuntu.com/releases/20.04/release/ubuntu-20.04.4-live-server-arm64.iso
 ENV ISO_BIONIC_AMD64 https://releases.ubuntu.com/18.04.5/ubuntu-18.04.5-live-server-amd64.iso
 
 RUN echo "Preparing ISO Pre-cache" \
- && wget $ISO_FOCAL_AMD64 -O /ubuntu-20.04.3-live-server-amd64.iso \
- && wget $ISO_FOCAL_ARM64 -O /ubuntu-20.04.3-live-server-arm64.iso \
+ && wget $ISO_FOCAL_AMD64 -O /ubuntu-20.04.4-live-server-amd64.iso \
+ && wget $ISO_FOCAL_ARM64 -O /ubuntu-20.04.4-live-server-arm64.iso \
  && wget $ISO_BIONIC_AMD64 -O /ubuntu-18.04.5-live-server-amd64.iso
 
 
@@ -29,8 +29,8 @@ RUN mkdir -p $NGINX_FOCAL_AMD64 \
  && mkdir -p $NGINX_FOCAL_ARM64 \
  && mkdir -p $NGINX_BIONIC_AMD64
 
-COPY --from=ubuntu_focal /ubuntu-20.04.3-live-server-amd64.iso $NGINX_FOCAL_AMD64/ubuntu-20.04.3-live-server-amd64.iso
-COPY --from=ubuntu_focal /ubuntu-20.04.3-live-server-arm64.iso $NGINX_FOCAL_ARM64/ubuntu-20.04.3-live-server-arm64.iso
+COPY --from=ubuntu_focal /ubuntu-20.04.4-live-server-amd64.iso $NGINX_FOCAL_AMD64/ubuntu-20.04.4-live-server-amd64.iso
+COPY --from=ubuntu_focal /ubuntu-20.04.4-live-server-arm64.iso $NGINX_FOCAL_ARM64/ubuntu-20.04.4-live-server-arm64.iso
 COPY --from=ubuntu_focal /ubuntu-18.04.5-live-server-amd64.iso $NGINX_BIONIC_AMD64/ubuntu-18.04.5-live-server-amd64.iso
 
 COPY html/ /usr/share/nginx/html/
\ No newline at end of file