Skip to content
Snippets Groups Projects
Select Git revision
  • c3ab4661cf4f1958786c8f201f6050549fd378f3
  • master default protected
  • next
  • ubi_conf
  • anel-mysql8-migration-v2
  • anel-mysql8-migration
  • anel-mysql57-migration
7 results

Containerfile.debug-ubi

Blame
  • user avatar
    Daniel Black authored
    c3ab4661
    History
    Containerfile.debug-ubi 248 B
    # Containerfile for adding the debuginfo of ubi micro rpm, based container
    # with some tools.
    ARG BASE
    FROM $BASE
    
    USER root
    RUN microdnf install -y MariaDB-server-debuginfo-${MARIADB_VERSION} MariaDB-backup-debuginfo-${MARIADB_VERSION}
    USER mysql