E
egarcia
Guest
Hello, The error "repository progress/pasoe not found: does not exist or no pull access" means that the build is trying to download the image "progress/pasoe" from Docker Hub. The image on Docker Hub is called "store/progresssoftware/pasoe:". Please take a look at the the Dockerfile and change the reference. Also, please notice that this sample app uses a WAR file, r-code and build approach that corresponds to the 11.7.4 PASOE image. To work with 12.1.0, you would need to have the corresponding WAR file and r-code. Also, the PASOE image in 12.1.0 use a new and improved approach to build where you can generate build scripts using Ant. These scripts use a sidecar container approach. If also have the option of a single container if required. Related links: - docs.progress.com/.../Available-configuration-and-deployment-options.html - community.progress.com/.../59438 Please give it a try and let me know how it goes. Thank you and regards.
Continue reading...
Continue reading...