Official source of container configurations, images, and examples for Oracle products and projects
Universal Permissive License v1.0
6.58k
stars
5.43k
forks
source link
Build of OracleDatabase 19.3 fails in kaniko (gitlab ci pipeline on Kubernetes) #2561
Open
marcwittke opened 1 year ago
There is a permission issue:
The fix is to add a
RUN chown
before calling the install script:https://github.com/marcwittke/docker-images/blob/main/OracleDatabase/SingleInstance/dockerfiles/19.3.0/Dockerfile#L108=L113
However, I won't open a PR because of all this legal kung-fu required here.