Skip to content

Commit

Permalink
[DDS-1576]: Ansible builder 3 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveworley authored Aug 7, 2023
1 parent 659876b commit fbb0888
Show file tree
Hide file tree
Showing 20 changed files with 85 additions and 1,196 deletions.
12 changes: 4 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,10 @@ jobs:
IMAGE_TAG=$(.circleci/scripts/tag.sh) docker buildx bake -f bake.hcl --push --no-cache
echo "==> Push the AWX Executor Environment image"
pip install --upgrade ansible-builder
ansible-builder build \
--context=images/awx-ee/context \
--tag ghcr.io/dpc-sdp/bay/awx-ee:$(.circleci/scripts/tag.sh) \
--tag singledigital/awx-ee:$(.circleci/scripts/tag.sh) \
--container-runtime docker \
-f images/awx-ee/execution-environment.yml
docker push singledigital/awx-ee:$(.circleci/scripts/tag.sh)
docker push ghcr.io/dpc-sdp/bay/awx-ee:$(.circleci/scripts/tag.sh)
cd images/awx-ee
ansible-builder create -f execution-environment.yml
docker buildx create --name sdp-amd-arm --platform linux/amd64,linux/arm64 --use
docker buildx bake --progress=plain --push --provenance false
fi
workflows:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*/awx-ee/context
1 change: 0 additions & 1 deletion images/awx-ee/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion images/awx-ee/bindep.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
php ==7.4
php
php-cli
php-json
php-pdo
Expand Down
99 changes: 0 additions & 99 deletions images/awx-ee/context/Dockerfile

This file was deleted.

24 changes: 0 additions & 24 deletions images/awx-ee/context/_build/bindep.txt

This file was deleted.

25 changes: 0 additions & 25 deletions images/awx-ee/context/_build/bindep_combined.txt

This file was deleted.

9 changes: 0 additions & 9 deletions images/awx-ee/context/_build/requirements.txt

This file was deleted.

15 changes: 0 additions & 15 deletions images/awx-ee/context/_build/requirements.yml

This file was deleted.

11 changes: 0 additions & 11 deletions images/awx-ee/context/_build/requirements_combined.txt

This file was deleted.

171 changes: 0 additions & 171 deletions images/awx-ee/context/_build/scripts/assemble

This file was deleted.

Loading

0 comments on commit fbb0888

Please sign in to comment.