Ubuntu images use Ubuntu 22.04 version

This commit is contained in:
Alexey Pustovalov
2022-05-08 22:28:05 +03:00
parent 78e322a405
commit fe6ea1794f
24 changed files with 104 additions and 141 deletions

View File

@ -5,7 +5,7 @@ ARG BUILD_BASE_IMAGE=zabbix-build-mysql:ubuntu-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} as builder
FROM ubuntu:focal
FROM ubuntu:jammy
ARG MAJOR_VERSION
ARG ZBX_VERSION
@ -47,9 +47,9 @@ RUN set -eux && \
libmysqlclient21 \
libopenipmi0 \
libpcre2-8-0 \
libsnmp35 \
libsnmp40 \
libssh-4 \
libssl1.1 \
libssl3 \
libxml2 \
mysql-client \
snmp-mibs-downloader \