Skip to content

Commit

Permalink
Remove Fedora 35 Image (#90)
Browse files Browse the repository at this point in the history
Signed-off-by: 吴小白 <[email protected]>
  • Loading branch information
wojiushixiaobai authored May 9, 2024
1 parent 232e8be commit 7c55b53
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 252 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/Fedora-35.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/Fedora-37.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# GitHub Action Workflow for building the Fedora 35 images.
# GitHub Action Workflow for building the Fedora 37 images.

# SPDX-License-Identifier: BSD-2-Clause-Patent

name: "Fedora 37 Images"

# This workflow only runs (on the main branch or on PRs targeted
# at the main branch) and if files inside the Fedora-35 directory
# at the main branch) and if files inside the Fedora-37 directory
# have been modifed/added/removed...

on:
Expand Down
133 changes: 0 additions & 133 deletions Fedora-35/Dockerfile

This file was deleted.

23 changes: 0 additions & 23 deletions Fedora-35/Readme.md

This file was deleted.

62 changes: 0 additions & 62 deletions Fedora-35/fedora35_dev_entrypoint.sh

This file was deleted.

5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ be found in [current status](#Current-Status).
| [fedora-37-build](https://github.com/tianocore/containers/pkgs/container/containers%2Ffedora-37-build) | Fedora 37 | Build | [![Fedora 37 Images](https://github.com/tianocore/containers/actions/workflows/Fedora-37.yaml/badge.svg)](https://github.com/tianocore/containers/actions/workflows/Fedora-37.yaml) | [Doc](Fedora-37/Readme.md) |
| [fedora-37-test](https://github.com/tianocore/containers/pkgs/container/containers%2Ffedora-37-test) | Fedora 37 | Test | [![Fedora 37 Images](https://github.com/tianocore/containers/actions/workflows/Fedora-37.yaml/badge.svg)](https://github.com/tianocore/containers/actions/workflows/Fedora-37.yaml) | [Doc](Fedora-37/Readme.md) |
| [fedora-37-dev](https://github.com/tianocore/containers/pkgs/container/containers%2Ffedora-37-dev) | Fedora 37 | Dev | [![Fedora 37 Images](https://github.com/tianocore/containers/actions/workflows/Fedora-37.yaml/badge.svg)](https://github.com/tianocore/containers/actions/workflows/Fedora-37.yaml) | [Doc](Fedora-37/Readme.md) |
| [fedora-35-build](https://github.com/tianocore/containers/pkgs/container/containers%2Ffedora-35-build) | Fedora 35 | Build | [![Fedora 35 Images](https://github.com/tianocore/containers/actions/workflows/Fedora-35.yaml/badge.svg)](https://github.com/tianocore/containers/actions/workflows/Fedora-35.yaml) | [Doc](Fedora-35/Readme.md) |
| [fedora-35-test](https://github.com/tianocore/containers/pkgs/container/containers%2Ffedora-35-test) | Fedora 35 | Test | [![Fedora 35 Images](https://github.com/tianocore/containers/actions/workflows/Fedora-35.yaml/badge.svg)](https://github.com/tianocore/containers/actions/workflows/Fedora-35.yaml) | [Doc](Fedora-35/Readme.md) |
| [fedora-35-dev](https://github.com/tianocore/containers/pkgs/container/containers%2Ffedora-35-dev) | Fedora 35 | Dev | [![Fedora 35 Images](https://github.com/tianocore/containers/actions/workflows/Fedora-35.yaml/badge.svg)](https://github.com/tianocore/containers/actions/workflows/Fedora-35.yaml) | [Doc](Fedora-35/Readme.md) |
| [windows-2022-build](https://github.com/tianocore/containers/pkgs/container/containers%2Fwindows-2022-build) | Windows ServerCore 2022 | Build | [![Windows 2022 Images](https://github.com/tianocore/containers/actions/workflows/Windows-2022.yaml/badge.svg)](https://github.com/tianocore/containers/actions/workflows/Windows-2022.yaml) | [Doc](Windows-2022/Readme.md) |
| [ubuntu-20-build](https://github.com/tianocore/containers/pkgs/container/containers%2Fubuntu-20-build) | Ubuntu 20.04 | Build | [![Ubuntu 20 Images](https://github.com/tianocore/containers/actions/workflows/Ubuntu-20.yaml/badge.svg)](https://github.com/tianocore/containers/actions/workflows/Ubuntu-20.yaml) | [Doc](Ubuntu-20/Readme.md) |
| [ubuntu-20-test](https://github.com/tianocore/containers/pkgs/container/containers%2Fubuntu-20-test) | Ubuntu 20.04 | Test | [![Ubuntu 20 Images](https://github.com/tianocore/containers/actions/workflows/Ubuntu-20.yaml/badge.svg)](https://github.com/tianocore/containers/actions/workflows/Ubuntu-20.yaml) | [Doc](Ubuntu-20/Readme.md) |
Expand Down Expand Up @@ -92,7 +89,7 @@ And example of a devcontainer used for a QEMU platform repo is included below.

```json
{
"image": "ghcr.io/tianocore/containers/fedora-35-dev:latest",
"image": "ghcr.io/tianocore/containers/fedora-39-dev:latest",
"postCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder} && pip install --upgrade -r pip-requirements.txt",
"forwardPorts": [5000],
"privileged": true
Expand Down

0 comments on commit 7c55b53

Please sign in to comment.