Skip to content

Commit

Permalink
Update tooling in the utility-container
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Apr 18, 2024
1 parent 885ac02 commit 30812e3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG MAINTAINER="Validated Patterns <[email protected]>"
ARG LICENSE="Apache-2.0"
ARG URL="https://github.com/validatedpatterns"
ARG SOURCE="https://github.com/validatedpatterns/utility-container/blob/main/Containerfile"
ARG HYPERSHIFT_URL="https://hcp-cli-download-multicluster-engine.apps.hcp.aws.validatedpatterns.io/linux/amd64/hcp.tar.gz"
ARG HYPERSHIFT_URL="https://hcp-cli-download-multicluster-engine.apps.hyper1.aws.validatedpatterns.io/linux/amd64/hcp.tar.gz"

# https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys
LABEL org.opencontainers.image.title="${TITLE}" \
Expand All @@ -25,11 +25,11 @@ ARG COLLECTIONS_TO_REMOVE="fortinet cisco dellemc f5networks junipernetworks mel
ARG DNF_TO_REMOVE="dejavu-sans-fonts langpacks-core-font-en langpacks-core-en langpacks-en"
ARG RPM_TO_FORCEFULLY_REMOVE="cracklib-dicts"
# Versions
ARG OPENSHIFT_CLIENT_VERSION="4.13.27"
ARG HELM_VERSION="3.12.3"
ARG ARGOCD_VERSION="2.8.0"
ARG TKN_CLI_VERSION="0.31.2"
ARG YQ_VERSION="4.35.1"
ARG OPENSHIFT_CLIENT_VERSION="4.14.20"
ARG HELM_VERSION="3.13.3"
ARG ARGOCD_VERSION="2.9.7"
ARG TKN_CLI_VERSION="0.35.2"
ARG YQ_VERSION="4.40.7"

# amd64 - arm64
ARG TARGETARCH
Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@ utility container for simplified execution of imperative commands in each of the

| name | type | version |
|:---------------------------------:|:--------:|:------------:|
|ansible |pip |2.15.8 |
|argocd |binary |v2.8.0+804d4b8|
|awscli |pip |1.32.2 |
|azure-cli |pip |2.55.0 |
|boto3 |pip |1.34.2 |
|botocore |pip |1.34.2 |
|ansible |pip |2.15.10 |
|argocd |binary |v2.9.7+fbb6b20|
|awscli |pip |1.32.86 |
|azure-cli |pip |2.59.0 |
|boto3 |pip |1.34.86 |
|botocore |pip |1.34.86 |
|gcloud |pip |0.18.3 |
|git-core |package |2.39.3 |
|hcp |binary |4.14.0 |
|helm |binary |v3.12.3 |
|hcp |binary |4.15.0 |
|helm |binary |v3.13.3 |
|jq |package |1.6 |
|kubernetes.core |collection|3.0.0 |
|kubernetes |pip |28.1.0 |
|kustomize |binary |v4.5.7 |
|kubernetes.core |collection|3.0.1 |
|kubernetes |pip |29.0.0 |
|kustomize |binary |v5.0.1 |
|make |package |4.3 |
|openshift |binary |4.13.27 |
|openshift |binary |4.14.20 |
|python3-pip |package |21.2.3 |
|python3-pytest |package |6.2.2 |
|python |package |3.9.18 |
|redhat_cop.controller_configuration|collection|2.3.1 |
|sshpass |package |1.09 |
|tar |package |1.34 |
|tekton |binary |0.31.2 |
|tekton |binary |0.35.2 |
|vi |package |8.2.2637 |

## Usage
Expand Down

0 comments on commit 30812e3

Please sign in to comment.