Hao Liu
c0b9d3f428
Switch to ssh for private git requirements ( #6838 )
2025-02-17 22:44:29 -05:00
Hao Liu
376a791052
[CI][release_4.6] backport push development image base on repo name ( #6837 )
...
* Publish image base on git repo name instead of hard coded to AWX (#15828 )
* Fix git credential for devel_image build (#15834 )
* Continue if pre-warm cache fail in container build (#15835 )
* Use correct devel image for docker-compose (#15836 )
2025-02-17 16:26:19 -05:00
Hao Liu
397fb297bf
Add ability to provide token for private repo for requirements_git in container build ( #15831 ) ( #6830 )
...
Add ability to provide auth to private repo for requirements_git
2025-02-12 20:00:37 +00:00
Alan Rominger
00ba1ea569
Suppress docker pull output in checks ( #15323 )
...
Supress docker pull output in checks
2024-07-03 15:04:59 -04:00
Hao Liu
0bdb01a9e9
Allow dev image to build on fork ( #14898 )
...
* Allow dev image to build on fork
Fix uppercase repo owner error in CI
example
```
Run docker pull ghcr.io/TheRealHaoLiu/awx_devel:devel
docker pull ghcr.io/TheRealHaoLiu/awx_devel:devel
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
env:
LC_ALL: C.UTF-8
CI_GITHUB_TOKEN: ***
DEV_DOCKER_OWNER: TheRealHaoLiu
COMPOSE_TAG: devel
py_version: 3
invalid reference format: repository name must be lowercase
```
---------
Co-authored-by: Rick Elrod <rick@elrod.me >
2024-02-19 16:19:59 +00:00
Alan Rominger
9ed527eb26
Consolidate image and server setup in several checks ( #14477 )
2023-09-25 09:02:20 -04:00