diff --git a/.gitea/workflows/docker.18.04.yaml b/.gitea/workflows/docker.18.04.yaml deleted file mode 100644 index 85b359c..0000000 --- a/.gitea/workflows/docker.18.04.yaml +++ /dev/null @@ -1,84 +0,0 @@ -name: ubuntu-18-04 - -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.18.04 - platforms: | - linux/amd64 - linux/arm64 - push: true - provenance: false - build-args: | - IMAGE_NAME=ubuntu - IMAGE_VERSION=18.04 - IMAGE_REPO=casjaysdev/ubuntu - PHP_SERVER=ubuntu - BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} - BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} - PULL_URL=ubuntu - DISTRO_VERSION=18.04 - CONTAINER_VERSION=bionic - 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/ubuntu - org.opencontainers.image.description=Containerized version of casjaysdev/ubuntu - 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=18.04 - org.opencontainers.image.revision=${{ github.sha }} - org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} - tags: | - docker.io/casjaysdev/ubuntu:18.04 diff --git a/.gitea/workflows/docker.20.04.yaml b/.gitea/workflows/docker.20.04.yaml deleted file mode 100644 index fd447af..0000000 --- a/.gitea/workflows/docker.20.04.yaml +++ /dev/null @@ -1,84 +0,0 @@ -name: ubuntu-20-04 - -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.20.04 - platforms: | - linux/amd64 - linux/arm64 - push: true - provenance: false - build-args: | - IMAGE_NAME=ubuntu - IMAGE_VERSION=20.04 - IMAGE_REPO=casjaysdev/ubuntu - PHP_SERVER=ubuntu - BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} - BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} - PULL_URL=ubuntu - DISTRO_VERSION=20.04 - CONTAINER_VERSION=focal - 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/ubuntu - org.opencontainers.image.description=Containerized version of casjaysdev/ubuntu - 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=20.04 - org.opencontainers.image.revision=${{ github.sha }} - org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} - tags: | - docker.io/casjaysdev/ubuntu:20.04 diff --git a/.gitea/workflows/docker.22.04.yaml b/.gitea/workflows/docker.22.04.yaml deleted file mode 100644 index b74b6fd..0000000 --- a/.gitea/workflows/docker.22.04.yaml +++ /dev/null @@ -1,84 +0,0 @@ -name: ubuntu-22-04 - -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.22.04 - platforms: | - linux/amd64 - linux/arm64 - push: true - provenance: false - build-args: | - IMAGE_NAME=ubuntu - IMAGE_VERSION=22.04 - IMAGE_REPO=casjaysdev/ubuntu - PHP_SERVER=ubuntu - BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} - BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} - PULL_URL=ubuntu - DISTRO_VERSION=22.04 - CONTAINER_VERSION=jammy - 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/ubuntu - org.opencontainers.image.description=Containerized version of casjaysdev/ubuntu - 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=22.04 - org.opencontainers.image.revision=${{ github.sha }} - org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} - tags: | - docker.io/casjaysdev/ubuntu:22.04 diff --git a/.gitea/workflows/docker.24.04.yaml b/.gitea/workflows/docker.24.04.yaml deleted file mode 100644 index ac400ed..0000000 --- a/.gitea/workflows/docker.24.04.yaml +++ /dev/null @@ -1,84 +0,0 @@ -name: ubuntu-24-04 - -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.24.04 - platforms: | - linux/amd64 - linux/arm64 - push: true - provenance: false - build-args: | - IMAGE_NAME=ubuntu - IMAGE_VERSION=24.04 - IMAGE_REPO=casjaysdev/ubuntu - PHP_SERVER=ubuntu - BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} - BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} - PULL_URL=ubuntu - DISTRO_VERSION=24.04 - CONTAINER_VERSION=noble - 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/ubuntu - org.opencontainers.image.description=Containerized version of casjaysdev/ubuntu - 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=24.04 - org.opencontainers.image.revision=${{ github.sha }} - org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} - tags: | - docker.io/casjaysdev/ubuntu:24.04 diff --git a/.gitea/workflows/docker.24.10.yaml b/.gitea/workflows/docker.24.10.yaml deleted file mode 100644 index 0aef78a..0000000 --- a/.gitea/workflows/docker.24.10.yaml +++ /dev/null @@ -1,84 +0,0 @@ -name: ubuntu-24-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.24.10 - platforms: | - linux/amd64 - linux/arm64 - push: true - provenance: false - build-args: | - IMAGE_NAME=ubuntu - IMAGE_VERSION=24.10 - IMAGE_REPO=casjaysdev/ubuntu - PHP_SERVER=ubuntu - BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} - BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} - PULL_URL=ubuntu - DISTRO_VERSION=24.10 - CONTAINER_VERSION=oracular - 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/ubuntu - org.opencontainers.image.description=Containerized version of casjaysdev/ubuntu - 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=24.10 - org.opencontainers.image.revision=${{ github.sha }} - org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} - tags: | - docker.io/casjaysdev/ubuntu:24.10 diff --git a/.gitea/workflows/docker.yaml b/.gitea/workflows/docker.yaml deleted file mode 100644 index 6608d69..0000000 --- a/.gitea/workflows/docker.yaml +++ /dev/null @@ -1,85 +0,0 @@ -name: ubuntu - -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=ubuntu - IMAGE_VERSION=latest - IMAGE_REPO=casjaysdev/ubuntu - PHP_SERVER=ubuntu - BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} - BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} - PULL_URL=ubuntu - 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/ubuntu - org.opencontainers.image.description=Containerized version of casjaysdev/ubuntu - 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/ubuntu:latest - docker.io/casjaysdev/ubuntu:${{ steps.meta.outputs.DATE_TAG }} diff --git a/.github/workflows/docker.18.04.yaml b/.github/workflows/docker.18.04.yaml deleted file mode 100644 index e749431..0000000 --- a/.github/workflows/docker.18.04.yaml +++ /dev/null @@ -1,85 +0,0 @@ -name: ubuntu-18-04 - -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.18.04 - platforms: | - linux/amd64 - linux/arm64 - push: ${{ github.event_name != 'pull_request' }} - provenance: false - build-args: | - IMAGE_NAME=ubuntu - IMAGE_VERSION=18.04 - IMAGE_REPO=${{ github.repository }} - PHP_SERVER=ubuntu - BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} - BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} - PULL_URL=ubuntu - DISTRO_VERSION=18.04 - CONTAINER_VERSION=bionic - 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=18.04 - org.opencontainers.image.revision=${{ github.sha }} - org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} - tags: | - ghcr.io/${{ github.repository }}:18.04 diff --git a/.github/workflows/docker.20.04.yaml b/.github/workflows/docker.20.04.yaml deleted file mode 100644 index dc6b07a..0000000 --- a/.github/workflows/docker.20.04.yaml +++ /dev/null @@ -1,85 +0,0 @@ -name: ubuntu-20-04 - -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.20.04 - platforms: | - linux/amd64 - linux/arm64 - push: ${{ github.event_name != 'pull_request' }} - provenance: false - build-args: | - IMAGE_NAME=ubuntu - IMAGE_VERSION=20.04 - IMAGE_REPO=${{ github.repository }} - PHP_SERVER=ubuntu - BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} - BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} - PULL_URL=ubuntu - DISTRO_VERSION=20.04 - CONTAINER_VERSION=focal - 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=20.04 - org.opencontainers.image.revision=${{ github.sha }} - org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} - tags: | - ghcr.io/${{ github.repository }}:20.04 diff --git a/.github/workflows/docker.22.04.yaml b/.github/workflows/docker.22.04.yaml deleted file mode 100644 index af32a4e..0000000 --- a/.github/workflows/docker.22.04.yaml +++ /dev/null @@ -1,85 +0,0 @@ -name: ubuntu-22-04 - -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.22.04 - platforms: | - linux/amd64 - linux/arm64 - push: ${{ github.event_name != 'pull_request' }} - provenance: false - build-args: | - IMAGE_NAME=ubuntu - IMAGE_VERSION=22.04 - IMAGE_REPO=${{ github.repository }} - PHP_SERVER=ubuntu - BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} - BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} - PULL_URL=ubuntu - DISTRO_VERSION=22.04 - CONTAINER_VERSION=jammy - 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=22.04 - org.opencontainers.image.revision=${{ github.sha }} - org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} - tags: | - ghcr.io/${{ github.repository }}:22.04 diff --git a/.github/workflows/docker.24.04.yaml b/.github/workflows/docker.24.04.yaml deleted file mode 100644 index 5c1c292..0000000 --- a/.github/workflows/docker.24.04.yaml +++ /dev/null @@ -1,85 +0,0 @@ -name: ubuntu-24-04 - -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.24.04 - platforms: | - linux/amd64 - linux/arm64 - push: ${{ github.event_name != 'pull_request' }} - provenance: false - build-args: | - IMAGE_NAME=ubuntu - IMAGE_VERSION=24.04 - IMAGE_REPO=${{ github.repository }} - PHP_SERVER=ubuntu - BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} - BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} - PULL_URL=ubuntu - DISTRO_VERSION=24.04 - CONTAINER_VERSION=noble - 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=24.04 - org.opencontainers.image.revision=${{ github.sha }} - org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} - tags: | - ghcr.io/${{ github.repository }}:24.04 diff --git a/.github/workflows/docker.24.10.yaml b/.github/workflows/docker.24.10.yaml deleted file mode 100644 index 8ba32cb..0000000 --- a/.github/workflows/docker.24.10.yaml +++ /dev/null @@ -1,85 +0,0 @@ -name: ubuntu-24-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.24.10 - platforms: | - linux/amd64 - linux/arm64 - push: ${{ github.event_name != 'pull_request' }} - provenance: false - build-args: | - IMAGE_NAME=ubuntu - IMAGE_VERSION=24.10 - IMAGE_REPO=${{ github.repository }} - PHP_SERVER=ubuntu - BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} - BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} - PULL_URL=ubuntu - DISTRO_VERSION=24.10 - CONTAINER_VERSION=oracular - 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=24.10 - org.opencontainers.image.revision=${{ github.sha }} - org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} - tags: | - ghcr.io/${{ github.repository }}:24.10 diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml deleted file mode 100644 index 90911c3..0000000 --- a/.github/workflows/docker.yaml +++ /dev/null @@ -1,86 +0,0 @@ -name: ubuntu - -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=ubuntu - IMAGE_VERSION=latest - IMAGE_REPO=${{ github.repository }} - PHP_SERVER=ubuntu - BUILD_DATE=${{ steps.meta.outputs.BUILD_DATE }} - BUILD_VERSION=${{ steps.meta.outputs.BUILD_DATE }} - PULL_URL=ubuntu - 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 }}