Fixed duplicate Include parameters for agent and agent2 images #569
Annotations
1 error
Build image
Error: buildah exited with code 127
Trying to pull registry.access.redhat.com/ubi9/ubi-minimal:9.5...
Getting image source signatures
Checking if image destination supports signatures
Copying blob sha256:1e6b7297048ae70484705dda4e582fb8ad5778ea4c8ae464cf3e6a02ac439012
Copying config sha256:1e60d83fed15acc2f6cc9322e4e0f38f6e09f0f4778cb4abbbe524f5721e1bd0
Writing manifest to image destination
Storing signatures
+ INSTALL_PKGS='bash shadow-utils net-snmp'
+ microdnf -y install --disableplugin=subscription-manager '--disablerepo=*' --enablerepo ubi-9-baseos-rpms --enablerepo ubi-9-appstream-rpms --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --setopt=tsflags=nodocs bash shadow-utils net-snmp
Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
Created symlink /etc/systemd/system/multi-user.target.wants/snmpd.service → /usr/lib/systemd/system/snmpd.service.
Created symlink /etc/systemd/system/multi-user.target.wants/snmptrapd.service → /usr/lib/systemd/system/snmptrapd.service.
+ microdnf -y update --disableplugin=subscription-manager --disablerepo '*' --enablerepo ubi-9-baseos-rpms --setopt=install_weak_deps=0 --best --setopt=tsflags=nodocs tzdata
+ microdnf -y reinstall --disableplugin=subscription-manager --disablerepo '*' --enablerepo ubi-9-baseos-rpms --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --setopt=tsflags=nodocs tzdata
+ groupadd --system --gid 1995 zabbix
+ useradd --system --comment 'Zabbix monitoring system' -g zabbix --uid 1997 --shell /sbin/nologin --home-dir /var/lib/zabbix zabbix
useradd warning: zabbix's uid 1997 is greater than SYS_UID_MAX 999
+ mkdir -p /var/lib/zabbix
+ mkdir -p /var/lib/zabbix/snmptraps
+ mkdir -p /var/lib/zabbix/mibs
+ touch /var/lib/net-snmp/snmptrapd.conf
+ chown --quiet -R zabbix:root /etc/snmp/ /var/lib/zabbix/ /var/tmp/ /var/run/
+ chgrp -R 0 /etc/snmp/ /var/lib/zabbix/ /var/tmp/ /var/run/
+ chmod -R g=u /etc/snmp/ /var/lib/zabbix/ /var/tmp/ /var/run/
+ EXPOSE 1162/UDP
/bin/sh: line 1: EXPOSE: command not found
Error: building at STEP "RUN --mount=type=tmpfs,target=/var/lib/dnf/ --mount=type=tmpfs,target=/var/cache/yum/ set -eux && INSTALL_PKGS="bash shadow-utils net-snmp" && microdnf -y install --disableplugin=subscription-manager --disablerepo="*" --enablerepo "ubi-9-baseos-rpms" --enablerepo "ubi-9-appstream-rpms" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --setopt=tsflags=nodocs ${INSTALL_PKGS} && microdnf -y update --disableplugin=subscription-manager --disablerepo "*" --enablerepo "ubi-9-baseos-rpms" --setopt=install_weak_deps=0 --best --setopt=tsflags=nodocs tzdata && microdnf -y reinstall --disableplugin=subscription-manager --disablerepo "*" --enablerepo "ubi-9-baseos-rpms" --setopt=install_weak_deps=0 --setopt=keepcache=0 --best --setopt=tsflags=nodocs tzdata && groupadd --system --gid 1995 zabbix && useradd --system --comment "Zabbix monitoring system" -g zabbix --uid 1997 --shell /sbin/nologin --home-dir ${ZABBIX_USER_HOME_DIR} zabbix && mkdir -p ${ZABBIX_USER_HOME_DIR} && mkdir -p ${ZABBIX_USER_HOME_DIR}/snmptraps && mkdir -p ${ZABBIX_USER_HOME_DIR}/mibs && touch /var/lib/net-snmp/snmptrapd.conf && chown --quiet -R zabbix:root /etc/snmp/ ${ZABBIX_USER_HOME_DIR}/ /var/tmp/ /var/run/ && chgrp -R 0 /etc/snmp/ ${ZABBIX_U
|
Loading