Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/container-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
persist-credentials: false

- name: Download AMD64 image
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: image-amd64-${{ github.run_id }}
path: /tmp
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
buildah push "${CONTAINER}-${TARGETARCH}" "docker-archive:/tmp/image-${TARGETARCH}.tar:${CONTAINER}-${TARGETARCH}"

- name: Upload image artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: image-${{ matrix.targetarch }}-${{ github.run_id }}
path: /tmp/image-${{ matrix.targetarch }}.tar
Expand Down Expand Up @@ -84,13 +84,13 @@ jobs:
persist-credentials: false

- name: Download AMD64 image
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: image-amd64-${{ github.run_id }}
path: /tmp

- name: Download ARM64 image
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: image-arm64-${{ github.run_id }}
path: /tmp
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
echo "digest=$DIGEST" >> "$GITHUB_OUTPUT"

- name: Install cosign
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
with:
cosign-release: "v2.2.4"

Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Validated Patterns Utility Container

![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square)
![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square)
[![Quay Repository](https://img.shields.io/badge/Quay.io-utility--container-blue?logo=quay)](https://quay.io/repository/validatedpatterns/utility-container)
[![CI Pipeline](https://github.com/validatedpatterns/utility-container/actions/workflows/docker-publish.yml/badge.svg?branch=main)](https://github.com/validatedpatterns/utility-container/actions/workflows/docker-publish.yml)

Expand All @@ -18,30 +18,30 @@ This container provides a pre-configured environment with all the necessary tool
| :---------------------------------: | :--------: | :------------: |
| ansible | pip | 2.16.14 |
| ansible.posix | collection | 2.1.0 |
| ansible-runner | pip | 2.4.1 |
| ansible-runner | pip | 2.4.2 |
| ansible.utils | collection | 6.0.0 |
| argocd | binary | v2.9.7+fbb6b20 |
| awscli | pip | 1.42.28 |
| awscli | pip | 1.42.65 |
| awx.awx | collection | 24.6.1 |
| awxkit | pip | 24.6.1 |
| azure-cli | pip | 2.77.0 |
| boto3 | pip | 1.40.28 |
| botocore | pip | 1.40.28 |
| community.general | collection | 11.3.0 |
| azure-cli | pip | 2.79.0 |
| boto3 | pip | 1.40.65 |
| botocore | pip | 1.40.65 |
| community.general | collection | 12.0.0 |
| community.okd | collection | 5.0.0 |
| gcloud | pip | 0.18.3 |
| gh | package | 2.79.0 |
| gh | package | 2.82.1 |
| git-core | package | 2.47.3 |
| gzip | package | 1.12 |
| hcp | binary | 4.17.0 |
| helm | binary | v3.13.3 |
| infra.ah_configuration | collection | 2.1.0 |
| infra.controller_configuration | collection | 3.1.3 |
| infra.controller_configuration | collection | 3.2.0 |
| infra.eda_configuration | collection | 1.1.0 |
| jmespath | pip | 1.0.1 |
| jq | package | 1.6 |
| kubernetes.core | collection | 6.1.0 |
| kubernetes | pip | 33.1.0 |
| kubernetes.core | collection | 6.2.0 |
| kubernetes | pip | 34.1.0 |
| kustomize | binary | v5.0.1 |
| make | package | 4.3 |
| openshift | binary | 4.14.20 |
Expand Down