Skip to content

Commit 6da4185

Browse files
authored
Merge pull request #131 from abikouo/ee_update_v1
Update container image registry: docker.io -> quay.io
2 parents de22d7f + 1c3d1b9 commit 6da4185

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
minor_changes:
3+
- Move EE use for configure_ec2 pattern from DockerHub to quay.io (https://github.com/redhat-cop/cloud.aws_ops/pull/131).

extensions/patterns/configure_ec2/exec_env/execution-environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222

2323
images:
2424
base_image:
25-
name: docker.io/redhat/ubi9:latest
25+
name: registry.access.redhat.com/ubi9/ubi:latest
2626

2727
additional_build_steps:
2828
append_base: |

extensions/patterns/configure_ec2/setup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ controller_templates:
5757
controller_execution_environments:
5858
- name: AWS Operations / Configure EC2 Instance Pattern Execution Environment
5959
description: Execution environment for the Configure EC2 Instance Pattern
60-
image: docker.io/hakbailey/aws_ops-ee:latest
60+
image: quay.io/abikouo1/ee/cloud-awsops:latest
6161
pull: always

0 commit comments

Comments
 (0)