diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-02-24 14:18:04 +0000 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2023-03-03 12:07:04 +0000 |
commit | a5860bae20fb3b572e962bdbf85267e1f915b3d4 (patch) | |
tree | 98b505cd802963832f0d4456c62c405010f462b8 /fdio.infra.pxe/docker-nginx/Dockerfile | |
parent | dbd371e940a5136fcaf68a1181b55943259c67c1 (diff) |
feat(pxe): Add SPR
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Iaa24b81fef46bae623c3e271b0acb3490be5534d
Diffstat (limited to 'fdio.infra.pxe/docker-nginx/Dockerfile')
-rw-r--r-- | fdio.infra.pxe/docker-nginx/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fdio.infra.pxe/docker-nginx/Dockerfile b/fdio.infra.pxe/docker-nginx/Dockerfile index 22e7632bd0..64872e7a10 100644 --- a/fdio.infra.pxe/docker-nginx/Dockerfile +++ b/fdio.infra.pxe/docker-nginx/Dockerfile @@ -6,8 +6,8 @@ LABEL Version="2.0" RUN apt update \ && apt install -y wget -ENV ISO_JAMMY_AMD64 https://releases.ubuntu.com/22.04/ubuntu-22.04.1-live-server-amd64.iso -ENV ISO_JAMMY_ARM64 https://cdimage.ubuntu.com/releases/22.04/release/ubuntu-22.04.1-live-server-arm64.iso +ENV ISO_JAMMY_AMD64 https://old-releases.ubuntu.com/releases/22.04.1/ubuntu-22.04.1-live-server-arm64.iso +ENV ISO_JAMMY_ARM64 https://old-releases.ubuntu.com/releases/22.04.1/ubuntu-22.04.1-live-server-arm64.iso RUN echo "Preparing ISO Pre-cache" \ && wget $ISO_JAMMY_AMD64 -O /ubuntu-22.04.1-live-server-amd64.iso \ |