I have an offline RHEL 8 x86_64 machine that I would like to install the latest version of Docker onto, ideally without needing a RHEL package mirror. This machine will never be connected to the Internet.
The official Docker docs provide a link to manual instructions: https://docs.docker.com/engine/install/rhel/#install-from-a-package. But following the link it provides (https://download.docker.com/linux/rhel/8) there seem to be binaries only for s390x architecture.
There are x86_64 rpm
s for CentOS 8: https://download.docker.com/linux/centos/8/x86_64/stable/Packages/. Are these compatible/recommended for RHEL 8? Given CentOS 8's moved up end of life (https://wiki.centos.org/About/Product) are these rpm
s only a short-term solution?