QuestionQ20

Oracle DevOps Practices

As a DevOps engineer using OCI DevOps, you manage artifacts for a microservices application.

Based on your knowledge of working with DevOps projects and artifacts, which statement is correct?

  • A Artifacts can be used directly by OCI DevOps without the need for them to be located or mirrored in an OCI Artifact or Container registry.
  • B In the build pipeline, to store the Managed Build stage outputArtifacts, you need an OCI Object storage.
  • C It is recommended to make artifacts immutable to prevent any modifications after they are uploaded.
  • D Once created, the artifact’s name, type, and source cannot be modified.
Explanation

Immutable artifacts cannot be replaced after they are uploaded, preserving artifact integrity and ensuring that a deployment or rollback uses the exact intended software version. OCI identifies making artifacts immutable as a best practice for deployment projects.

Learn more

Community Discussion

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