[Progress Communities] [Progress OpenEdge ABL] Comment on Using the Container Image for PAS for OpenEdge 11.7 with a Sample Application

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top