gendergap

Results 4 comments of gendergap

This also seems to affect the executable test in Alpine 3.14: ``` $> docker run -it alpine:3.14 /bin/sh / # apk update && apk add bash ... / # bash...

I do not quite see the point of your answers. Of course images always have a tag. I would like the AWX Operator to use the correct tag if I...

@justsomescripts Yes, I did the same in the end, but with a fallback to `latest`: ```terraform image_version: "{{ lookup('env', 'DEFAULT_AWX_VERSION') or 'latest' }}" # see https://github.com/ansible/awx-operator/issues/1441 ``` I still feel...

The failing builds not only affect the images for `6.*`, but also all other pushes (even latest). By now, the Dockerhub images are four months outdated and do not contain...