Fixed EXPOSE_WEB_SERVER_INFO parameter for Apache on Ubuntu #1464
Annotations
1 error and 1 warning
Build and push image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux && echo \"#!/bin/sh\\nexit 101\" > /usr/sbin/policy-rc.d && INSTALL_PKGS=\"bash tini tzdata ca-certificates libssl3 libcurl4 libmodbus5 libpcre2-8-0 libldap-2.4 zlib1g\" && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install ${INSTALL_PKGS} && groupadd --system --gid 1995 zabbix && useradd --system --comment \"Zabbix monitoring system\" -g zabbix --uid 1997 --shell /sbin/nologin --home-dir /var/lib/zabbix/ zabbix && mkdir -p /etc/zabbix && mkdir -p /etc/zabbix/zabbix_agentd.d && mkdir -p /var/lib/zabbix && mkdir -p /var/lib/zabbix/enc && mkdir -p /var/lib/zabbix/enc_internal && mkdir -p /var/lib/zabbix/modules && chown --quiet -R zabbix:root /etc/zabbix/ /var/lib/zabbix/ && chgrp -R 0 /etc/zabbix/ /var/lib/zabbix/ && chmod -R g=u /etc/zabbix/ /var/lib/zabbix/ && apt-get -y autoremove && apt-get -y clean" did not complete successfully: exit code: 100
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading