feat: update to gitea act_runner v0.2.8
Build Container Image / build_arm64 (push) Successful in 5m23s Details
Build Container Image / build_amd64 (push) Successful in 1m31s Details
Build Container Image / build_i386 (push) Successful in 1m28s Details
Build Container Image / push_amd64 (push) Successful in 17s Details
Build Container Image / push_i386 (push) Successful in 16s Details
Build Container Image / push_arm64 (push) Successful in 15s Details
Build Container Image / build_riscv64 (push) Successful in 16m3s Details
Build Container Image / push_riscv64 (push) Successful in 16s Details
Build Container Image / build_armhf (push) Successful in 16m56s Details
Build Container Image / push_armhf (push) Successful in 16s Details
Build Container Image / build (push) Successful in 1m6s Details
Build Container Image / push (push) Successful in 2m12s Details
Build Container Image / update_readme (push) Successful in 6s Details

This commit is contained in:
Daniel Wolf 2024-03-28 10:40:58 -04:00
parent bc93c7c8a4
commit df22c852ed
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
3 changed files with 14 additions and 14 deletions

View File

@ -53,7 +53,7 @@ jobs:
uses: https://github.com/sarisia/actions-status-discord@v1
if: failure() || gitea.event_name != 'schedule'
with:
title: "Container Build (X86_64; 0.2.6)"
title: "Container Build (X86_64; 0.2.8)"
webhook: ${{ secrets.DISCORD_WEBHOOK_BUILD }}
push_amd64:
if: gitea.ref_name == 'master' || gitea.ref_name == ''
@ -117,7 +117,7 @@ jobs:
uses: https://github.com/sarisia/actions-status-discord@v1
if: failure()
with:
title: "Container Build (I686; 0.2.6)"
title: "Container Build (I686; 0.2.8)"
webhook: ${{ secrets.DISCORD_WEBHOOK_BUILD }}
push_i386:
if: gitea.ref_name == 'master' || gitea.ref_name == ''
@ -181,7 +181,7 @@ jobs:
uses: https://github.com/sarisia/actions-status-discord@v1
if: failure()
with:
title: "Container Build (AARCH64; 0.2.6)"
title: "Container Build (AARCH64; 0.2.8)"
webhook: ${{ secrets.DISCORD_WEBHOOK_BUILD }}
push_arm64:
if: gitea.ref_name == 'master' || gitea.ref_name == ''
@ -245,7 +245,7 @@ jobs:
uses: https://github.com/sarisia/actions-status-discord@v1
if: failure()
with:
title: "Container Build (ARMV7L; 0.2.6)"
title: "Container Build (ARMV7L; 0.2.8)"
webhook: ${{ secrets.DISCORD_WEBHOOK_BUILD }}
push_armhf:
if: gitea.ref_name == 'master' || gitea.ref_name == ''
@ -309,7 +309,7 @@ jobs:
uses: https://github.com/sarisia/actions-status-discord@v1
if: failure()
with:
title: "Container Build (RISCV64; 0.2.6)"
title: "Container Build (RISCV64; 0.2.8)"
webhook: ${{ secrets.DISCORD_WEBHOOK_BUILD }}
push_riscv64:
if: gitea.ref_name == 'master' || gitea.ref_name == ''
@ -344,18 +344,18 @@ jobs:
- name: Docker Manifest
run: |
docker manifest create code.nephatrine.net/nephnet/gitea-runner:latest --amend code.nephatrine.net/nephnet/amd64:gitea-runner --amend code.nephatrine.net/nephnet/i386:gitea-runner --amend code.nephatrine.net/nephnet/arm64:gitea-runner --amend code.nephatrine.net/nephnet/armv7:gitea-runner --amend code.nephatrine.net/nephnet/riscv64:gitea-runner
docker manifest create code.nephatrine.net/nephnet/gitea-runner:0.2.6 --amend code.nephatrine.net/nephnet/amd64:gitea-runner --amend code.nephatrine.net/nephnet/i386:gitea-runner --amend code.nephatrine.net/nephnet/arm64:gitea-runner --amend code.nephatrine.net/nephnet/armv7:gitea-runner --amend code.nephatrine.net/nephnet/riscv64:gitea-runner
docker manifest create code.nephatrine.net/nephnet/gitea-runner:0.2.8 --amend code.nephatrine.net/nephnet/amd64:gitea-runner --amend code.nephatrine.net/nephnet/i386:gitea-runner --amend code.nephatrine.net/nephnet/arm64:gitea-runner --amend code.nephatrine.net/nephnet/armv7:gitea-runner --amend code.nephatrine.net/nephnet/riscv64:gitea-runner
docker manifest create code.nephatrine.net/nephnet/gitea-runner:0.2 --amend code.nephatrine.net/nephnet/amd64:gitea-runner --amend code.nephatrine.net/nephnet/i386:gitea-runner --amend code.nephatrine.net/nephnet/arm64:gitea-runner --amend code.nephatrine.net/nephnet/armv7:gitea-runner --amend code.nephatrine.net/nephnet/riscv64:gitea-runner
docker manifest create code.nephatrine.net/nephnet/gitea-runner:0 --amend code.nephatrine.net/nephnet/amd64:gitea-runner --amend code.nephatrine.net/nephnet/i386:gitea-runner --amend code.nephatrine.net/nephnet/arm64:gitea-runner --amend code.nephatrine.net/nephnet/armv7:gitea-runner --amend code.nephatrine.net/nephnet/riscv64:gitea-runner
docker manifest push --purge code.nephatrine.net/nephnet/gitea-runner:latest
docker manifest push --purge code.nephatrine.net/nephnet/gitea-runner:0.2.6
docker manifest push --purge code.nephatrine.net/nephnet/gitea-runner:0.2.8
docker manifest push --purge code.nephatrine.net/nephnet/gitea-runner:0.2
docker manifest push --purge code.nephatrine.net/nephnet/gitea-runner:0
- name: Notify Discord
uses: https://github.com/sarisia/actions-status-discord@v1
if: failure()
with:
title: "Container Publish (0.2.6)"
title: "Container Publish (0.2.8)"
webhook: ${{ secrets.DISCORD_WEBHOOK_PACKAGE }}
push:
needs: [push_amd64, push_i386, push_arm64, push_armhf, push_riscv64]
@ -370,18 +370,18 @@ jobs:
- name: Docker Manifest
run: |
docker manifest create nephatrine/gitea-runner:latest --amend nephatrine/amd64:gitea-runner --amend nephatrine/ia32:gitea-runner --amend nephatrine/arm64:gitea-runner --amend nephatrine/armv7:gitea-runner --amend nephatrine/riscv64:gitea-runner
docker manifest create nephatrine/gitea-runner:0.2.6 --amend nephatrine/amd64:gitea-runner --amend nephatrine/ia32:gitea-runner --amend nephatrine/arm64:gitea-runner --amend nephatrine/armv7:gitea-runner --amend nephatrine/riscv64:gitea-runner
docker manifest create nephatrine/gitea-runner:0.2.8 --amend nephatrine/amd64:gitea-runner --amend nephatrine/ia32:gitea-runner --amend nephatrine/arm64:gitea-runner --amend nephatrine/armv7:gitea-runner --amend nephatrine/riscv64:gitea-runner
docker manifest create nephatrine/gitea-runner:0.2 --amend nephatrine/amd64:gitea-runner --amend nephatrine/ia32:gitea-runner --amend nephatrine/arm64:gitea-runner --amend nephatrine/armv7:gitea-runner --amend nephatrine/riscv64:gitea-runner
docker manifest create nephatrine/gitea-runner:0 --amend nephatrine/amd64:gitea-runner --amend nephatrine/ia32:gitea-runner --amend nephatrine/arm64:gitea-runner --amend nephatrine/armv7:gitea-runner --amend nephatrine/riscv64:gitea-runner
docker manifest push --purge nephatrine/gitea-runner:latest
docker manifest push --purge nephatrine/gitea-runner:0.2.6
docker manifest push --purge nephatrine/gitea-runner:0.2.8
docker manifest push --purge nephatrine/gitea-runner:0.2
docker manifest push --purge nephatrine/gitea-runner:0
- name: Notify Discord
if: gitea.event_name != 'schedule'
uses: https://github.com/sarisia/actions-status-discord@v1
with:
title: "DockerHub: gitea-runner (0.2.6)"
title: "DockerHub: gitea-runner (0.2.8)"
description: "The container image was pushed to [DockerHub](https://hub.docker.com/repository/docker/nephatrine/gitea-runner/general).\nPull `nephatrine/gitea-runner:latest` for the newest image."
nodetail: true
webhook: ${{ secrets.DISCORD_WEBHOOK_PACKAGE }}

View File

@ -4,7 +4,7 @@
FROM code.nephatrine.net/nephnet/nxb-alpine:latest-golang AS builder
ARG ACT_RUNNER_VERSION=v0.2.6
ARG ACT_RUNNER_VERSION=v0.2.8
RUN git -C /root clone -b "$ACT_RUNNER_VERSION" --single-branch --depth=1 https://gitea.com/gitea/act_runner.git
ARG TAGS="sqlite sqlite_unlock_notify cgo"

View File

@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2023 Daniel Wolf <nephatrine@gmail.com>
SPDX-FileCopyrightText: 2023 - 2024 Daniel Wolf <nephatrine@gmail.com>
SPDX-License-Identifier: ISC
-->
@ -13,7 +13,7 @@ SPDX-License-Identifier: ISC
This docker image contains a Gitea actions runner for hosting your own CI/CD
build environments.
The `latest` tag points to version `0.2.6` and this is the only image actively
The `latest` tag points to version `0.2.8` and this is the only image actively
being updated. There are tags for older versions, but these may no longer be
using the latest Alpine version and packages.