Skip to content

Commit 3167eac

Browse files
committed
switch to org
1 parent 45e284d commit 3167eac

File tree

8 files changed

+33
-33
lines changed

8 files changed

+33
-33
lines changed

.github/workflows/build_gh_runner_images.yaml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🐬 Builds GH-Runner Images (Self-Hosted) DockerHub 🐬
22
#REF: https://docs.docker.com/build/ci/github-actions/multi-platform/
33
#SECRETS: DOCKERHUB_USERNAME || DOCKERHUB_TOKEN
4-
#URL: https://hub.docker.com/u/azathothas
4+
#URL: https://hub.docker.com/u/pkgforge
55

66
#------------------------------------------------------------------------------------#
77
on:
@@ -63,16 +63,16 @@ jobs:
6363
password: "${{ secrets.DOCKERHUB_TOKEN }}"
6464
continue-on-error: true
6565

66-
#https://hub.docker.com/r/azathothas/alpine-builder
66+
#https://hub.docker.com/r/pkgforge/alpine-builder
6767
- name: Docker Build and Push (alpine-builder)
6868
uses: docker/build-push-action@v6
6969
with:
7070
context: /tmp/DOCKERFILES/
7171
file: "/tmp/DOCKERFILES/alpine-builder.dockerfile"
7272
platforms: "linux/amd64,linux/arm64"
7373
tags: |
74-
azathothas/alpine-builder:latest
75-
azathothas/alpine-builder:${{ env.DOCKER_TAG }}
74+
pkgforge/alpine-builder:latest
75+
pkgforge/alpine-builder:${{ env.DOCKER_TAG }}
7676
push: true
7777
continue-on-error: true
7878
#------------------------------------------------------------------------------------#
@@ -123,16 +123,16 @@ jobs:
123123
password: "${{ secrets.DOCKERHUB_TOKEN }}"
124124
continue-on-error: true
125125

126-
#https://hub.docker.com/r/azathothas/archlinux-builder
126+
#https://hub.docker.com/r/pkgforge/archlinux-builder
127127
- name: Docker Build and Push (ArchLinux-Builder)
128128
uses: docker/build-push-action@v6
129129
with:
130130
context: /tmp/DOCKERFILES/
131131
file: "/tmp/DOCKERFILES/archlinux-builder.dockerfile"
132132
platforms: "linux/amd64,linux/arm64"
133133
tags: |
134-
azathothas/archlinux-builder:latest
135-
azathothas/archlinux-builder:${{ env.DOCKER_TAG }}
134+
pkgforge/archlinux-builder:latest
135+
pkgforge/archlinux-builder:${{ env.DOCKER_TAG }}
136136
push: true
137137
continue-on-error: true
138138
#------------------------------------------------------------------------------------#
@@ -184,17 +184,17 @@ jobs:
184184
password: "${{ secrets.DOCKERHUB_TOKEN }}"
185185
continue-on-error: true
186186

187-
#https://hub.docker.com/r/azathothas/ubuntu-systemd-base
187+
#https://hub.docker.com/r/pkgforge/ubuntu-systemd-base
188188
- name: Docker Build and Push (Ubuntu-Systemd-Base)
189189
uses: docker/build-push-action@v6
190190
with:
191191
context: /tmp/DOCKERFILES/
192192
file: "/tmp/DOCKERFILES/ubuntu-systemd-base.dockerfile"
193193
platforms: "linux/arm64"
194194
tags: |
195-
azathothas/ubuntu-systemd-base:latest
196-
azathothas/ubuntu-systemd-base:aarch64
197-
azathothas/ubuntu-systemd-base:${{ env.DOCKER_TAG }}
195+
pkgforge/ubuntu-systemd-base:latest
196+
pkgforge/ubuntu-systemd-base:aarch64
197+
pkgforge/ubuntu-systemd-base:${{ env.DOCKER_TAG }}
198198
push: true
199199
continue-on-error: true
200200
#------------------------------------------------------------------------------------#
@@ -245,17 +245,17 @@ jobs:
245245
password: "${{ secrets.DOCKERHUB_TOKEN }}"
246246
continue-on-error: true
247247

