Skip to content

Commit

Permalink
Merge pull request #9 from ppodgorsek/issue-8
Browse files Browse the repository at this point in the history
Issue #8 - Add a Java installation
  • Loading branch information
ppodgorsek authored Jul 14, 2022
2 parents 8513d4a + 087cc50 commit c2d195f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ 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 JAVA_VERSION 17
ENV POSTGRESQL_VERSION 14
ENV TERRAFORM_VERSION 1.2.3

Expand All @@ -18,6 +19,7 @@ USER root
# Install build dependencies
RUN dnf upgrade -y > /dev/null \
&& dnf install -y \
java-${JAVA_VERSION}-openjdk \
openssl \
unzip \
> /dev/null \
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ansible AWX Execution Environment with AWS, Azure, GCP, Kubernetes, Helm and Terraform
# Ansible AWX Execution Environment with AWS, Azure, GCP, Kubernetes, Helm, Java and Terraform

## What is it?

Expand All @@ -12,6 +12,7 @@ It is based on the official Ansible AWX EE image and mainly includes:
* Google Cloud Platform (GCP)
* Microsoft Azure

* Java 17
* Kubernetes & Helm
* PostgreSQL 14
* Terraform 1.2.3
Expand Down

0 comments on commit c2d195f

Please sign in to comment.