Skip to content

Commit

Permalink
Revert "Upgrade images to ubi9 #175"
Browse files Browse the repository at this point in the history
This reverts commit 1e39b41.
  • Loading branch information
ryanemerson committed Aug 5, 2022
1 parent ea9e184 commit dd2b07a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cli-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- name: infinispan/cli
version: latest
description: Infinispan Quarkus Server
from: registry.access.redhat.com/ubi9/ubi-minimal
from: registry.access.redhat.com/ubi8/ubi-minimal
artifacts:
- name: cli
path: artifacts/cli
Expand Down
2 changes: 1 addition & 1 deletion cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- name: infinispan/cli
version: 14.0.0.Dev04-1
description: Infinispan Quarkus Server
from: registry.access.redhat.com/ubi9/ubi-minimal
from: registry.access.redhat.com/ubi8/ubi-minimal
artifacts:
- name: cli
image: native-builder
Expand Down
2 changes: 1 addition & 1 deletion server-dev-native.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- name: infinispan/server-native
version: latest
description: Infinispan Quarkus Server
from: registry.access.redhat.com/ubi9/ubi-minimal
from: registry.access.redhat.com/ubi8/ubi-minimal
artifacts:
- name: cli
path: artifacts/cli
Expand Down
2 changes: 1 addition & 1 deletion server-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- name: infinispan/server-native
version: 14.0.0.Dev04-1
description: Infinispan Quarkus Server
from: registry.access.redhat.com/ubi9/ubi-minimal
from: registry.access.redhat.com/ubi8/ubi-minimal
artifacts:
- name: cli
image: native-builder
Expand Down

0 comments on commit dd2b07a

Please sign in to comment.