Skip to content

Commit

Permalink
enh(docker): disable mariadb maxscale repository during mariadb repo …
Browse files Browse the repository at this point in the history
…setup
  • Loading branch information
tuntoja committed Sep 13, 2024
1 parent 2e077f8 commit f767a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.collect-alma8
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN echo 'http_caching=none' >> /etc/yum.conf && \
RUN dnf config-manager --set-enabled powertools
RUN dnf config-manager --add-repo https://packages.centreon.com/artifactory/rpm-standard/22.10/el8/centreon-22.10.repo
RUN dnf config-manager --set-enabled 'centreon-22.10-testing*'
RUN curl -LsS "https://r.mariadb.com/downloads/mariadb_repo_setup" | bash -s -- --os-type=rhel --os-version=8 --mariadb-server-version="mariadb-10.5"
RUN curl -LsS "https://r.mariadb.com/downloads/mariadb_repo_setup" | bash -s -- --os-type=rhel --os-version=8 --mariadb-server-version="mariadb-10.5" --skip-maxscale
RUN dnf clean all && dnf install -y cmake \
gcc \
gcc-c++ \
Expand Down

0 comments on commit f767a08

Please sign in to comment.