File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Ubuntu 26.04
2- FROM ubuntu:resolute-20260724 .1 AS resolute
2+ FROM ubuntu:resolute-20260811 .1 AS resolute
33
44SHELL ["/bin/bash" , "-c" ]
55
@@ -35,7 +35,7 @@ RUN chmod +x /usr/local/bin/generate-ci-config && \
3535ENTRYPOINT ["/usr/bin/sleep" ,"1000" ]
3636
3737# Ubuntu 24.04
38- FROM ubuntu:noble-20260730.1 AS noble
38+ FROM ubuntu:noble-20260810 AS noble
3939
4040SHELL ["/bin/bash" , "-c" ]
4141
@@ -69,7 +69,7 @@ RUN chmod +x /usr/local/bin/generate-ci-config && \
6969ENTRYPOINT ["/usr/bin/sleep" ,"1000" ]
7070
7171# Ubuntu 22.04
72- FROM ubuntu:jammy-20260731.1 AS jammy
72+ FROM ubuntu:jammy-20260810 AS jammy
7373
7474SHELL ["/bin/bash" , "-c" ]
7575
Original file line number Diff line number Diff line change 1- ARG BASE_IMAGE=ubuntu:jammy-20260731.1
1+ ARG BASE_IMAGE=ubuntu:jammy-20260810
22
33FROM ${BASE_IMAGE} AS build
44
Original file line number Diff line number Diff line change 1- ARG BASE_IMAGE=ubuntu:jammy-20260731.1
1+ ARG BASE_IMAGE=ubuntu:jammy-20260810
22
33FROM ${BASE_IMAGE}
44
Original file line number Diff line number Diff line change 1- ARG BASE_IMAGE=ubuntu:noble-20260730.1
1+ ARG BASE_IMAGE=ubuntu:noble-20260810
22
33FROM ${BASE_IMAGE} AS build
44
Original file line number Diff line number Diff line change 1- ARG BASE_IMAGE=ubuntu:noble-20260730.1
1+ ARG BASE_IMAGE=ubuntu:noble-20260810
22FROM ${BASE_IMAGE}
33
44ENV DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change 1- ARG BASE_IMAGE=ubuntu:resolute-20260724 .1
1+ ARG BASE_IMAGE=ubuntu:resolute-20260811 .1
22
33FROM ${BASE_IMAGE} AS build
44
Original file line number Diff line number Diff line change 1- ARG BASE_IMAGE=ubuntu:resolute-20260724 .1
1+ ARG BASE_IMAGE=ubuntu:resolute-20260811 .1
22FROM ${BASE_IMAGE}
33
44ENV DEBIAN_FRONTEND=noninteractive
You can’t perform that action at this time.
0 commit comments