248-
#https://hub.docker.com/r/azathothas/ubuntu-systemd-base
248+
#https://hub.docker.com/r/pkgforge/ubuntu-systemd-base
249249
- name: Docker Build and Push (Ubuntu-Systemd-Base)
250250
uses: docker/build-push-action@v6
251251
with:
252252
context: /tmp/DOCKERFILES/
253253
file: "/tmp/DOCKERFILES/ubuntu-systemd-base.dockerfile"
254254
platforms: "linux/amd64"
255255
tags: |
256-
azathothas/ubuntu-systemd-base:latest
257-
azathothas/ubuntu-systemd-base:x86_64
258-
azathothas/ubuntu-systemd-base:${{ env.DOCKER_TAG }}
256+
pkgforge/ubuntu-systemd-base:latest
257+
pkgforge/ubuntu-systemd-base:x86_64
258+
pkgforge/ubuntu-systemd-base:${{ env.DOCKER_TAG }}
259259
push: true
260260
continue-on-error: true
261261
#------------------------------------------------------------------------------------#
@@ -306,16 +306,16 @@ jobs:
306306
password: "${{ secrets.DOCKERHUB_TOKEN }}"
307307
continue-on-error: true
308308

309-
#https://hub.docker.com/r/azathothas/debian-builder-unstable
309+
#https://hub.docker.com/r/pkgforge/debian-builder-unstable
310310
- name: Docker Build and Push (Debian-Unstable-Base)
311311
uses: docker/build-push-action@v6
312312
with:
313313
context: /tmp/DOCKERFILES/
314314
file: "/tmp/DOCKERFILES/debian-builder-unstable.dockerfile"
315315
platforms: "linux/amd64,linux/arm64"
316316
tags: |
317-
azathothas/debian-builder-unstable:latest
318-
azathothas/debian-builder-unstable:${{ env.DOCKER_TAG }}
317+
pkgforge/debian-builder-unstable:latest
318+
pkgforge/debian-builder-unstable:${{ env.DOCKER_TAG }}
319319
push: true
320320
continue-on-error: true
321321
#------------------------------------------------------------------------------------#
@@ -366,16 +366,16 @@ jobs:
366366
password: "${{ secrets.DOCKERHUB_TOKEN }}"
367367
continue-on-error: true
368368

369-
#https://hub.docker.com/r/azathothas/ubuntu-builder
369+
#https://hub.docker.com/r/pkgforge/ubuntu-builder
370370
- name: Docker Build and Push (ubuntu-builder)
371371
uses: docker/build-push-action@v6
372372
with:
373373
context: /tmp/DOCKERFILES/
374374
file: "/tmp/DOCKERFILES/ubuntu-builder.dockerfile"
375375
platforms: "linux/amd64,linux/arm64"
376376
tags: |
377-
azathothas/ubuntu-builder:latest
378-
azathothas/ubuntu-builder:${{ env.DOCKER_TAG }}
377+
pkgforge/ubuntu-builder:latest
378+
pkgforge/ubuntu-builder:${{ env.DOCKER_TAG }}
379379
push: true
380380
continue-on-error: true
381381
#------------------------------------------------------------------------------------#
@@ -427,7 +427,7 @@ jobs:
427427
password: "${{ secrets.DOCKERHUB_TOKEN }}"
428428
continue-on-error: true
429429

430-
#https://hub.docker.com/r/azathothas/gh-runner-aarch64-ubuntu
430+
#https://hub.docker.com/r/pkgforge/gh-runner-aarch64-ubuntu
431431
- name: Docker Build and Push (gh-runner-aarch64-ubuntu)
432432
uses: docker/build-push-action@v6
433433
with:
@@ -436,8 +436,8 @@ jobs:
436436
#platforms: "linux/amd64,linux/arm64"
437437
platforms: "linux/arm64"
438438
tags: |
439-
azathothas/gh-runner-aarch64-ubuntu:latest
440-
azathothas/gh-runner-aarch64-ubuntu:${{ env.DOCKER_TAG }}
439+
pkgforge/gh-runner-aarch64-ubuntu:latest
440+
pkgforge/gh-runner-aarch64-ubuntu:${{ env.DOCKER_TAG }}
441441
push: true
442442
continue-on-error: true
443443
#------------------------------------------------------------------------------------#

