Skip to content

Commit 1ed6c58

Browse files
Update ubuntu Docker tag to v24 (#157)
| datasource | package | from | to | | ---------- | ------- | ------ | ----- | | docker | ubuntu | bionic | noble | | docker | ubuntu | 14.04 | noble | | docker | ubuntu | 20.04 | noble | | docker | ubuntu | 16.04 | noble | | docker | ubuntu | 18.04 | noble | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8551f1b commit 1ed6c58

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

autoscaling-demo/nginx_base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:24.04
22
MAINTAINER NGINX Docker Maintainers "[email protected]"
33

44
# Set the debconf frontend to Noninteractive

coreos-demo/nginxplus-coreos/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:14.04
1+
FROM ubuntu:24.04
22

33
MAINTAINER NGINX Docker Maintainers "[email protected]"
44

fun-with-health-checks/nginxplus/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:16.04
1+
FROM ubuntu:24.04
22

33
# Download certificate and key from the customer portal (https://cs.nginx.com)
44
# and copy to the build context

kubernetes-demo/third/nginxplus/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:14.04
1+
FROM ubuntu:24.04
22

33
MAINTAINER NGINX Docker Maintainers "[email protected]"
44

mysql-galera-demo/mysql_backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:14.04
1+
FROM ubuntu:24.04
22
MAINTAINER Kunal Pariani <[email protected]>
33
ENV DEBIAN_FRONTEND noninteractive
44

mysql-galera-demo/nginxplus/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:14.04
1+
FROM ubuntu:24.04
22

33
MAINTAINER NGINX Docker Maintainers "[email protected]"
44

nginx-gcp-meetup-demo/k8s/autoscaler/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:14.04
1+
FROM ubuntu:24.04
22
RUN apt-get update && apt-get install -y python3-pip && pip3 install requests --upgrade
33
COPY autoscale.py run.sh /
44
RUN ["chmod", "+x", "/run.sh"]

nginx-gcp-meetup-demo/k8s/sync/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:14.04
1+
FROM ubuntu:24.04
22
RUN apt-get update && apt-get install -y python3-pip && pip3 install requests --upgrade
33
COPY knsync.py run.sh /
44
RUN ["chmod", "+x", "/run.sh"]

nginx-nms-docker/Dockerfile.automated

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:20.04
1+
FROM ubuntu:24.04
22

33
ARG BUILD_WITH_SECONDSIGHT=false
44
ARG ADD_SM

nginx-nms-docker/Dockerfile.manual

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:20.04
1+
FROM ubuntu:24.04
22

33
ARG NIM_DEBFILE
44
ARG BUILD_WITH_SECONDSIGHT=false

0 commit comments

Comments
 (0)