Skip to content

Commit

Permalink
feat(ETHOS-43940): Remove deprecated bases
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Michael Ong committed Feb 3, 2023
1 parent 8226e92 commit 626af23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,10 @@ jobs:
# This is the default variant-less distribution (ex. 3.2.1)
- Dockerfile: Dockerfile-ubuntu-20.04
# Variant distributions below all have semantic versions + suffix (ex. 3.2.1-ubuntu-18.04)
- Dockerfile: Dockerfile-ubuntu-18.04
suffix: ubuntu-18.04
- Dockerfile: Dockerfile-ubuntu-20.04
suffix: ubuntu-20.04
- Dockerfile: Dockerfile-ubuntu-22.04
suffix: ubuntu-22.04
- Dockerfile: Dockerfile-alpine
suffix: alpine
- Dockerfile: Dockerfile-centos-7
suffix: centos-7
steps:
-
name: Checkout
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ Provides base OS, security patches, and tools for quick and easy spinup.
| ------------- | --------------------------- | ------------------ |
| Ubuntu 20.04 | `-VERSION#-ubuntu-20.04` | Current |
| Ubuntu 22.04 | `-VERSION#-ubuntu-22.04` | Current |
| Alpine | `-alpine` | **DEPRECATED** |
| CentOS 7 | `-centos-7` | **DEPRECATED** |

`Alpine`, `CentOS 7` will be removed November 2022.

### Tools

Expand All @@ -38,8 +34,6 @@ On Ubuntu and CentOS-based variants, run:

This file is actually a symlink to the variant-specific script contained in the `/scripts` folder

NOTE: for Alpine variant, which is security-conscious, but does not have a mechanism to isolate security-specific updates, use `apk update && apk upgrade` as a generic alternative.

### Packaging

A convenience script is provided for post-package installation cleanup
Expand Down

0 comments on commit 626af23

Please sign in to comment.