File tree 13 files changed +13
-13
lines changed
githubactions/.github/workflows
githubactions/.github/workflows
13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ function updateGitAndQuayRefs() {
46
46
echo " USE_RHTAP_IMAGES is set to $USE_RHTAP_IMAGES "
47
47
echo " images or Jenkins references patched to quay.io/$MY_QUAY_USER and github.com/$MY_GITHUB_USER "
48
48
if [ -f " $1 " ]; then
49
- SED_CMD " s!quay.io/ redhat-appstudio /rhtap-task-runner.*!quay.io/$MY_QUAY_USER /rhtap-task-runner:dev!g" " $1 "
49
+ SED_CMD " s!registry.access. redhat.com/rhtap-task-runner /rhtap-task-runner-rhel9 .*!quay.io/$MY_QUAY_USER /rhtap-task-runner:dev!g" " $1 "
50
50
SED_CMD " s!https://github.com/redhat-appstudio!https://github.com/$MY_GITHUB_USER !g" " $1 "
51
51
SED_CMD " s!RHTAP_Jenkins@.*'!RHTAP_Jenkins@dev'!g" " $1 "
52
52
fi
Original file line number Diff line number Diff line change 11
11
name : Default
12
12
13
13
container :
14
- image : quay.io/ redhat-appstudio /rhtap-task-runner:1.5
14
+ image : registry.access. redhat.com/rhtap-task-runner /rhtap-task-runner-rhel9 :1.5
15
15
options : --privileged
16
16
17
17
# Using 'rhtap' variable group by default
Original file line number Diff line number Diff line change 53
53
name : Build and send Image Update PR
54
54
runs-on : ubuntu-24.04
55
55
container :
56
- image : quay.io/ redhat-appstudio /rhtap-task-runner:1.5
56
+ image : registry.access. redhat.com/rhtap-task-runner /rhtap-task-runner-rhel9 :1.5
57
57
options : --privileged
58
58
environment : production
59
59
Original file line number Diff line number Diff line change 1
1
# Generated from templates/gitops-template/.gitlab-ci.yml.njk. Do not edit directly.
2
2
3
- image : quay.io/ redhat-appstudio /rhtap-task-runner:1.5
3
+ image : registry.access. redhat.com/rhtap-task-runner /rhtap-task-runner-rhel9 :1.5
4
4
5
5
variables :
6
6
CI_TYPE : gitlab
Original file line number Diff line number Diff line change 11
11
name : Default
12
12
13
13
container :
14
- image : quay.io/ redhat-appstudio /rhtap-task-runner:1.5
14
+ image : registry.access. redhat.com/rhtap-task-runner /rhtap-task-runner-rhel9 :1.5
15
15
options : --privileged
16
16
17
17
# Using 'rhtap' variable group by default
Original file line number Diff line number Diff line change 61
61
name : Build and send Image Update PR
62
62
runs-on : ubuntu-24.04
63
63
container :
64
- image : quay.io/ redhat-appstudio /rhtap-task-runner:1.5
64
+ image : registry.access. redhat.com/rhtap-task-runner /rhtap-task-runner-rhel9 :1.5
65
65
options : --privileged
66
66
environment : production
67
67
Original file line number Diff line number Diff line change 1
1
# Generated from templates/source-repo/.gitlab-ci.yml.njk. Do not edit directly.
2
2
3
- image : quay.io/ redhat-appstudio /rhtap-task-runner:1.5
3
+ image : registry.access. redhat.com/rhtap-task-runner /rhtap-task-runner-rhel9 :1.5
4
4
5
5
variables :
6
6
CI_TYPE : gitlab
Original file line number Diff line number Diff line change 1
1
{%- include " do-not-edit.njk" -%}
2
2
3
- image: quay.io/ redhat-appstudio /rhtap-task-runner:1.5
3
+ image: registry.access. redhat.com/rhtap-task-runner /rhtap-task-runner-rhel9 :1.5
4
4
5
5
variables:
6
6
CI_TYPE: gitlab
Original file line number Diff line number Diff line change 12
12
name: Default
13
13
14
14
container:
15
- image: quay.io/ redhat-appstudio /rhtap-task-runner:1.5
15
+ image: registry.access. redhat.com/rhtap-task-runner /rhtap-task-runner-rhel9 :1.5
16
16
options: --privileged
17
17
18
18
# Using 'rhtap' variable group by default
Original file line number Diff line number Diff line change 36
36
name: Build and send Image Update PR
37
37
runs-on: ubuntu-24.04
38
38
container:
39
- image: quay.io/ redhat-appstudio /rhtap-task-runner:1.5
39
+ image: registry.access. redhat.com/rhtap-task-runner /rhtap-task-runner-rhel9 :1.5
40
40
options: --privileged
41
41
environment: production
42
42
Original file line number Diff line number Diff line change 1
1
{%- include " do-not-edit.njk" -%}
2
2
3
- image: quay.io/ redhat-appstudio /rhtap-task-runner:1.5
3
+ image: registry.access. redhat.com/rhtap-task-runner /rhtap-task-runner-rhel9 :1.5
4
4
5
5
variables:
6
6
CI_TYPE: gitlab
Original file line number Diff line number Diff line change 12
12
name: Default
13
13
14
14
container:
15
- image: quay.io/ redhat-appstudio /rhtap-task-runner:1.5
15
+ image: registry.access. redhat.com/rhtap-task-runner /rhtap-task-runner-rhel9 :1.5
16
16
options: --privileged
17
17
18
18
# Using 'rhtap' variable group by default
Original file line number Diff line number Diff line change 46
46
name: Build and send Image Update PR
47
47
runs-on: ubuntu-24.04
48
48
container:
49
- image: quay.io/ redhat-appstudio /rhtap-task-runner:1.5
49
+ image: registry.access. redhat.com/rhtap-task-runner /rhtap-task-runner-rhel9 :1.5
50
50
options: --privileged
51
51
environment: production
52
52
You can’t perform that action at this time.
0 commit comments