--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/8ae96882-7b36-423d-a205-bff8fd4f94a2n%40googlegroups.com.
You can install a collection in a git repository by providing the URI to the repository instead of a collection name or path to a tar.gz file. The collection must contain a galaxy.yml file, which will be used to generate the would-be collection artifact data from the directory. The URI should be prefixed with git+ (or with git@ to use a private repository with ssh authentication) and optionally supports a comma-separated git commit-ish version (for example, a commit or tag)."
Sorry, I have very new to Ansible AWX and navigating Docker. Currently I would much rather not have to tweak the AWX Docker Container.
Thank you
Daniel
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/be5f89b0-e66f-4469-86b3-549b4a62461an%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/a6dd347b-95cc-4507-b46d-05ce64a93786n%40googlegroups.com.
# from Bitbucket - src: git+https://bitbucket.org/willthames/git-ansible-galaxy version: v1.4 # from Bitbucket, alternative syntax and caveats - src: https://bitbucket.org/willthames/hg-ansible-galaxy scm: hg # from GitLab or other git-based scm, using git+ssh - src: g...@gitlab.company.com:mygroup/ansible-base.git scm: git version: "0.1" # quoted, so YAML doesn't parse this as a floating-point value
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/b3b99d00-144e-4595-a101-9f945ec47a6cn%40googlegroups.com.
ansible-builder build --tag quay.io/philgriffiths/awx-custom-ee:latest --context ./context --container-runtime
That's the only command. That I can see is using the image being built. That's not an image when he is using a tag. That's not using his image. The tag is referring to is tagging the image that we are building. The image is still using awx-ee:0.2.0. Unless you are saying that there is something else....
ansible-builder build --tag quay.io/philgriffiths/awx-custom-ee:latest --context ./context --container-runti