oracle / container-images

Oracle Linux container images
Other
181 stars 64 forks source link

where can i download oraclelinux-9-amd64-rootfs.tar.xz #56

Closed caffcabe closed 1 year ago

caffcabe commented 1 year ago

when i want to create oracle docker container,the docker file is FROM scratch

ADD oraclelinux-9-amd64-rootfs.tar.xz /

overwrite this with 'CMD []' in a dependent Dockerfile

CMD ["/bin/bash"]

now I need download oraclelinux-9-amd64-rootfs.tar.xz file

amsteinb-orcl commented 1 year ago

It is in the dist-amd64 branch of this repo:

https://github.com/oracle/container-images/blob/dist-amd64/9/oraclelinux-9-amd64-rootfs.tar.xz

amsteinb-orcl commented 1 year ago

I will assume my comment was sufficient to resolve this issue.