Artifact¶
https://argoproj.github.io/argo-workflows/walk-through/artifacts/
https://argoproj.github.io/argo-workflows/configure-artifact-repository/
https://argoproj.github.io/argo-workflows/key-only-artifacts/
https://argoproj.github.io/argo-workflows/artifact-repository-ref/
Artifact is a file that is compressed and stored in object storage.
An
input artifactis a file downloaded from storage and mounted as a volume within the container.An
output artifactis a file created in the container that is uploaded to storage.