Skip to content

Commit

Permalink
Deprecate old Ubuntu 20.04 (Focal)
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Feb 16, 2025
1 parent 8d35e0d commit c899ee0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 167 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/develop-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,41 +78,3 @@ jobs:
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/machinaris-base-jammy:develop
ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/machinaris-base-jammy:develop
docker-focal:
runs-on: ubuntu-20.04
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v4
with:
file: docker/dockerfile-focal.base
context: .
platforms: linux/amd64
provenance: false
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/machinaris-base-focal:develop
ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/machinaris-base-focal:develop
39 changes: 1 addition & 38 deletions .github/workflows/main-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/machinaris-base-noble:latest
docker-jammy:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
-
name: Checkout
Expand Down Expand Up @@ -79,40 +79,3 @@ jobs:
${{ secrets.DOCKERHUB_USERNAME }}/machinaris-base-jammy:latest
ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/machinaris-base-jammy:latest
docker-focal:
runs-on: ubuntu-20.04
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v4
with:
file: docker/dockerfile-focal.base
context: .
platforms: linux/amd64,linux/arm64
provenance: false
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/machinaris-base-focal:latest
ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/machinaris-base-focal:latest
38 changes: 1 addition & 37 deletions .github/workflows/test-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/machinaris-base-noble:test
docker-jammy:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
-
name: Checkout
Expand Down Expand Up @@ -79,39 +79,3 @@ jobs:
${{ secrets.DOCKERHUB_USERNAME }}/machinaris-base-jammy:test
ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/machinaris-base-jammy:test
docker-focal:
runs-on: ubuntu-20.04
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v4
with:
file: docker/dockerfile-focal.base
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/machinaris-base-focal:test
ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/machinaris-base-focal:test
54 changes: 0 additions & 54 deletions docker/dockerfile-focal.base

This file was deleted.

0 comments on commit c899ee0

Please sign in to comment.