
This role uses skopeo to perform image operations. Also update the container roles docs to add missing documentation for the already existing upload-container-image role. Clarify some ambiguity about the registry and repository attributes of the container images data structure. Change-Id: Ib66c85daf0edacf0dd797ab34b0d629f99c7111b Co-Authored-By: James E. Blair <jim@acmegating.com>
8 lines
202 B
YAML
8 lines
202 B
YAML
- hosts: all
|
|
vars:
|
|
upload_container_image_promote: false
|
|
upload_docker_image_promote: false
|
|
tasks:
|
|
- name: Include build tasks
|
|
include_tasks: test-build-container-image-inner.yaml
|