Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Source code: https://gitlab.eufus.psnc.pl/g2jwasik/muscle3-contenerized-test.git

Our CI/CD pipelines benefit from Docker based testing

If you have wondered whether it is possible to use Docker based IMAS for running regular tests, the answer is: YES. This is perfectly possible. In fact ACH-04 team benefits from this approach every day, whenever we push changes to our code base. We test various projects using pipelines composed of layers of Docker containers.

Image AddedThere is a dedicated tutorial on how to use Docker inside CI/CD plans. You can find it here: 05. ACH GitLab CI/CD - Docker runner (running inside Docker container) There is even a step by step video tutorial you can find on Youtube:

Widget Connector
urlhttp://youtube.com/watch?v=dty40YNfvXc

How can I get some help with making my code containers ready

...