Skip to content

Commit

Permalink
Remove java9
Browse files Browse the repository at this point in the history
  • Loading branch information
meanmail committed Sep 20, 2023
1 parent 42ff7b6 commit ee2447f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 40 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,19 +194,6 @@ jobs:
image_name_tag: java:8u181
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_java9_image:
name: Build epicbox/java9 image
runs-on: [self-hosted, small]
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build
uses: ./.github/workflows/actions/build
with:
path: epicbox-java/9
image_name_tag: java:9.0.1
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_java11_image:
name: Build epicbox/java11 image
runs-on: [self-hosted, small]
Expand Down
12 changes: 0 additions & 12 deletions epicbox-java/9/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions epicbox-java/9/java_lookup_main.sh

This file was deleted.

0 comments on commit ee2447f

Please sign in to comment.