Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a docker image of S/4 QA box with data

godric
Explorer
0 Kudos

Hi, in OpenSAP course "DevOps for ABAP with gCTS in SAP S/4HANA" it is mentioned that we can create a docker image of our QA system and use it before merging changes to actual QA box main branch. I am looking for more information on how we can create a docker image of QA system with data, Please advice.

1 REPLY 1

nlara
Participant

Are you referring to the individual dev system for a developer or the CI server? Given the size of SAP systems, you'll need to time-slice the dev system. The CI server should run on a hyperscaler so that it's always available.

Here's a good starting point on how to "dockerize" SAP https://blogs.sap.com/2021/03/26/our-journey-with-sap-erp-devops-part-1-2/

Also, here's an example of how to run your CI pipelines https://blogs.sap.com/2021/12/13/a-practical-guide-to-devops-for-sap-erp