From 6fa8bed8c079e66d3202154877607e2aa147a1db Mon Sep 17 00:00:00 2001 From: casjay Date: Thu, 4 Jun 2026 16:21:56 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Deleted=20workflow=20files=20?= =?UTF-8?q?=F0=9F=94=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .gitea/workflows/docker.10.yaml .gitea/workflows/docker.11.yaml .gitea/workflows/docker.12.yaml .gitea/workflows/docker.13.yaml .gitea/workflows/docker.yaml .github/workflows/docker.10.yaml .github/workflows/docker.11.yaml .github/workflows/docker.12.yaml .github/workflows/docker.13.yaml .github/workflows/docker.yaml --- .gitea/workflows/docker.10.yaml | 84 ------------------------------- .gitea/workflows/docker.11.yaml | 84 ------------------------------- .gitea/workflows/docker.12.yaml | 84 ------------------------------- .gitea/workflows/docker.13.yaml | 84 ------------------------------- .gitea/workflows/docker.yaml | 85 ------------------------------- .github/workflows/docker.10.yaml | 85 ------------------------------- .github/workflows/docker.11.yaml | 85 ------------------------------- .github/workflows/docker.12.yaml | 85 ------------------------------- .github/workflows/docker.13.yaml | 85 ------------------------------- .github/workflows/docker.yaml | 86 -------------------------------- 10 files changed, 847 deletions(-) delete mode 100644 .gitea/workflows/docker.10.yaml delete mode 100644 .gitea/workflows/docker.11.yaml delete mode 100644 .gitea/workflows/docker.12.yaml delete mode 100644 .gitea/workflows/docker.13.yaml delete mode 100644 .gitea/workflows/docker.yaml delete mode 100644 .github/workflows/docker.10.yaml delete mode 100644 .github/workflows/docker.11.yaml delete mode 100644 .github/workflows/docker.12.yaml delete mode 100644 .github/workflows/docker.13.yaml delete mode 100644 .github/workflows/docker.yaml diff --git a/.gitea/workflows/docker.10.yaml b/.gitea/workflows/docker.10.yaml deleted file mode 100644 index 031777a..0000000 --- a/.gitea/workflows/docker.10.yaml +++ /dev/null @@ -1,84 +0,0 @@ -name: debian-10 - -on: - push: - branches: - - main - - master - schedule: - - cron: '0 2 2 * *' - -jobs: - build-and-push: - runs-on: act_runner - container: - image: catthehacker/ubuntu:act-latest - env: - RUNNER_TOOL_CACHE: /toolcache - 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: Get Meta - id: meta - run: | - echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT - echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - - - name: Login to Docker Hub - uses: docker/login-action@v2 - with: - password: ${{ secrets.DOCKER_TOKEN }} - username: ${{ secrets.DOCKER_USERNAME }} - registry: docker.io - - - name: Build and push - uses: docker/build-push-action@v4 - with: - context: . - file: ./Dockerfile.10 - platforms: | - linux/amd64 - linux/arm64 - push: true - provenance: false - build-args: | - IMAGE_NAME=debian - IMAGE_VERSION=buster - IMAGE_REPO=casjaysdev/debian - PHP_SERVER=debian - BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} - BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} - PULL_URL=debian - DISTRO_VERSION=buster - CONTAINER_VERSION=10 - TIMEZONE=America/New_York - LANGUAGE=en_US.UTF-8 - PHP_VERSION=system - NODE_VERSION=system - NODE_MANAGER=system - SERVICE_PORT= - EXPOSE_PORTS= - WWW_ROOT_DIR=/usr/local/share/httpd/default - DEFAULT_FILE_DIR=/usr/local/share/template-files - DEFAULT_DATA_DIR=/usr/local/share/template-files/data - DEFAULT_CONF_DIR=/usr/local/share/template-files/config - DEFAULT_TEMPLATE_DIR=/usr/local/share/template-files/defaults - annotations: | - org.opencontainers.image.title=casjaysdev/debian - org.opencontainers.image.description=Containerized version of casjaysdev/debian - org.opencontainers.image.vendor=CasjaysDev - org.opencontainers.image.authors=CasjaysDev - org.opencontainers.image.url=https://github.com/${{ github.repository }} - org.opencontainers.image.source=https://github.com/${{ github.repository }} - org.opencontainers.image.version=buster - org.opencontainers.image.revision=${{ github.sha }} - org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} - tags: | - docker.io/casjaysdev/debian:buster diff --git a/.gitea/workflows/docker.11.yaml b/.gitea/workflows/docker.11.yaml deleted file mode 100644 index 6a886c5..0000000 --- a/.gitea/workflows/docker.11.yaml +++ /dev/null @@ -1,84 +0,0 @@ -name: debian-11 - -on: - push: - branches: - - main - - master - schedule: - - cron: '0 2 2 * *' - -jobs: - build-and-push: - runs-on: act_runner - container: - image: catthehacker/ubuntu:act-latest - env: - RUNNER_TOOL_CACHE: /toolcache - 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: Get Meta - id: meta - run: | - echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT - echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - - - name: Login to Docker Hub - uses: docker/login-action@v2 - with: - password: ${{ secrets.DOCKER_TOKEN }} - username: ${{ secrets.DOCKER_USERNAME }} - registry: docker.io - - - name: Build and push - uses: docker/build-push-action@v4 - with: - context: . - file: ./Dockerfile.11 - platforms: | - linux/amd64 - linux/arm64 - push: true - provenance: false - build-args: | - IMAGE_NAME=debian - IMAGE_VERSION=bullseye - IMAGE_REPO=casjaysdev/debian - PHP_SERVER=debian - BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} - BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} - PULL_URL=debian - DISTRO_VERSION=bullseye - CONTAINER_VERSION=11 - TIMEZONE=America/New_York - LANGUAGE=en_US.UTF-8 - PHP_VERSION=system - NODE_VERSION=system - NODE_MANAGER=system - SERVICE_PORT= - EXPOSE_PORTS= - WWW_ROOT_DIR=/usr/local/share/httpd/default - DEFAULT_FILE_DIR=/usr/local/share/template-files - DEFAULT_DATA_DIR=/usr/local/share/template-files/data - DEFAULT_CONF_DIR=/usr/local/share/template-files/config - DEFAULT_TEMPLATE_DIR=/usr/local/share/template-files/defaults - annotations: | - org.opencontainers.image.title=casjaysdev/debian - org.opencontainers.image.description=Containerized version of casjaysdev/debian - org.opencontainers.image.vendor=CasjaysDev - org.opencontainers.image.authors=CasjaysDev - org.opencontainers.image.url=https://github.com/${{ github.repository }} - org.opencontainers.image.source=https://github.com/${{ github.repository }} - org.opencontainers.image.version=bullseye - org.opencontainers.image.revision=${{ github.sha }} - org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} - tags: | - docker.io/casjaysdev/debian:bullseye diff --git a/.gitea/workflows/docker.12.yaml b/.gitea/workflows/docker.12.yaml deleted file mode 100644 index a3685b6..0000000 --- a/.gitea/workflows/docker.12.yaml +++ /dev/null @@ -1,84 +0,0 @@ -name: debian-12 - -on: - push: - branches: - - main - - master - schedule: - - cron: '0 2 2 * *' - -jobs: - build-and-push: - runs-on: act_runner - container: - image: catthehacker/ubuntu:act-latest - env: - RUNNER_TOOL_CACHE: /toolcache - 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: Get Meta - id: meta - run: | - echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT - echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - - - name: Login to Docker Hub - uses: docker/login-action@v2 - with: - password: ${{ secrets.DOCKER_TOKEN }} - username: ${{ secrets.DOCKER_USERNAME }} - registry: docker.io - - - name: Build and push - uses: docker/build-push-action@v4 - with: - context: . - file: ./Dockerfile.12 - platforms: | - linux/amd64 - linux/arm64 - push: true - provenance: false - build-args: | - IMAGE_NAME=debian - IMAGE_VERSION=bookworm - IMAGE_REPO=casjaysdev/debian - PHP_SERVER=debian - BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} - BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} - PULL_URL=debian - DISTRO_VERSION=bookworm - CONTAINER_VERSION=12 - TIMEZONE=America/New_York - LANGUAGE=en_US.UTF-8 - PHP_VERSION=system - NODE_VERSION=system - NODE_MANAGER=system - SERVICE_PORT= - EXPOSE_PORTS= - WWW_ROOT_DIR=/usr/local/share/httpd/default - DEFAULT_FILE_DIR=/usr/local/share/template-files - DEFAULT_DATA_DIR=/usr/local/share/template-files/data - DEFAULT_CONF_DIR=/usr/local/share/template-files/config - DEFAULT_TEMPLATE_DIR=/usr/local/share/template-files/defaults - annotations: | - org.opencontainers.image.title=casjaysdev/debian - org.opencontainers.image.description=Containerized version of casjaysdev/debian - org.opencontainers.image.vendor=CasjaysDev - org.opencontainers.image.authors=CasjaysDev - org.opencontainers.image.url=https://github.com/${{ github.repository }} - org.opencontainers.image.source=https://github.com/${{ github.repository }} - org.opencontainers.image.version=bookworm - org.opencontainers.image.revision=${{ github.sha }} - org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} - tags: | - docker.io/casjaysdev/debian:bookworm diff --git a/.gitea/workflows/docker.13.yaml b/.gitea/workflows/docker.13.yaml deleted file mode 100644 index 4f71086..0000000 --- a/.gitea/workflows/docker.13.yaml +++ /dev/null @@ -1,84 +0,0 @@ -name: debian-13 - -on: - push: - branches: - - main - - master - schedule: - - cron: '0 2 2 * *' - -jobs: - build-and-push: - runs-on: act_runner - container: - image: catthehacker/ubuntu:act-latest - env: - RUNNER_TOOL_CACHE: /toolcache - 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: Get Meta - id: meta - run: | - echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT - echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - - - name: Login to Docker Hub - uses: docker/login-action@v2 - with: - password: ${{ secrets.DOCKER_TOKEN }} - username: ${{ secrets.DOCKER_USERNAME }} - registry: docker.io - - - name: Build and push - uses: docker/build-push-action@v4 - with: - context: . - file: ./Dockerfile.13 - platforms: | - linux/amd64 - linux/arm64 - push: true - provenance: false - build-args: | - IMAGE_NAME=debian - IMAGE_VERSION=trixie - IMAGE_REPO=casjaysdev/debian - PHP_SERVER=debian - BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} - BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} - PULL_URL=debian - DISTRO_VERSION=trixie - CONTAINER_VERSION=13 - TIMEZONE=America/New_York - LANGUAGE=en_US.UTF-8 - PHP_VERSION=system - NODE_VERSION=system - NODE_MANAGER=system - SERVICE_PORT= - EXPOSE_PORTS= - WWW_ROOT_DIR=/usr/local/share/httpd/default - DEFAULT_FILE_DIR=/usr/local/share/template-files - DEFAULT_DATA_DIR=/usr/local/share/template-files/data - DEFAULT_CONF_DIR=/usr/local/share/template-files/config - DEFAULT_TEMPLATE_DIR=/usr/local/share/template-files/defaults - annotations: | - org.opencontainers.image.title=casjaysdev/debian - org.opencontainers.image.description=Containerized version of casjaysdev/debian - org.opencontainers.image.vendor=CasjaysDev - org.opencontainers.image.authors=CasjaysDev - org.opencontainers.image.url=https://github.com/${{ github.repository }} - org.opencontainers.image.source=https://github.com/${{ github.repository }} - org.opencontainers.image.version=trixie - org.opencontainers.image.revision=${{ github.sha }} - org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} - tags: | - docker.io/casjaysdev/debian:trixie diff --git a/.gitea/workflows/docker.yaml b/.gitea/workflows/docker.yaml deleted file mode 100644 index 0834dde..0000000 --- a/.gitea/workflows/docker.yaml +++ /dev/null @@ -1,85 +0,0 @@ -name: debian - -on: - push: - branches: - - main - - master - schedule: - - cron: '0 2 2 * *' - -jobs: - build-and-push: - runs-on: act_runner - container: - image: catthehacker/ubuntu:act-latest - env: - RUNNER_TOOL_CACHE: /toolcache - 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: Get Meta - id: meta - run: | - echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT - echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - - - name: Login to Docker Hub - uses: docker/login-action@v2 - with: - password: ${{ secrets.DOCKER_TOKEN }} - username: ${{ secrets.DOCKER_USERNAME }} - registry: docker.io - - - name: Build and push - uses: docker/build-push-action@v4 - with: - context: . - file: ./Dockerfile - platforms: | - linux/amd64 - linux/arm64 - push: true - provenance: false - build-args: | - IMAGE_NAME=debian - IMAGE_VERSION=latest - IMAGE_REPO=casjaysdev/debian - PHP_SERVER=debian - BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} - BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} - PULL_URL=debian - DISTRO_VERSION=latest - CONTAINER_VERSION=USE_DATE - TIMEZONE=America/New_York - LANGUAGE=en_US.UTF-8 - PHP_VERSION=system - NODE_VERSION=system - NODE_MANAGER=system - SERVICE_PORT= - EXPOSE_PORTS= - WWW_ROOT_DIR=/usr/local/share/httpd/default - DEFAULT_FILE_DIR=/usr/local/share/template-files - DEFAULT_DATA_DIR=/usr/local/share/template-files/data - DEFAULT_CONF_DIR=/usr/local/share/template-files/config - DEFAULT_TEMPLATE_DIR=/usr/local/share/template-files/defaults - annotations: | - org.opencontainers.image.title=casjaysdev/debian - org.opencontainers.image.description=Containerized version of casjaysdev/debian - org.opencontainers.image.vendor=CasjaysDev - org.opencontainers.image.authors=CasjaysDev - org.opencontainers.image.url=https://github.com/${{ github.repository }} - org.opencontainers.image.source=https://github.com/${{ github.repository }} - org.opencontainers.image.version=latest - org.opencontainers.image.revision=${{ github.sha }} - org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} - tags: | - docker.io/casjaysdev/debian:latest - docker.io/casjaysdev/debian:${{ steps.meta.outputs.DATE_TAG }} diff --git a/.github/workflows/docker.10.yaml b/.github/workflows/docker.10.yaml deleted file mode 100644 index 2242df9..0000000 --- a/.github/workflows/docker.10.yaml +++ /dev/null @@ -1,85 +0,0 @@ -name: debian-10 - -on: - push: - branches: - - main - - master - pull_request: - schedule: - - cron: '0 2 2 * *' - workflow_dispatch: - -jobs: - build-and-push: - runs-on: ubuntu-latest - permissions: - contents: read - packages: write - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - - name: Get Meta - id: meta - run: | - echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT - echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - - - name: Login to GitHub Container Registry - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - - - name: Build and push - uses: docker/build-push-action@v5 - with: - context: . - file: ./Dockerfile.10 - platforms: | - linux/amd64 - linux/arm64 - push: ${{ github.event_name != 'pull_request' }} - provenance: false - build-args: | - IMAGE_NAME=debian - IMAGE_VERSION=buster - IMAGE_REPO=${{ github.repository }} - PHP_SERVER=debian - BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} - BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} - PULL_URL=debian - DISTRO_VERSION=buster - CONTAINER_VERSION=10 - TIMEZONE=America/New_York - LANGUAGE=en_US.UTF-8 - PHP_VERSION=system - NODE_VERSION=system - NODE_MANAGER=system - SERVICE_PORT= - EXPOSE_PORTS= - WWW_ROOT_DIR=/usr/local/share/httpd/default - DEFAULT_FILE_DIR=/usr/local/share/template-files - DEFAULT_DATA_DIR=/usr/local/share/template-files/data - DEFAULT_CONF_DIR=/usr/local/share/template-files/config - DEFAULT_TEMPLATE_DIR=/usr/local/share/template-files/defaults - annotations: | - org.opencontainers.image.title=${{ github.repository }} - org.opencontainers.image.description=Containerized version of ${{ github.repository }} - org.opencontainers.image.vendor=CasjaysDev - org.opencontainers.image.authors=CasjaysDev - org.opencontainers.image.url=https://github.com/${{ github.repository }} - org.opencontainers.image.source=https://github.com/${{ github.repository }} - org.opencontainers.image.version=buster - org.opencontainers.image.revision=${{ github.sha }} - org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} - tags: | - ghcr.io/${{ github.repository }}:buster diff --git a/.github/workflows/docker.11.yaml b/.github/workflows/docker.11.yaml deleted file mode 100644 index d619c88..0000000 --- a/.github/workflows/docker.11.yaml +++ /dev/null @@ -1,85 +0,0 @@ -name: debian-11 - -on: - push: - branches: - - main - - master - pull_request: - schedule: - - cron: '0 2 2 * *' - workflow_dispatch: - -jobs: - build-and-push: - runs-on: ubuntu-latest - permissions: - contents: read - packages: write - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - - name: Get Meta - id: meta - run: | - echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT - echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - - - name: Login to GitHub Container Registry - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - - - name: Build and push - uses: docker/build-push-action@v5 - with: - context: . - file: ./Dockerfile.11 - platforms: | - linux/amd64 - linux/arm64 - push: ${{ github.event_name != 'pull_request' }} - provenance: false - build-args: | - IMAGE_NAME=debian - IMAGE_VERSION=bullseye - IMAGE_REPO=${{ github.repository }} - PHP_SERVER=debian - BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} - BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} - PULL_URL=debian - DISTRO_VERSION=bullseye - CONTAINER_VERSION=11 - TIMEZONE=America/New_York - LANGUAGE=en_US.UTF-8 - PHP_VERSION=system - NODE_VERSION=system - NODE_MANAGER=system - SERVICE_PORT= - EXPOSE_PORTS= - WWW_ROOT_DIR=/usr/local/share/httpd/default - DEFAULT_FILE_DIR=/usr/local/share/template-files - DEFAULT_DATA_DIR=/usr/local/share/template-files/data - DEFAULT_CONF_DIR=/usr/local/share/template-files/config - DEFAULT_TEMPLATE_DIR=/usr/local/share/template-files/defaults - annotations: | - org.opencontainers.image.title=${{ github.repository }} - org.opencontainers.image.description=Containerized version of ${{ github.repository }} - org.opencontainers.image.vendor=CasjaysDev - org.opencontainers.image.authors=CasjaysDev - org.opencontainers.image.url=https://github.com/${{ github.repository }} - org.opencontainers.image.source=https://github.com/${{ github.repository }} - org.opencontainers.image.version=bullseye - org.opencontainers.image.revision=${{ github.sha }} - org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} - tags: | - ghcr.io/${{ github.repository }}:bullseye diff --git a/.github/workflows/docker.12.yaml b/.github/workflows/docker.12.yaml deleted file mode 100644 index 7a03fd7..0000000 --- a/.github/workflows/docker.12.yaml +++ /dev/null @@ -1,85 +0,0 @@ -name: debian-12 - -on: - push: - branches: - - main - - master - pull_request: - schedule: - - cron: '0 2 2 * *' - workflow_dispatch: - -jobs: - build-and-push: - runs-on: ubuntu-latest - permissions: - contents: read - packages: write - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - - name: Get Meta - id: meta - run: | - echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT - echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - - - name: Login to GitHub Container Registry - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - - - name: Build and push - uses: docker/build-push-action@v5 - with: - context: . - file: ./Dockerfile.12 - platforms: | - linux/amd64 - linux/arm64 - push: ${{ github.event_name != 'pull_request' }} - provenance: false - build-args: | - IMAGE_NAME=debian - IMAGE_VERSION=bookworm - IMAGE_REPO=${{ github.repository }} - PHP_SERVER=debian - BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} - BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} - PULL_URL=debian - DISTRO_VERSION=bookworm - CONTAINER_VERSION=12 - TIMEZONE=America/New_York - LANGUAGE=en_US.UTF-8 - PHP_VERSION=system - NODE_VERSION=system - NODE_MANAGER=system - SERVICE_PORT= - EXPOSE_PORTS= - WWW_ROOT_DIR=/usr/local/share/httpd/default - DEFAULT_FILE_DIR=/usr/local/share/template-files - DEFAULT_DATA_DIR=/usr/local/share/template-files/data - DEFAULT_CONF_DIR=/usr/local/share/template-files/config - DEFAULT_TEMPLATE_DIR=/usr/local/share/template-files/defaults - annotations: | - org.opencontainers.image.title=${{ github.repository }} - org.opencontainers.image.description=Containerized version of ${{ github.repository }} - org.opencontainers.image.vendor=CasjaysDev - org.opencontainers.image.authors=CasjaysDev - org.opencontainers.image.url=https://github.com/${{ github.repository }} - org.opencontainers.image.source=https://github.com/${{ github.repository }} - org.opencontainers.image.version=bookworm - org.opencontainers.image.revision=${{ github.sha }} - org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} - tags: | - ghcr.io/${{ github.repository }}:bookworm diff --git a/.github/workflows/docker.13.yaml b/.github/workflows/docker.13.yaml deleted file mode 100644 index dbd52d5..0000000 --- a/.github/workflows/docker.13.yaml +++ /dev/null @@ -1,85 +0,0 @@ -name: debian-13 - -on: - push: - branches: - - main - - master - pull_request: - schedule: - - cron: '0 2 2 * *' - workflow_dispatch: - -jobs: - build-and-push: - runs-on: ubuntu-latest - permissions: - contents: read - packages: write - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - - name: Get Meta - id: meta - run: | - echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT - echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - - - name: Login to GitHub Container Registry - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - - - name: Build and push - uses: docker/build-push-action@v5 - with: - context: . - file: ./Dockerfile.13 - platforms: | - linux/amd64 - linux/arm64 - push: ${{ github.event_name != 'pull_request' }} - provenance: false - build-args: | - IMAGE_NAME=debian - IMAGE_VERSION=trixie - IMAGE_REPO=${{ github.repository }} - PHP_SERVER=debian - BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} - BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} - PULL_URL=debian - DISTRO_VERSION=trixie - CONTAINER_VERSION=13 - TIMEZONE=America/New_York - LANGUAGE=en_US.UTF-8 - PHP_VERSION=system - NODE_VERSION=system - NODE_MANAGER=system - SERVICE_PORT= - EXPOSE_PORTS= - WWW_ROOT_DIR=/usr/local/share/httpd/default - DEFAULT_FILE_DIR=/usr/local/share/template-files - DEFAULT_DATA_DIR=/usr/local/share/template-files/data - DEFAULT_CONF_DIR=/usr/local/share/template-files/config - DEFAULT_TEMPLATE_DIR=/usr/local/share/template-files/defaults - annotations: | - org.opencontainers.image.title=${{ github.repository }} - org.opencontainers.image.description=Containerized version of ${{ github.repository }} - org.opencontainers.image.vendor=CasjaysDev - org.opencontainers.image.authors=CasjaysDev - org.opencontainers.image.url=https://github.com/${{ github.repository }} - org.opencontainers.image.source=https://github.com/${{ github.repository }} - org.opencontainers.image.version=trixie - org.opencontainers.image.revision=${{ github.sha }} - org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} - tags: | - ghcr.io/${{ github.repository }}:trixie diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml deleted file mode 100644 index 42e31d9..0000000 --- a/.github/workflows/docker.yaml +++ /dev/null @@ -1,86 +0,0 @@ -name: debian - -on: - push: - branches: - - main - - master - pull_request: - schedule: - - cron: '0 2 2 * *' - workflow_dispatch: - -jobs: - build-and-push: - runs-on: ubuntu-latest - permissions: - contents: read - packages: write - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - - name: Get Meta - id: meta - run: | - echo "BUILD_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_OUTPUT - echo "DATE_TAG=$(date +'%y%m')" >> $GITHUB_OUTPUT - - - name: Login to GitHub Container Registry - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - - - name: Build and push - uses: docker/build-push-action@v5 - with: - context: . - file: ./Dockerfile - platforms: | - linux/amd64 - linux/arm64 - push: ${{ github.event_name != 'pull_request' }} - provenance: false - build-args: | - IMAGE_NAME=debian - IMAGE_VERSION=latest - IMAGE_REPO=${{ github.repository }} - PHP_SERVER=debian - BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} - BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} - PULL_URL=debian - DISTRO_VERSION=latest - CONTAINER_VERSION=USE_DATE - TIMEZONE=America/New_York - LANGUAGE=en_US.UTF-8 - PHP_VERSION=system - NODE_VERSION=system - NODE_MANAGER=system - SERVICE_PORT= - EXPOSE_PORTS= - WWW_ROOT_DIR=/usr/local/share/httpd/default - DEFAULT_FILE_DIR=/usr/local/share/template-files - DEFAULT_DATA_DIR=/usr/local/share/template-files/data - DEFAULT_CONF_DIR=/usr/local/share/template-files/config - DEFAULT_TEMPLATE_DIR=/usr/local/share/template-files/defaults - annotations: | - org.opencontainers.image.title=${{ github.repository }} - org.opencontainers.image.description=Containerized version of ${{ github.repository }} - org.opencontainers.image.vendor=CasjaysDev - org.opencontainers.image.authors=CasjaysDev - org.opencontainers.image.url=https://github.com/${{ github.repository }} - org.opencontainers.image.source=https://github.com/${{ github.repository }} - org.opencontainers.image.version=latest - org.opencontainers.image.revision=${{ github.sha }} - org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} - tags: | - ghcr.io/${{ github.repository }}:latest - ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.DATE_TAG }}