You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN dnf -y install oracle-instantclient-release-el9 && \
[+] Building 14.0s (5/5) FINISHED docker:orbstack
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 4.02kB 0.0s
=> [internal] load metadata for docker.io/library/oraclelinux:9 0.9s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED [1/2] FROM docker.io/library/oraclelinux:9@sha256:d19103af0f05c94fdf8827f2004423feff69f2a6773b0bb615843174d2546173 0.0s
=> ERROR [2/2] RUN dnf -y install oracle-instantclient-release-el9 && dnf -y install oracle-instantclient19.26-basic oracle-instantclient19.26-devel oracle-instantclient19.26-sqlplus && rm -rf /va 13.0s
------
> [2/2] RUN dnf -y install oracle-instantclient-release-el9 && dnf -y install oracle-instantclient19.26-basic oracle-instantclient19.26-devel oracle-instantclient19.26-sqlplus && rm -rf /var/cache/dnf:
1.982 Oracle Linux 9 BaseOS Latest (aarch64) 42 MB/s | 70 MB 00:01
8.430 Oracle Linux 9 Application Stream Packages (aar 36 MB/s | 33 MB 00:00
12.22 Last metadata expiration check: 0:00:04 ago on Mon Apr 28 17:33:06 2025.
12.95 No match for argument: oracle-instantclient-release-el9
12.96 Error: Unable to find a match: oracle-instantclient-release-el9
------
Dockerfile:80
--------------------
79 |
80 | >>> RUN dnf -y install oracle-instantclient-release-el9 && \
81 | >>> dnf -y install oracle-instantclient${release}.${update}-basic oracle-instantclient${release}.${update}-devel oracle-instantclient${release}.${update}-sqlplus && \
82 | >>> rm -rf /var/cache/dnf
83 |
--------------------
ERROR: failed to solve: process "/bin/sh -c dnf -y install oracle-instantclient-release-el9 && dnf -y install oracle-instantclient${release}.${update}-basic oracle-instantclient${release}.${update}-devel oracle-instantclient${release}.${update}-sqlplus && rm -rf /var/cache/dnf" did not complete successfully: exit code: 1
and it raise that Unable to find a match: oracle-instantclient-release-el9. Is there anything setting I forgot to do? or there's an alternative way to use instant client in linux environment, thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi community,
I'm using the Dockerfile from the following link:
docker-images/OracleInstantClient/oraclelinux9/19/Dockerfile
Line 80 in 108b7a6
and it raise that Unable to find a match: oracle-instantclient-release-el9. Is there anything setting I forgot to do? or there's an alternative way to use instant client in linux environment, thanks in advance!
The text was updated successfully, but these errors were encountered: