QuestionQ254

Infrastructure and Automation

Question Image

Refer to the exhibit. Which action fixes the error in the GitLab CI/CD pipeline execution?

  • A Install the missing python libraries via pip3.
  • B Download the correct artifacts by specifying them in GitLab.
  • C Use the python.3.9. 0a4-alpine3.10 Docker image.
  • D Add the absolute path to the python3 executable.
Explanation

GitLab CI/CD executes the job script in its configured Docker image. The alpine:3.10 image lacks the python3 executable, so using the Python 3.9.0a4 Alpine 3.10 Docker image supplies the interpreter required by python3 --version.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!