Skip to content

Commit

Permalink
chrore: deprecate Ubuntu 18.04 as not used by any LinuxGSM images
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Feb 18, 2024
1 parent 0b3c27a commit 0f44a36
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 182 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,46 +94,6 @@ jobs:
gameservermanagers/linuxgsm:ubuntu-20.04
ghcr.io/gameservermanagers/linuxgsm:ubuntu-20.04
build-ubuntu-1804:
name: Build Ubuntu 18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup QEMU
uses: docker/setup-qemu-action@v3

- name: Setup Docker Buildx
uses: docker/[email protected]

- name: Build
run: docker build -t gameservermanagers/linuxgsm:ubuntu-18.04 -f ./Dockerfile.ubuntu-1804 .

- name: Login to DockerHub
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push (Ubuntu 18.04)
uses: docker/[email protected]
with:
context: .
file: ./Dockerfile.ubuntu-1804
platforms: linux/amd64
push: true
tags: |
gameservermanagers/linuxgsm:ubuntu-18.04
ghcr.io/gameservermanagers/linuxgsm:ubuntu-18.04
package-cleanup:
name: Cleanup Old GitHub Packages
needs: [ build-ubuntu-1804, build-ubuntu-2004, build-ubuntu-2204 ]
Expand Down
141 changes: 0 additions & 141 deletions Dockerfile.ubuntu-1804

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ LinuxGSM is a command-line tool for quick, simple deployment and management of L
- `latest`, `ubuntu` - Latest Ubuntu LTS release
- `ubuntu-22.04` - Ubuntu 22.04 LTS 'Jammy Jackalope'
- `ubuntu-20.04` - Ubuntu 20.04 LTS 'Focal Fossa'
- `ubuntu-18.04` - Ubuntu 18.04 LTS 'Bionic Beaver'

0 comments on commit 0f44a36

Please sign in to comment.