Github/Runners/aarch64-ubuntu.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# LINT :: https://github.com/hadolint/hadolint
88
## Note :: NO SPACE after EOS using heredoc `EOS` to write multiline scripts
99
#FROM nestybox/ubuntu-jammy-systemd-docker:latest
10-
# URL: https://hub.docker.com/r/azathothas/gh-runner-aarch64-ubuntu
10+
# URL: https://hub.docker.com/r/pkgforge/gh-runner-aarch64-ubuntu
1111
FROM ubuntu:latest
1212
#FROM ubuntu:jammy
1313
#------------------------------------------------------------------------------------#
@@ -131,7 +131,7 @@ EOS
131131
##Addons
132132
RUN <<EOS
133133
#Addons
134-
#https://github.com/Azathothas/Arsenal/blob/main/misc/Linux/install_dev_tools.sh
134+
#https://github.com/pkgforge/devscripts/blob/main/Linux/install_bins_curl.sh
135135
curl -qfsSL "https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Linux/install_bins_curl.sh" -o "./tools.sh"
136136
dos2unix --quiet "./tools.sh" && chmod +x "./tools.sh"
137137
bash "./tools.sh" 2>/dev/null || true ; rm -rf "./tools.sh"

Github/Runners/alpine-builder.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22
#------------------------------------------------------------------------------------#
3-
#https://hub.docker.com/r/azathothas/alpine-builder
3+
#https://hub.docker.com/r/pkgforge/alpine-builder
44
FROM alpine:edge
55
#------------------------------------------------------------------------------------#
66
##Base Deps :: https://pkgs.alpinelinux.org/packages

Github/Runners/archlinux-builder.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22
#------------------------------------------------------------------------------------#
3-
#https://hub.docker.com/r/azathothas/archlinux-builder
3+
#https://hub.docker.com/r/pkgforge/archlinux-builder
44
FROM azathothas/archlinux:latest
55
#------------------------------------------------------------------------------------#
66
##Base Deps

Github/Runners/debian-builder-unstable.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22
#------------------------------------------------------------------------------------#
3-
#https://hub.docker.com/r/azathothas/debian-builder-unstable
3+
#https://hub.docker.com/r/pkgforge/debian-builder-unstable
44
FROM debian:unstable
55
#------------------------------------------------------------------------------------#
66
##Base Deps

Github/Runners/run_linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ else
6060
fi
6161
#Image
6262
if [ -z "${PODMAN_CONTAINER_IMAGE}" ]; then
63-
echo -e "\n[+] Setting Default Container Image: azathothas/gh-runner-aarch64-ubuntu"
64-
export PODMAN_CONTAINER_IMAGE="azathothas/gh-runner-aarch64-ubuntu"
63+
echo -e "\n[+] Setting Default Container Image: pkgforge/gh-runner-aarch64-ubuntu"
64+
export PODMAN_CONTAINER_IMAGE="pkgforge/gh-runner-aarch64-ubuntu"
6565
sudo podman rmi "${PODMAN_CONTAINER_IMAGE}" --force >/dev/null 2>&1
6666
sudo podman pull "${PODMAN_CONTAINER_IMAGE}"
6767
else

Github/Runners/ubuntu-builder.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22
#------------------------------------------------------------------------------------#
3-
# DOCKER HUB URL : https://hub.docker.com/r/azathothas/ubuntu-builder
3+
# DOCKER HUB URL : https://hub.docker.com/r/pkgforge/ubuntu-builder
44
FROM ubuntu:latest
55
#FROM ubuntu:rolling
66
#------------------------------------------------------------------------------------#

Github/Runners/x86_64-ubuntu.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# LINT :: https://github.com/hadolint/hadolint
88
## Note :: NO SPACE after EOS using heredoc `EOS` to write multiline scripts
99
#FROM nestybox/ubuntu-jammy-systemd-docker:latest
10-
# URL: https://hub.docker.com/r/azathothas/gh-runner-x86_64-ubuntu
10+
# URL: https://hub.docker.com/r/pkgforge/gh-runner-x86_64-ubuntu
1111
FROM ubuntu:latest
1212
#FROM ubuntu:jammy
1313
#------------------------------------------------------------------------------------#

0 commit comments

Comments
 (0)