Skip to content

Commit

Permalink
Removes el7 due to eol deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed Aug 1, 2024
1 parent e6775c9 commit 898f311
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 212 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
el_version: [7, 8, 9]
el_version: [8, 9]
env:
SPEL_RELEASE_RELEASE: 4
AWS_DEFAULT_REGION: us-east-1
Expand Down
1 change: 0 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pull_request_rules:
conditions:
- author~=dependabot\[bot\]
- files~=^(Dockerfile.*|\.github/workflows/build\.yml|package-templates/)
- check-success=build-repo-el7
- check-success=build-repo-el8
- check-success=build-repo-el9
actions:
Expand Down
206 changes: 0 additions & 206 deletions Dockerfile.el7

This file was deleted.

4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ el8/%: EL8_VERSION ?= $(call match_pattern_in_file,$(DOCKERFILE_TOOLS),'almalinu
el8/version:
@ echo $(EL8_VERSION)

centos7/%: CENTOS7_VERSION ?= $(call match_pattern_in_file,$(DOCKERFILE_TOOLS),'centos:7','7@sha256:.*')
centos7/version:
@ echo $(CENTOS7_VERSION)

golang/% release/%: GOLANG_VERSION ?= $(call match_pattern_in_file,$(DOCKERFILE_TOOLS),'golang','$(SEMVER_PATTERN)')
golang/version:
@ echo $(GOLANG_VERSION)
Expand Down

0 comments on commit 898f311

Please sign in to comment.