Closed caffcabe closed 1 year ago
when i want to create oracle docker container,the docker file is FROM scratch
ADD oraclelinux-9-amd64-rootfs.tar.xz /
CMD ["/bin/bash"]
now I need download oraclelinux-9-amd64-rootfs.tar.xz file
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
I will assume my comment was sufficient to resolve this issue.
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