Skip to content

Commit

Permalink
Merge pull request #15 from ppodgorsek/dependency-upgrades
Browse files Browse the repository at this point in the history
Dependency upgrades
  • Loading branch information
ppodgorsek authored Dec 11, 2022
2 parents c2d195f + 4796329 commit 2b30cc6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ 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.3.0
ENV ANSIBLE_COLLECTION_AZURE_VERSION v1.13.0
ENV ANSIBLE_COLLECTION_AWS_VERSION 5.1.0
ENV ANSIBLE_COLLECTION_AZURE_VERSION v1.14.0
ENV ANSIBLE_COLLECTION_GCP_VERSION 1.0.2
ENV HELM_VERSION v3.8.1
ENV HELM_VERSION v3.10.2
ENV JAVA_VERSION 17
ENV POSTGRESQL_VERSION 14
ENV TERRAFORM_VERSION 1.2.3
ENV TERRAFORM_VERSION 1.3.6

USER root

Expand Down Expand Up @@ -47,7 +47,8 @@ RUN pip3 install kubernetes
RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/${HELM_VERSION}/scripts/get-helm-3 \
&& chmod 700 get_helm.sh \
&& ./get_helm.sh --version ${HELM_VERSION} \
&& rm -f get_helm.sh
&& rm -f get_helm.sh \
&& helm plugin install https://github.com/databus23/helm-diff

# PostgreSQL
RUN dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It is based on the official Ansible AWX EE image and mainly includes:
* Java 17
* Kubernetes & Helm
* PostgreSQL 14
* Terraform 1.2.3
* Terraform 1.3.6

## Versioning

Expand Down

0 comments on commit 2b30cc6

Please sign in to comment.