Modulare Abhängigkeit in meinem Docker „dnf module enabled -y php:7.4 php-oci8“

Modulare Abhängigkeit in meinem Docker „dnf module enabled -y php:7.4 php-oci8“

Ich führe also einen Befehl aus dnf module enabled -y php:7.4 php-oci8 , erhalte jedoch ein modulares Abhängigkeitsproblem. Dies war vorher kein Problem.

 Problem: module php-oci8:21c:8060020221011134100:34611983.x86_64 requires module(php:8.0), but none of the providers can be installed
  - module php:7.4:8030020200615123046:a4870ff1.x86_64 conflicts with module(php:8.0) provided by php:8.0:8060020211215065547:0a326c83.x86_64
  - module php:8.0:8060020211215065547:0a326c83.x86_64 conflicts with module(php:7.4) provided by php:7.4:8030020200615123046:a4870ff1.x86_64
  - module php:7.4:8030020200615123046:a4870ff1.x86_64 conflicts with module(php:8.0) provided by php:8.0:8060020220622070726:5caa48ff.x86_64
  - module php:8.0:8060020220622070726:5caa48ff.x86_64 conflicts with module(php:7.4) provided by php:7.4:8030020200615123046:a4870ff1.x86_64
  - module php:7.4:8030020200615123046:a4870ff1.x86_64 conflicts with module(php:8.0) provided by php:8.0:8070020220801083134:afd00e68.x86_64
  - module php:8.0:8070020220801083134:afd00e68.x86_64 conflicts with module(php:7.4) provided by php:7.4:8030020200615123046:a4870ff1.x86_64
  - conflicting requests

kenne mich mit diesen Dingen nicht wirklich aus.

Antwort1

Das Problem lag in der ersten Zeile meiner Docker-Datei

FROM ghcr.io/oracle/oraclelinux8-php:7.4-fpm ändern FROM ghcr.io/oracle/oraclelinux8-php:7.4-fpm-20221114

https://github.com/oracle/docker-images/pkgs/container/oraclelinux8-php/48808020?tag=7.4-fpm-20221104

verwandte Informationen