accelerated-data-science icon indicating copy to clipboard operation
accelerated-data-science copied to clipboard

[Bug]: Development container image build failure due to missing oracle instant client package

Open gchiappara opened this issue 7 months ago • 1 comments

Oracle-ads version used

  • [x] I have checked that this issue has not already been reported.

  • [x] I have confirmed this bug exists on the latest version of oracle-ads.

  • [x] I have confirmed this bug exists on the main branch of oracle-ads.

  • [x] I agree to follow Code of Conduct.

Description

When attempting to build the development container image using the ads opctl build-image command, the build fails with the error message "No package oracle-instantclient19.13-basic available.".

Workaround: I temporarily resolved this by manually editing the file ads/opctl/docker/Dockerfile.job replacing update=13 with update=10 on line 13.

How to Reproduce

ads opctl build-image job-local

What was Observed

No package oracle-instantclient19.13-basic available.

What was Expected

Docker image successfully built.

Version

2.13.0

gchiappara avatar Mar 09 '25 00:03 gchiappara