Skip to content

Commit 626af23

Browse files
author
Jan Michael Ong
committed
feat(ETHOS-43940): Remove deprecated bases
1 parent 8226e92 commit 626af23

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,10 @@ jobs:
1818
# This is the default variant-less distribution (ex. 3.2.1)
1919
- Dockerfile: Dockerfile-ubuntu-20.04
2020
# Variant distributions below all have semantic versions + suffix (ex. 3.2.1-ubuntu-18.04)
21-
- Dockerfile: Dockerfile-ubuntu-18.04
22-
suffix: ubuntu-18.04
2321
- Dockerfile: Dockerfile-ubuntu-20.04
2422
suffix: ubuntu-20.04
2523
- Dockerfile: Dockerfile-ubuntu-22.04
2624
suffix: ubuntu-22.04
27-
- Dockerfile: Dockerfile-alpine
28-
suffix: alpine
29-
- Dockerfile: Dockerfile-centos-7
30-
suffix: centos-7
3125
steps:
3226
-
3327
name: Checkout

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ Provides base OS, security patches, and tools for quick and easy spinup.
1313
| ------------- | --------------------------- | ------------------ |
1414
| Ubuntu 20.04 | `-VERSION#-ubuntu-20.04` | Current |
1515
| Ubuntu 22.04 | `-VERSION#-ubuntu-22.04` | Current |
16-
| Alpine | `-alpine` | **DEPRECATED** |
17-
| CentOS 7 | `-centos-7` | **DEPRECATED** |
18-
19-
`Alpine`, `CentOS 7` will be removed November 2022.
2016

2117
### Tools
2218

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

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

41-
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.
42-
4337
### Packaging
4438

4539
A convenience script is provided for post-package installation cleanup

0 commit comments

Comments
 (0)