Skip to content

Commit

Permalink
Drop 21.3 mandrel images
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Jul 28, 2023
1 parent 8fcd1ff commit 1bb7360
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 31 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
- name: "mandrel builder images"
modules: "quarkus-mandrel-builder-image"
args: ""
- name: "mandrel builder images 21 and 22.0"
modules: "quarkus-mandrel-builder-image"
args: "-Polder-mandrel"
- name: "graalvm ce builder images"
modules: "quarkus-graalvm-builder-image"
args: ""
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
- name: "mandrel builder images"
modules: "quarkus-mandrel-builder-image"
args: ""
- name: "mandrel builder images 21 and 22.0"
modules: "quarkus-mandrel-builder-image"
args: "-Polder-mandrel"
- name: "graalvm ce builder images"
modules: "quarkus-graalvm-builder-image"
args: ""
Expand Down
18 changes: 0 additions & 18 deletions quarkus-mandrel-builder-image/mandrel-21-22.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions quarkus-mandrel-builder-image/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,6 @@
<jdock.alias>quay.io/quarkus/ubi-quarkus-mandrel-builder-image:__VERSION__-${maven.build.timestamp}</jdock.alias>
</properties>
</profile>

<profile>
<id>older-mandrel</id>
<properties>
<images.file>${project.basedir}/mandrel-21-22.yaml</images.file>
</properties>
</profile>
</profiles>

</project>

0 comments on commit 1bb7360

Please sign in to comment.