Skip to content

Commit

Permalink
Merge pull request #525 from LorbusChris/fix-mariadb-import-okd
Browse files Browse the repository at this point in the history
SO-119: Fix mariadb import url in OKD
  • Loading branch information
openshift-merge-bot[bot] committed Dec 6, 2023
2 parents 5224cda + 865b8ed commit aa379b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"from": {
"kind": "DockerImage",
"name": "quay./fedora/mariadb-105:latest"
"name": "quay.io/fedora/mariadb-105:latest"
},
"generation": null,
"importPolicy": {},
Expand All @@ -64,7 +64,7 @@
},
"from": {
"kind": "DockerImage",
"name": "quay./sclorg/mariadb-105-c9s:latest"
"name": "quay.io/sclorg/mariadb-105-c9s:latest"
},
"generation": null,
"importPolicy": {},
Expand All @@ -84,7 +84,7 @@
},
"from": {
"kind": "DockerImage",
"name": "quay./sclorg/mariadb-105-c8s:latest"
"name": "quay.io/sclorg/mariadb-105-c8s:latest"
},
"generation": null,
"importPolicy": {},
Expand Down Expand Up @@ -124,7 +124,7 @@
},
"from": {
"kind": "DockerImage",
"name": "quay./sclorg/mariadb-105-c9s:latest"
"name": "quay.io/sclorg/mariadb-105-c9s:latest"
},
"generation": null,
"importPolicy": {},
Expand All @@ -144,7 +144,7 @@
},
"from": {
"kind": "DockerImage",
"name": "quay./fedora/mariadb-103:latest"
"name": "quay.io/fedora/mariadb-103:latest"
},
"generation": null,
"importPolicy": {},
Expand All @@ -164,7 +164,7 @@
},
"from": {
"kind": "DockerImage",
"name": "quay./sclorg/mariadb-103-c8s:latest"
"name": "quay.io/sclorg/mariadb-103-c8s:latest"
},
"generation": null,
"importPolicy": {},
Expand Down Expand Up @@ -204,7 +204,7 @@
},
"from": {
"kind": "DockerImage",
"name": "quay./sclorg/mariadb-103-c8s:latest"
"name": "quay.io/sclorg/mariadb-103-c8s:latest"
},
"generation": null,
"importPolicy": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/ruby-1:latest"
"name": "registry.access.redhat.com/ubi8/ruby-31:latest"
},
"generation": null,
"importPolicy": {},
Expand Down

0 comments on commit aa379b2

Please sign in to comment.