Skip to content

Commit

Permalink
Merge pull request #131 from abikouo/ee_update_v1
Browse files Browse the repository at this point in the history
Update container image registry: docker.io -> quay.io

(cherry picked from commit 6da4185)
  • Loading branch information
abikouo authored and patchback[bot] committed Jan 24, 2025
1 parent d9d5f91 commit 1604035
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- Move EE use for configure_ec2 pattern from DockerHub to quay.io (https://github.com/redhat-cop/cloud.aws_ops/pull/131).
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:

images:
base_image:
name: docker.io/redhat/ubi9:latest
name: registry.access.redhat.com/ubi9/ubi:latest

additional_build_steps:
append_base: |
Expand Down
2 changes: 1 addition & 1 deletion extensions/patterns/configure_ec2/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ controller_templates:
controller_execution_environments:
- name: AWS Operations / Configure EC2 Instance Pattern Execution Environment
description: Execution environment for the Configure EC2 Instance Pattern
image: docker.io/hakbailey/aws_ops-ee:latest
image: quay.io/abikouo1/ee/cloud-awsops:latest
pull: always

0 comments on commit 1604035

Please sign in to comment.