This commit is contained in:
@@ -0,0 +1,26 @@
|
|||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
schedule:
|
||||||
|
- cron: '@weekly' # once per week
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-container-image:
|
||||||
|
runs-on: ["oci-image-builder", "amd64"]
|
||||||
|
|
||||||
|
steps:
|
||||||
|
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Build and push Docker Image
|
||||||
|
uses: ./.gitea/limbo_actions/buildkit-build-push
|
||||||
|
with:
|
||||||
|
registry_addr: ${{ vars.OCI_LIMBO_REGISTRY_ADDRESS }}
|
||||||
|
registry_username: ${{ secrets.OCI_LIMBO_REGISTRY_USERNAME }}
|
||||||
|
registry_password: ${{ secrets.OCI_LIMBO_REGISTRY_PASSWORD }}
|
||||||
|
buildkit_addr: ${{ vars.BUILDKIT_ADDRESS }}
|
||||||
|
context: ${{gitea.workspace}}/acts/fatboy
|
||||||
|
dockerfile: ${{gitea.workspace}}/acts/fatboy
|
||||||
|
tags: oci.limbosolutions.com/public/gitea-act:fatboy-latest
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
schedule:
|
|
||||||
- cron: '@weekly' # once per week
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build-docker-image:
|
|
||||||
runs-on: ["oci-image-builder", "amd64"]
|
|
||||||
|
|
||||||
steps:
|
|
||||||
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Build and push Docker Image
|
|
||||||
uses: ./.gitea/limbo_actions/buildkit-build-push
|
|
||||||
with:
|
|
||||||
registry_addr: ${{ vars.GITLIMBO_DOCKER_REGISTRY_ADDRESS }}
|
|
||||||
registry_username: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }}
|
|
||||||
registry_password: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }}
|
|
||||||
buildkit_addr: ${{ vars.BUILDKIT_ADDRESS }}
|
|
||||||
context: ${{gitea.workspace}}/acts/network-stack
|
|
||||||
dockerfile: ${{gitea.workspace}}/acts/network-stack
|
|
||||||
tags: git.limbosolutions.com/kb/gitea/act:latest-network-stack
|
|
||||||
@@ -6,7 +6,7 @@ on:
|
|||||||
- cron: '@weekly' # once per week
|
- cron: '@weekly' # once per week
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-docker-image:
|
build-container-image:
|
||||||
runs-on: ["oci-image-builder", "amd64"]
|
runs-on: ["oci-image-builder", "amd64"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -17,12 +17,12 @@ jobs:
|
|||||||
- name: Build and push Docker Image
|
- name: Build and push Docker Image
|
||||||
uses: ./.gitea/limbo_actions/buildkit-build-push
|
uses: ./.gitea/limbo_actions/buildkit-build-push
|
||||||
with:
|
with:
|
||||||
registry_addr: ${{ vars.GITLIMBO_DOCKER_REGISTRY_ADDRESS }}
|
registry_addr: ${{ vars.OCI_LIMBO_REGISTRY_ADDRESS }}
|
||||||
registry_username: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }}
|
registry_username: ${{ secrets.OCI_LIMBO_REGISTRY_USERNAME }}
|
||||||
registry_password: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }}
|
registry_password: ${{ secrets.OCI_LIMBO_REGISTRY_PASSWORD }}
|
||||||
buildkit_addr: ${{ vars.BUILDKIT_ADDRESS }}
|
buildkit_addr: ${{ vars.BUILDKIT_ADDRESS }}
|
||||||
context: ${{gitea.workspace}}/act-runners/fatboy
|
context: ${{gitea.workspace}}/act-runners/fatboy
|
||||||
dockerfile: ${{gitea.workspace}}/act-runners/fatboy
|
dockerfile: ${{gitea.workspace}}/act-runners/fatboy
|
||||||
tags: git.limbosolutions.com/kb/gitea/act_runner:0.6-fatboy
|
tags: oci.limbosolutions.com/public/gitea-act_runner:fatboy-0.6
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ This container equips the Gitea Actions runner with a network‑aware toolchain,
|
|||||||
**Docker pull**
|
**Docker pull**
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
docker pull git.limbosolutions.com/kb/gitea/act_runner:0.2.13-network-stack
|
docker pull oci.limbosolutions.com/public/gitea-act_runner:0.6-fatboy
|
||||||
```
|
```
|
||||||
|
|
||||||
[Dockerfile source file.](./runners/act-runner-network-stack/Dockerfile)
|
[Dockerfile source file.](./runners/act-runner-network-stack/Dockerfile)
|
||||||
|
|||||||
Reference in New Issue
Block a user