IBM Power, including the AIX, IBM i, and Linux operating systems, support a wide range of programming languages, catering to both traditional enterprise applications and modern development needs.
#Power
Originally posted by: Nicole Trudeau
Our XL C/C++ for Linux Community Edition and XL Fortran for Linux Community Edition Docker hub images have been migrated from: https://hub.docker.com/r/ppc64le/xlc-ce/ https://hub.docker.com/r/ppc64le/xlf-ce/ to: https://hub.docker.com/r/ibmcom/xlc-ce/ https://hub.docker.com/r/ibmcom/xlf-ce/
The old images have been removed, and people using them will have their automated builds start to fail with the messages below until they switch over:
$ docker pull ppc64le/xlc-ce Using default tag: latest Pulling repository docker.io/ppc64le/xlc-ce Tag latest not found in repository docker.io/ppc64le/xlc-ce
OR
$ docker pull ppc64le/xlf-ce Using default tag: latest Pulling repository docker.io/ppc64le/xlf-ce Tag latest not found in repository docker.io/ppc64le/xlf-ce
More details about our Dockerhub images can be found here.
Copy