aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.pxe/docker-nginx/Dockerfile
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2022-01-19 13:53:56 +0100
committerPeter Mikus <pmikus@cisco.com>2022-01-20 13:16:12 +0000
commita5e623b3cd749ab86627b733c7c2c99c58588e90 (patch)
tree8c36c2ffd35775fee597ecbb397b1db62cd9ce2b /fdio.infra.pxe/docker-nginx/Dockerfile
parente310defb66f8b66ebd505c3e04c62ae57f8fe447 (diff)
feat(pxe): Add ICX
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I96918306e280cdefb023d24ff466be7c6eab44b6
Diffstat (limited to 'fdio.infra.pxe/docker-nginx/Dockerfile')
-rw-r--r--fdio.infra.pxe/docker-nginx/Dockerfile12
1 files changed, 6 insertions, 6 deletions
diff --git a/fdio.infra.pxe/docker-nginx/Dockerfile b/fdio.infra.pxe/docker-nginx/Dockerfile
index 0e3054f210..0ea204cd00 100644
--- a/fdio.infra.pxe/docker-nginx/Dockerfile
+++ b/fdio.infra.pxe/docker-nginx/Dockerfile
@@ -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.2/ubuntu-20.04.2-live-server-amd64.iso
-ENV ISO_FOCAL_ARM64 https://cdimage.ubuntu.com/releases/20.04/release/ubuntu-20.04.2-live-server-arm64.iso
+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_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.2-live-server-amd64.iso \
- && wget $ISO_FOCAL_ARM64 -O /ubuntu-20.04.2-live-server-arm64.iso \
+ && 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_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.2-live-server-amd64.iso $NGINX_FOCAL_AMD64/ubuntu-20.04.2-live-server-amd64.iso
-COPY --from=ubuntu_focal /ubuntu-20.04.2-live-server-arm64.iso $NGINX_FOCAL_ARM64/ubuntu-20.04.2-live-server-arm64.iso
+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-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