Skip to content

Commit

Permalink
Merge pull request #7 from ppodgorsek/dependency-upgrades
Browse files Browse the repository at this point in the history
Dependency upgrades
  • Loading branch information
ppodgorsek authored Jun 22, 2022
2 parents 11b5398 + 6afd606 commit 8513d4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# The source of the parent container can be found here:
# https://github.com/ansible/awx-ee

FROM quay.io/ansible/awx-ee:latest

MAINTAINER Paul Podgorsek <[email protected]>
LABEL description Ansible AWX Execution Environment container with Cloud providers, Terraform, Kubernetes and other common tools.

ENV ANSIBLE_COLLECTION_AWS_VERSION 3.2.0
ENV ANSIBLE_COLLECTION_AZURE_VERSION v1.12.0
ENV ANSIBLE_COLLECTION_GCP_VERSION v1.0.1
ENV ANSIBLE_COLLECTION_AWS_VERSION 3.3.0
ENV ANSIBLE_COLLECTION_AZURE_VERSION v1.13.0
ENV ANSIBLE_COLLECTION_GCP_VERSION 1.0.2
ENV HELM_VERSION v3.8.1
ENV POSTGRESQL_VERSION 14
ENV TERRAFORM_VERSION 1.1.7
ENV TERRAFORM_VERSION 1.2.3

USER root

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It is based on the official Ansible AWX EE image and mainly includes:

* Kubernetes & Helm
* PostgreSQL 14
* Terraform 1.1.7
* Terraform 1.2.3

## Versioning

Expand Down

0 comments on commit 8513d4a

Please sign in to comment.