Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit e4ca10d

Browse files
ThomasRuppThomasRupp
authored andcommitted
change default base image to ubi8
1 parent 527d70d commit e4ca10d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/image-builder-using-azure-devops/azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
parameters:
55
- name: JOB_NAME
66
displayName: 'Job name'
7+
default: 'wm-msr#10.15'
78
- name: TAG
89
displayName: Tag the created image with this name, e.g. wm-msr:10.15
910
default: 'wm-msr:10.15'
@@ -17,7 +18,7 @@ parameters:
1718
default: 'manage'
1819
displayName: Define Administrator password for installed product components
1920
- name: BASE_IMAGE
20-
default: 'ubuntu:latest'
21+
default: 'registry.access.redhat.com/ubi8/ubi:latest'
2122
displayName: 'Create new image based on this'
2223
- name: VARIABLE_GROUP
2324
default: 'webmethods-image-creator-vars'

0 commit comments

Comments
 (0)