diff --git a/.github/workflows/shopware.yml b/.github/workflows/shopware.yml index 6e994d0..2cbbdd4 100644 --- a/.github/workflows/shopware.yml +++ b/.github/workflows/shopware.yml @@ -7,1252 +7,4 @@ on: paths: - ".github/workflows/shopware.yml" - "version.txt" -jobs: - shopware-v6_5_8_7-8_1: - name: v6.5.8.7 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.8.7/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:latest --tag shyim/shopware:latest --tag ghcr.io/shyim/shopware:latest-php8.1 --tag shyim/shopware:latest-php8.1 --tag ghcr.io/shyim/shopware:latest-php8.1.27 --tag shyim/shopware:latest-php8.1.27 --tag ghcr.io/shyim/shopware:6.5 --tag shyim/shopware:6.5 --tag ghcr.io/shyim/shopware:6.5-php8.1 --tag shyim/shopware:6.5-php8.1 --tag ghcr.io/shyim/shopware:6.5-php8.1.27 --tag shyim/shopware:6.5-php8.1.27 --tag ghcr.io/shyim/shopware:6.5.8 --tag shyim/shopware:6.5.8 --tag ghcr.io/shyim/shopware:6.5.8-php8.1 --tag shyim/shopware:6.5.8-php8.1 --tag ghcr.io/shyim/shopware:6.5.8-php8.1.27 --tag shyim/shopware:6.5.8-php8.1.27 --tag ghcr.io/shyim/shopware:6.5.8.7 --tag shyim/shopware:6.5.8.7 --tag ghcr.io/shyim/shopware:6.5.8.7-php8.1 --tag shyim/shopware:6.5.8.7-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.7-php8.1.27 --tag shyim/shopware:6.5.8.7-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.8.7/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-latest --tag shyim/shopware:cli-latest --tag ghcr.io/shyim/shopware:cli-latest-php8.1 --tag shyim/shopware:cli-latest-php8.1 --tag ghcr.io/shyim/shopware:cli-latest-php8.1.27 --tag shyim/shopware:cli-latest-php8.1.27 --tag ghcr.io/shyim/shopware:cli-6.5 --tag shyim/shopware:cli-6.5 --tag ghcr.io/shyim/shopware:cli-6.5-php8.1 --tag shyim/shopware:cli-6.5-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5-php8.1.27 --tag shyim/shopware:cli-6.5-php8.1.27 --tag ghcr.io/shyim/shopware:cli-6.5.8 --tag shyim/shopware:cli-6.5.8 --tag ghcr.io/shyim/shopware:cli-6.5.8-php8.1 --tag shyim/shopware:cli-6.5.8-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8-php8.1.27 --tag shyim/shopware:cli-6.5.8-php8.1.27 --tag ghcr.io/shyim/shopware:cli-6.5.8.7 --tag shyim/shopware:cli-6.5.8.7 --tag ghcr.io/shyim/shopware:cli-6.5.8.7-php8.1 --tag shyim/shopware:cli-6.5.8.7-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.7-php8.1.27 --tag shyim/shopware:cli-6.5.8.7-php8.1.27 --push . - shopware-v6_5_8_7-8_2: - name: v6.5.8.7 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.8.7/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:latest-php8.2 --tag shyim/shopware:latest-php8.2 --tag ghcr.io/shyim/shopware:latest-php8.2.16 --tag shyim/shopware:latest-php8.2.16 --tag ghcr.io/shyim/shopware:6.5-php8.2 --tag shyim/shopware:6.5-php8.2 --tag ghcr.io/shyim/shopware:6.5-php8.2.16 --tag shyim/shopware:6.5-php8.2.16 --tag ghcr.io/shyim/shopware:6.5.8-php8.2 --tag shyim/shopware:6.5.8-php8.2 --tag ghcr.io/shyim/shopware:6.5.8-php8.2.16 --tag shyim/shopware:6.5.8-php8.2.16 --tag ghcr.io/shyim/shopware:6.5.8.7-php8.2 --tag shyim/shopware:6.5.8.7-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.7-php8.2.16 --tag shyim/shopware:6.5.8.7-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.8.7/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-latest-php8.2 --tag shyim/shopware:cli-latest-php8.2 --tag ghcr.io/shyim/shopware:cli-latest-php8.2.16 --tag shyim/shopware:cli-latest-php8.2.16 --tag ghcr.io/shyim/shopware:cli-6.5-php8.2 --tag shyim/shopware:cli-6.5-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5-php8.2.16 --tag shyim/shopware:cli-6.5-php8.2.16 --tag ghcr.io/shyim/shopware:cli-6.5.8-php8.2 --tag shyim/shopware:cli-6.5.8-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8-php8.2.16 --tag shyim/shopware:cli-6.5.8-php8.2.16 --tag ghcr.io/shyim/shopware:cli-6.5.8.7-php8.2 --tag shyim/shopware:cli-6.5.8.7-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.7-php8.2.16 --tag shyim/shopware:cli-6.5.8.7-php8.2.16 --push . - shopware-v6_5_8_6-8_1: - name: v6.5.8.6 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.8.6/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.6 --tag shyim/shopware:6.5.8.6 --tag ghcr.io/shyim/shopware:6.5.8.6-php8.1 --tag shyim/shopware:6.5.8.6-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.6-php8.1.27 --tag shyim/shopware:6.5.8.6-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.8.6/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.6 --tag shyim/shopware:cli-6.5.8.6 --tag ghcr.io/shyim/shopware:cli-6.5.8.6-php8.1 --tag shyim/shopware:cli-6.5.8.6-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.6-php8.1.27 --tag shyim/shopware:cli-6.5.8.6-php8.1.27 --push . - shopware-v6_5_8_6-8_2: - name: v6.5.8.6 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.8.6/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.6-php8.2 --tag shyim/shopware:6.5.8.6-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.6-php8.2.16 --tag shyim/shopware:6.5.8.6-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.8.6/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.6-php8.2 --tag shyim/shopware:cli-6.5.8.6-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.6-php8.2.16 --tag shyim/shopware:cli-6.5.8.6-php8.2.16 --push . - shopware-v6_5_8_5-8_1: - name: v6.5.8.5 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.8.5/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.5 --tag shyim/shopware:6.5.8.5 --tag ghcr.io/shyim/shopware:6.5.8.5-php8.1 --tag shyim/shopware:6.5.8.5-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.5-php8.1.27 --tag shyim/shopware:6.5.8.5-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.8.5/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.5 --tag shyim/shopware:cli-6.5.8.5 --tag ghcr.io/shyim/shopware:cli-6.5.8.5-php8.1 --tag shyim/shopware:cli-6.5.8.5-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.5-php8.1.27 --tag shyim/shopware:cli-6.5.8.5-php8.1.27 --push . - shopware-v6_5_8_5-8_2: - name: v6.5.8.5 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.8.5/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.5-php8.2 --tag shyim/shopware:6.5.8.5-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.5-php8.2.16 --tag shyim/shopware:6.5.8.5-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.8.5/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.5-php8.2 --tag shyim/shopware:cli-6.5.8.5-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.5-php8.2.16 --tag shyim/shopware:cli-6.5.8.5-php8.2.16 --push . - shopware-v6_5_8_4-8_1: - name: v6.5.8.4 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.8.4/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.4 --tag shyim/shopware:6.5.8.4 --tag ghcr.io/shyim/shopware:6.5.8.4-php8.1 --tag shyim/shopware:6.5.8.4-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.4-php8.1.27 --tag shyim/shopware:6.5.8.4-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.8.4/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.4 --tag shyim/shopware:cli-6.5.8.4 --tag ghcr.io/shyim/shopware:cli-6.5.8.4-php8.1 --tag shyim/shopware:cli-6.5.8.4-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.4-php8.1.27 --tag shyim/shopware:cli-6.5.8.4-php8.1.27 --push . - shopware-v6_5_8_4-8_2: - name: v6.5.8.4 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.8.4/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.4-php8.2 --tag shyim/shopware:6.5.8.4-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.4-php8.2.16 --tag shyim/shopware:6.5.8.4-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.8.4/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.4-php8.2 --tag shyim/shopware:cli-6.5.8.4-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.4-php8.2.16 --tag shyim/shopware:cli-6.5.8.4-php8.2.16 --push . - shopware-v6_5_8_3-8_1: - name: v6.5.8.3 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.8.3/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.3 --tag shyim/shopware:6.5.8.3 --tag ghcr.io/shyim/shopware:6.5.8.3-php8.1 --tag shyim/shopware:6.5.8.3-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.3-php8.1.27 --tag shyim/shopware:6.5.8.3-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.8.3/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.3 --tag shyim/shopware:cli-6.5.8.3 --tag ghcr.io/shyim/shopware:cli-6.5.8.3-php8.1 --tag shyim/shopware:cli-6.5.8.3-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.3-php8.1.27 --tag shyim/shopware:cli-6.5.8.3-php8.1.27 --push . - shopware-v6_5_8_3-8_2: - name: v6.5.8.3 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.8.3/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.3-php8.2 --tag shyim/shopware:6.5.8.3-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.3-php8.2.16 --tag shyim/shopware:6.5.8.3-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.8.3/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.3-php8.2 --tag shyim/shopware:cli-6.5.8.3-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.3-php8.2.16 --tag shyim/shopware:cli-6.5.8.3-php8.2.16 --push . - shopware-v6_5_8_2-8_1: - name: v6.5.8.2 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.8.2/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.2 --tag shyim/shopware:6.5.8.2 --tag ghcr.io/shyim/shopware:6.5.8.2-php8.1 --tag shyim/shopware:6.5.8.2-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.2-php8.1.27 --tag shyim/shopware:6.5.8.2-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.8.2/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.2 --tag shyim/shopware:cli-6.5.8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.2-php8.1 --tag shyim/shopware:cli-6.5.8.2-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.2-php8.1.27 --tag shyim/shopware:cli-6.5.8.2-php8.1.27 --push . - shopware-v6_5_8_2-8_2: - name: v6.5.8.2 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.8.2/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.2-php8.2 --tag shyim/shopware:6.5.8.2-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.2-php8.2.16 --tag shyim/shopware:6.5.8.2-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.8.2/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.2-php8.2 --tag shyim/shopware:cli-6.5.8.2-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.2-php8.2.16 --tag shyim/shopware:cli-6.5.8.2-php8.2.16 --push . - shopware-v6_5_8_1-8_1: - name: v6.5.8.1 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.8.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.1 --tag shyim/shopware:6.5.8.1 --tag ghcr.io/shyim/shopware:6.5.8.1-php8.1 --tag shyim/shopware:6.5.8.1-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.1-php8.1.27 --tag shyim/shopware:6.5.8.1-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.8.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.1 --tag shyim/shopware:cli-6.5.8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.1-php8.1 --tag shyim/shopware:cli-6.5.8.1-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.1-php8.1.27 --tag shyim/shopware:cli-6.5.8.1-php8.1.27 --push . - shopware-v6_5_8_1-8_2: - name: v6.5.8.1 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.8.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.1-php8.2 --tag shyim/shopware:6.5.8.1-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.1-php8.2.16 --tag shyim/shopware:6.5.8.1-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.8.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.1-php8.2 --tag shyim/shopware:cli-6.5.8.1-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.1-php8.2.16 --tag shyim/shopware:cli-6.5.8.1-php8.2.16 --push . - shopware-v6_5_8_0-8_1: - name: v6.5.8.0 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.8.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.0 --tag shyim/shopware:6.5.8.0 --tag ghcr.io/shyim/shopware:6.5.8.0-php8.1 --tag shyim/shopware:6.5.8.0-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.0-php8.1.27 --tag shyim/shopware:6.5.8.0-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.8.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.0 --tag shyim/shopware:cli-6.5.8.0 --tag ghcr.io/shyim/shopware:cli-6.5.8.0-php8.1 --tag shyim/shopware:cli-6.5.8.0-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.0-php8.1.27 --tag shyim/shopware:cli-6.5.8.0-php8.1.27 --push . - shopware-v6_5_8_0-8_2: - name: v6.5.8.0 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.8.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.0-php8.2 --tag shyim/shopware:6.5.8.0-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.0-php8.2.16 --tag shyim/shopware:6.5.8.0-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.8.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.0-php8.2 --tag shyim/shopware:cli-6.5.8.0-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.0-php8.2.16 --tag shyim/shopware:cli-6.5.8.0-php8.2.16 --push . - shopware-v6_5_7_4-8_1: - name: v6.5.7.4 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.7.4/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.7 --tag shyim/shopware:6.5.7 --tag ghcr.io/shyim/shopware:6.5.7-php8.1 --tag shyim/shopware:6.5.7-php8.1 --tag ghcr.io/shyim/shopware:6.5.7-php8.1.27 --tag shyim/shopware:6.5.7-php8.1.27 --tag ghcr.io/shyim/shopware:6.5.7.4 --tag shyim/shopware:6.5.7.4 --tag ghcr.io/shyim/shopware:6.5.7.4-php8.1 --tag shyim/shopware:6.5.7.4-php8.1 --tag ghcr.io/shyim/shopware:6.5.7.4-php8.1.27 --tag shyim/shopware:6.5.7.4-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.7.4/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.7 --tag shyim/shopware:cli-6.5.7 --tag ghcr.io/shyim/shopware:cli-6.5.7-php8.1 --tag shyim/shopware:cli-6.5.7-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.7-php8.1.27 --tag shyim/shopware:cli-6.5.7-php8.1.27 --tag ghcr.io/shyim/shopware:cli-6.5.7.4 --tag shyim/shopware:cli-6.5.7.4 --tag ghcr.io/shyim/shopware:cli-6.5.7.4-php8.1 --tag shyim/shopware:cli-6.5.7.4-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.7.4-php8.1.27 --tag shyim/shopware:cli-6.5.7.4-php8.1.27 --push . - shopware-v6_5_7_4-8_2: - name: v6.5.7.4 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.7.4/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.7-php8.2 --tag shyim/shopware:6.5.7-php8.2 --tag ghcr.io/shyim/shopware:6.5.7-php8.2.16 --tag shyim/shopware:6.5.7-php8.2.16 --tag ghcr.io/shyim/shopware:6.5.7.4-php8.2 --tag shyim/shopware:6.5.7.4-php8.2 --tag ghcr.io/shyim/shopware:6.5.7.4-php8.2.16 --tag shyim/shopware:6.5.7.4-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.7.4/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.7-php8.2 --tag shyim/shopware:cli-6.5.7-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.7-php8.2.16 --tag shyim/shopware:cli-6.5.7-php8.2.16 --tag ghcr.io/shyim/shopware:cli-6.5.7.4-php8.2 --tag shyim/shopware:cli-6.5.7.4-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.7.4-php8.2.16 --tag shyim/shopware:cli-6.5.7.4-php8.2.16 --push . - shopware-v6_5_7_3-8_1: - name: v6.5.7.3 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.7.3/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.7.3 --tag shyim/shopware:6.5.7.3 --tag ghcr.io/shyim/shopware:6.5.7.3-php8.1 --tag shyim/shopware:6.5.7.3-php8.1 --tag ghcr.io/shyim/shopware:6.5.7.3-php8.1.27 --tag shyim/shopware:6.5.7.3-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.7.3/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.7.3 --tag shyim/shopware:cli-6.5.7.3 --tag ghcr.io/shyim/shopware:cli-6.5.7.3-php8.1 --tag shyim/shopware:cli-6.5.7.3-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.7.3-php8.1.27 --tag shyim/shopware:cli-6.5.7.3-php8.1.27 --push . - shopware-v6_5_7_3-8_2: - name: v6.5.7.3 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.7.3/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.7.3-php8.2 --tag shyim/shopware:6.5.7.3-php8.2 --tag ghcr.io/shyim/shopware:6.5.7.3-php8.2.16 --tag shyim/shopware:6.5.7.3-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.7.3/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.7.3-php8.2 --tag shyim/shopware:cli-6.5.7.3-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.7.3-php8.2.16 --tag shyim/shopware:cli-6.5.7.3-php8.2.16 --push . - shopware-v6_5_7_2-8_1: - name: v6.5.7.2 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.7.2/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.7.2 --tag shyim/shopware:6.5.7.2 --tag ghcr.io/shyim/shopware:6.5.7.2-php8.1 --tag shyim/shopware:6.5.7.2-php8.1 --tag ghcr.io/shyim/shopware:6.5.7.2-php8.1.27 --tag shyim/shopware:6.5.7.2-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.7.2/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.7.2 --tag shyim/shopware:cli-6.5.7.2 --tag ghcr.io/shyim/shopware:cli-6.5.7.2-php8.1 --tag shyim/shopware:cli-6.5.7.2-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.7.2-php8.1.27 --tag shyim/shopware:cli-6.5.7.2-php8.1.27 --push . - shopware-v6_5_7_2-8_2: - name: v6.5.7.2 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.7.2/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.7.2-php8.2 --tag shyim/shopware:6.5.7.2-php8.2 --tag ghcr.io/shyim/shopware:6.5.7.2-php8.2.16 --tag shyim/shopware:6.5.7.2-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.7.2/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.7.2-php8.2 --tag shyim/shopware:cli-6.5.7.2-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.7.2-php8.2.16 --tag shyim/shopware:cli-6.5.7.2-php8.2.16 --push . - shopware-v6_5_7_1-8_1: - name: v6.5.7.1 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.7.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.7.1 --tag shyim/shopware:6.5.7.1 --tag ghcr.io/shyim/shopware:6.5.7.1-php8.1 --tag shyim/shopware:6.5.7.1-php8.1 --tag ghcr.io/shyim/shopware:6.5.7.1-php8.1.27 --tag shyim/shopware:6.5.7.1-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.7.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.7.1 --tag shyim/shopware:cli-6.5.7.1 --tag ghcr.io/shyim/shopware:cli-6.5.7.1-php8.1 --tag shyim/shopware:cli-6.5.7.1-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.7.1-php8.1.27 --tag shyim/shopware:cli-6.5.7.1-php8.1.27 --push . - shopware-v6_5_7_1-8_2: - name: v6.5.7.1 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.7.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.7.1-php8.2 --tag shyim/shopware:6.5.7.1-php8.2 --tag ghcr.io/shyim/shopware:6.5.7.1-php8.2.16 --tag shyim/shopware:6.5.7.1-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.7.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.7.1-php8.2 --tag shyim/shopware:cli-6.5.7.1-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.7.1-php8.2.16 --tag shyim/shopware:cli-6.5.7.1-php8.2.16 --push . - shopware-v6_5_7_0-8_1: - name: v6.5.7.0 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.7.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.7.0 --tag shyim/shopware:6.5.7.0 --tag ghcr.io/shyim/shopware:6.5.7.0-php8.1 --tag shyim/shopware:6.5.7.0-php8.1 --tag ghcr.io/shyim/shopware:6.5.7.0-php8.1.27 --tag shyim/shopware:6.5.7.0-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.7.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.7.0 --tag shyim/shopware:cli-6.5.7.0 --tag ghcr.io/shyim/shopware:cli-6.5.7.0-php8.1 --tag shyim/shopware:cli-6.5.7.0-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.7.0-php8.1.27 --tag shyim/shopware:cli-6.5.7.0-php8.1.27 --push . - shopware-v6_5_7_0-8_2: - name: v6.5.7.0 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.7.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.7.0-php8.2 --tag shyim/shopware:6.5.7.0-php8.2 --tag ghcr.io/shyim/shopware:6.5.7.0-php8.2.16 --tag shyim/shopware:6.5.7.0-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.7.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.7.0-php8.2 --tag shyim/shopware:cli-6.5.7.0-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.7.0-php8.2.16 --tag shyim/shopware:cli-6.5.7.0-php8.2.16 --push . - shopware-v6_5_6_1-8_1: - name: v6.5.6.1 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.6.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.6 --tag shyim/shopware:6.5.6 --tag ghcr.io/shyim/shopware:6.5.6-php8.1 --tag shyim/shopware:6.5.6-php8.1 --tag ghcr.io/shyim/shopware:6.5.6-php8.1.27 --tag shyim/shopware:6.5.6-php8.1.27 --tag ghcr.io/shyim/shopware:6.5.6.1 --tag shyim/shopware:6.5.6.1 --tag ghcr.io/shyim/shopware:6.5.6.1-php8.1 --tag shyim/shopware:6.5.6.1-php8.1 --tag ghcr.io/shyim/shopware:6.5.6.1-php8.1.27 --tag shyim/shopware:6.5.6.1-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.6.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.6 --tag shyim/shopware:cli-6.5.6 --tag ghcr.io/shyim/shopware:cli-6.5.6-php8.1 --tag shyim/shopware:cli-6.5.6-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.6-php8.1.27 --tag shyim/shopware:cli-6.5.6-php8.1.27 --tag ghcr.io/shyim/shopware:cli-6.5.6.1 --tag shyim/shopware:cli-6.5.6.1 --tag ghcr.io/shyim/shopware:cli-6.5.6.1-php8.1 --tag shyim/shopware:cli-6.5.6.1-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.6.1-php8.1.27 --tag shyim/shopware:cli-6.5.6.1-php8.1.27 --push . - shopware-v6_5_6_1-8_2: - name: v6.5.6.1 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.6.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.6-php8.2 --tag shyim/shopware:6.5.6-php8.2 --tag ghcr.io/shyim/shopware:6.5.6-php8.2.16 --tag shyim/shopware:6.5.6-php8.2.16 --tag ghcr.io/shyim/shopware:6.5.6.1-php8.2 --tag shyim/shopware:6.5.6.1-php8.2 --tag ghcr.io/shyim/shopware:6.5.6.1-php8.2.16 --tag shyim/shopware:6.5.6.1-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.6.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.6-php8.2 --tag shyim/shopware:cli-6.5.6-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.6-php8.2.16 --tag shyim/shopware:cli-6.5.6-php8.2.16 --tag ghcr.io/shyim/shopware:cli-6.5.6.1-php8.2 --tag shyim/shopware:cli-6.5.6.1-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.6.1-php8.2.16 --tag shyim/shopware:cli-6.5.6.1-php8.2.16 --push . - shopware-v6_5_6_0-8_1: - name: v6.5.6.0 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.6.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.6.0 --tag shyim/shopware:6.5.6.0 --tag ghcr.io/shyim/shopware:6.5.6.0-php8.1 --tag shyim/shopware:6.5.6.0-php8.1 --tag ghcr.io/shyim/shopware:6.5.6.0-php8.1.27 --tag shyim/shopware:6.5.6.0-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.6.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.6.0 --tag shyim/shopware:cli-6.5.6.0 --tag ghcr.io/shyim/shopware:cli-6.5.6.0-php8.1 --tag shyim/shopware:cli-6.5.6.0-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.6.0-php8.1.27 --tag shyim/shopware:cli-6.5.6.0-php8.1.27 --push . - shopware-v6_5_6_0-8_2: - name: v6.5.6.0 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.6.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.6.0-php8.2 --tag shyim/shopware:6.5.6.0-php8.2 --tag ghcr.io/shyim/shopware:6.5.6.0-php8.2.16 --tag shyim/shopware:6.5.6.0-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.6.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.6.0-php8.2 --tag shyim/shopware:cli-6.5.6.0-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.6.0-php8.2.16 --tag shyim/shopware:cli-6.5.6.0-php8.2.16 --push . - shopware-v6_5_5_2-8_1: - name: v6.5.5.2 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.5.2/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.5 --tag shyim/shopware:6.5.5 --tag ghcr.io/shyim/shopware:6.5.5-php8.1 --tag shyim/shopware:6.5.5-php8.1 --tag ghcr.io/shyim/shopware:6.5.5-php8.1.27 --tag shyim/shopware:6.5.5-php8.1.27 --tag ghcr.io/shyim/shopware:6.5.5.2 --tag shyim/shopware:6.5.5.2 --tag ghcr.io/shyim/shopware:6.5.5.2-php8.1 --tag shyim/shopware:6.5.5.2-php8.1 --tag ghcr.io/shyim/shopware:6.5.5.2-php8.1.27 --tag shyim/shopware:6.5.5.2-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.5.2/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.5 --tag shyim/shopware:cli-6.5.5 --tag ghcr.io/shyim/shopware:cli-6.5.5-php8.1 --tag shyim/shopware:cli-6.5.5-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.5-php8.1.27 --tag shyim/shopware:cli-6.5.5-php8.1.27 --tag ghcr.io/shyim/shopware:cli-6.5.5.2 --tag shyim/shopware:cli-6.5.5.2 --tag ghcr.io/shyim/shopware:cli-6.5.5.2-php8.1 --tag shyim/shopware:cli-6.5.5.2-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.5.2-php8.1.27 --tag shyim/shopware:cli-6.5.5.2-php8.1.27 --push . - shopware-v6_5_5_2-8_2: - name: v6.5.5.2 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.5.2/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.5-php8.2 --tag shyim/shopware:6.5.5-php8.2 --tag ghcr.io/shyim/shopware:6.5.5-php8.2.16 --tag shyim/shopware:6.5.5-php8.2.16 --tag ghcr.io/shyim/shopware:6.5.5.2-php8.2 --tag shyim/shopware:6.5.5.2-php8.2 --tag ghcr.io/shyim/shopware:6.5.5.2-php8.2.16 --tag shyim/shopware:6.5.5.2-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.5.2/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.5-php8.2 --tag shyim/shopware:cli-6.5.5-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.5-php8.2.16 --tag shyim/shopware:cli-6.5.5-php8.2.16 --tag ghcr.io/shyim/shopware:cli-6.5.5.2-php8.2 --tag shyim/shopware:cli-6.5.5.2-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.5.2-php8.2.16 --tag shyim/shopware:cli-6.5.5.2-php8.2.16 --push . - shopware-v6_5_5_1-8_1: - name: v6.5.5.1 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.5.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.5.1 --tag shyim/shopware:6.5.5.1 --tag ghcr.io/shyim/shopware:6.5.5.1-php8.1 --tag shyim/shopware:6.5.5.1-php8.1 --tag ghcr.io/shyim/shopware:6.5.5.1-php8.1.27 --tag shyim/shopware:6.5.5.1-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.5.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.5.1 --tag shyim/shopware:cli-6.5.5.1 --tag ghcr.io/shyim/shopware:cli-6.5.5.1-php8.1 --tag shyim/shopware:cli-6.5.5.1-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.5.1-php8.1.27 --tag shyim/shopware:cli-6.5.5.1-php8.1.27 --push . - shopware-v6_5_5_1-8_2: - name: v6.5.5.1 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.5.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.5.1-php8.2 --tag shyim/shopware:6.5.5.1-php8.2 --tag ghcr.io/shyim/shopware:6.5.5.1-php8.2.16 --tag shyim/shopware:6.5.5.1-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.5.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.5.1-php8.2 --tag shyim/shopware:cli-6.5.5.1-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.5.1-php8.2.16 --tag shyim/shopware:cli-6.5.5.1-php8.2.16 --push . - shopware-v6_5_5_0-8_1: - name: v6.5.5.0 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.5.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.5.0 --tag shyim/shopware:6.5.5.0 --tag ghcr.io/shyim/shopware:6.5.5.0-php8.1 --tag shyim/shopware:6.5.5.0-php8.1 --tag ghcr.io/shyim/shopware:6.5.5.0-php8.1.27 --tag shyim/shopware:6.5.5.0-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.5.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.5.0 --tag shyim/shopware:cli-6.5.5.0 --tag ghcr.io/shyim/shopware:cli-6.5.5.0-php8.1 --tag shyim/shopware:cli-6.5.5.0-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.5.0-php8.1.27 --tag shyim/shopware:cli-6.5.5.0-php8.1.27 --push . - shopware-v6_5_5_0-8_2: - name: v6.5.5.0 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.5.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.5.0-php8.2 --tag shyim/shopware:6.5.5.0-php8.2 --tag ghcr.io/shyim/shopware:6.5.5.0-php8.2.16 --tag shyim/shopware:6.5.5.0-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.5.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.5.0-php8.2 --tag shyim/shopware:cli-6.5.5.0-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.5.0-php8.2.16 --tag shyim/shopware:cli-6.5.5.0-php8.2.16 --push . - shopware-v6_5_4_1-8_1: - name: v6.5.4.1 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.4.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.4 --tag shyim/shopware:6.5.4 --tag ghcr.io/shyim/shopware:6.5.4-php8.1 --tag shyim/shopware:6.5.4-php8.1 --tag ghcr.io/shyim/shopware:6.5.4-php8.1.27 --tag shyim/shopware:6.5.4-php8.1.27 --tag ghcr.io/shyim/shopware:6.5.4.1 --tag shyim/shopware:6.5.4.1 --tag ghcr.io/shyim/shopware:6.5.4.1-php8.1 --tag shyim/shopware:6.5.4.1-php8.1 --tag ghcr.io/shyim/shopware:6.5.4.1-php8.1.27 --tag shyim/shopware:6.5.4.1-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.4.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.4 --tag shyim/shopware:cli-6.5.4 --tag ghcr.io/shyim/shopware:cli-6.5.4-php8.1 --tag shyim/shopware:cli-6.5.4-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.4-php8.1.27 --tag shyim/shopware:cli-6.5.4-php8.1.27 --tag ghcr.io/shyim/shopware:cli-6.5.4.1 --tag shyim/shopware:cli-6.5.4.1 --tag ghcr.io/shyim/shopware:cli-6.5.4.1-php8.1 --tag shyim/shopware:cli-6.5.4.1-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.4.1-php8.1.27 --tag shyim/shopware:cli-6.5.4.1-php8.1.27 --push . - shopware-v6_5_4_1-8_2: - name: v6.5.4.1 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.4.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.4-php8.2 --tag shyim/shopware:6.5.4-php8.2 --tag ghcr.io/shyim/shopware:6.5.4-php8.2.16 --tag shyim/shopware:6.5.4-php8.2.16 --tag ghcr.io/shyim/shopware:6.5.4.1-php8.2 --tag shyim/shopware:6.5.4.1-php8.2 --tag ghcr.io/shyim/shopware:6.5.4.1-php8.2.16 --tag shyim/shopware:6.5.4.1-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.4.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.4-php8.2 --tag shyim/shopware:cli-6.5.4-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.4-php8.2.16 --tag shyim/shopware:cli-6.5.4-php8.2.16 --tag ghcr.io/shyim/shopware:cli-6.5.4.1-php8.2 --tag shyim/shopware:cli-6.5.4.1-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.4.1-php8.2.16 --tag shyim/shopware:cli-6.5.4.1-php8.2.16 --push . - shopware-v6_5_4_0-8_1: - name: v6.5.4.0 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.4.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.4.0 --tag shyim/shopware:6.5.4.0 --tag ghcr.io/shyim/shopware:6.5.4.0-php8.1 --tag shyim/shopware:6.5.4.0-php8.1 --tag ghcr.io/shyim/shopware:6.5.4.0-php8.1.27 --tag shyim/shopware:6.5.4.0-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.4.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.4.0 --tag shyim/shopware:cli-6.5.4.0 --tag ghcr.io/shyim/shopware:cli-6.5.4.0-php8.1 --tag shyim/shopware:cli-6.5.4.0-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.4.0-php8.1.27 --tag shyim/shopware:cli-6.5.4.0-php8.1.27 --push . - shopware-v6_5_4_0-8_2: - name: v6.5.4.0 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.4.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.4.0-php8.2 --tag shyim/shopware:6.5.4.0-php8.2 --tag ghcr.io/shyim/shopware:6.5.4.0-php8.2.16 --tag shyim/shopware:6.5.4.0-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.4.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.4.0-php8.2 --tag shyim/shopware:cli-6.5.4.0-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.4.0-php8.2.16 --tag shyim/shopware:cli-6.5.4.0-php8.2.16 --push . - shopware-v6_5_3_3-8_1: - name: v6.5.3.3 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.3.3/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.3 --tag shyim/shopware:6.5.3 --tag ghcr.io/shyim/shopware:6.5.3-php8.1 --tag shyim/shopware:6.5.3-php8.1 --tag ghcr.io/shyim/shopware:6.5.3-php8.1.27 --tag shyim/shopware:6.5.3-php8.1.27 --tag ghcr.io/shyim/shopware:6.5.3.3 --tag shyim/shopware:6.5.3.3 --tag ghcr.io/shyim/shopware:6.5.3.3-php8.1 --tag shyim/shopware:6.5.3.3-php8.1 --tag ghcr.io/shyim/shopware:6.5.3.3-php8.1.27 --tag shyim/shopware:6.5.3.3-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.3.3/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.3 --tag shyim/shopware:cli-6.5.3 --tag ghcr.io/shyim/shopware:cli-6.5.3-php8.1 --tag shyim/shopware:cli-6.5.3-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.3-php8.1.27 --tag shyim/shopware:cli-6.5.3-php8.1.27 --tag ghcr.io/shyim/shopware:cli-6.5.3.3 --tag shyim/shopware:cli-6.5.3.3 --tag ghcr.io/shyim/shopware:cli-6.5.3.3-php8.1 --tag shyim/shopware:cli-6.5.3.3-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.3.3-php8.1.27 --tag shyim/shopware:cli-6.5.3.3-php8.1.27 --push . - shopware-v6_5_3_3-8_2: - name: v6.5.3.3 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.3.3/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.3-php8.2 --tag shyim/shopware:6.5.3-php8.2 --tag ghcr.io/shyim/shopware:6.5.3-php8.2.16 --tag shyim/shopware:6.5.3-php8.2.16 --tag ghcr.io/shyim/shopware:6.5.3.3-php8.2 --tag shyim/shopware:6.5.3.3-php8.2 --tag ghcr.io/shyim/shopware:6.5.3.3-php8.2.16 --tag shyim/shopware:6.5.3.3-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.3.3/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.3-php8.2 --tag shyim/shopware:cli-6.5.3-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.3-php8.2.16 --tag shyim/shopware:cli-6.5.3-php8.2.16 --tag ghcr.io/shyim/shopware:cli-6.5.3.3-php8.2 --tag shyim/shopware:cli-6.5.3.3-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.3.3-php8.2.16 --tag shyim/shopware:cli-6.5.3.3-php8.2.16 --push . - shopware-v6_5_3_2-8_1: - name: v6.5.3.2 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.3.2/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.3.2 --tag shyim/shopware:6.5.3.2 --tag ghcr.io/shyim/shopware:6.5.3.2-php8.1 --tag shyim/shopware:6.5.3.2-php8.1 --tag ghcr.io/shyim/shopware:6.5.3.2-php8.1.27 --tag shyim/shopware:6.5.3.2-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.3.2/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.3.2 --tag shyim/shopware:cli-6.5.3.2 --tag ghcr.io/shyim/shopware:cli-6.5.3.2-php8.1 --tag shyim/shopware:cli-6.5.3.2-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.3.2-php8.1.27 --tag shyim/shopware:cli-6.5.3.2-php8.1.27 --push . - shopware-v6_5_3_2-8_2: - name: v6.5.3.2 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.3.2/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.3.2-php8.2 --tag shyim/shopware:6.5.3.2-php8.2 --tag ghcr.io/shyim/shopware:6.5.3.2-php8.2.16 --tag shyim/shopware:6.5.3.2-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.3.2/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.3.2-php8.2 --tag shyim/shopware:cli-6.5.3.2-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.3.2-php8.2.16 --tag shyim/shopware:cli-6.5.3.2-php8.2.16 --push . - shopware-v6_5_3_1-8_1: - name: v6.5.3.1 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.3.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.3.1 --tag shyim/shopware:6.5.3.1 --tag ghcr.io/shyim/shopware:6.5.3.1-php8.1 --tag shyim/shopware:6.5.3.1-php8.1 --tag ghcr.io/shyim/shopware:6.5.3.1-php8.1.27 --tag shyim/shopware:6.5.3.1-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.3.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.3.1 --tag shyim/shopware:cli-6.5.3.1 --tag ghcr.io/shyim/shopware:cli-6.5.3.1-php8.1 --tag shyim/shopware:cli-6.5.3.1-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.3.1-php8.1.27 --tag shyim/shopware:cli-6.5.3.1-php8.1.27 --push . - shopware-v6_5_3_1-8_2: - name: v6.5.3.1 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.3.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.3.1-php8.2 --tag shyim/shopware:6.5.3.1-php8.2 --tag ghcr.io/shyim/shopware:6.5.3.1-php8.2.16 --tag shyim/shopware:6.5.3.1-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.3.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.3.1-php8.2 --tag shyim/shopware:cli-6.5.3.1-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.3.1-php8.2.16 --tag shyim/shopware:cli-6.5.3.1-php8.2.16 --push . - shopware-v6_5_3_0-8_1: - name: v6.5.3.0 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.3.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.3.0 --tag shyim/shopware:6.5.3.0 --tag ghcr.io/shyim/shopware:6.5.3.0-php8.1 --tag shyim/shopware:6.5.3.0-php8.1 --tag ghcr.io/shyim/shopware:6.5.3.0-php8.1.27 --tag shyim/shopware:6.5.3.0-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.3.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.3.0 --tag shyim/shopware:cli-6.5.3.0 --tag ghcr.io/shyim/shopware:cli-6.5.3.0-php8.1 --tag shyim/shopware:cli-6.5.3.0-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.3.0-php8.1.27 --tag shyim/shopware:cli-6.5.3.0-php8.1.27 --push . - shopware-v6_5_3_0-8_2: - name: v6.5.3.0 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.3.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.3.0-php8.2 --tag shyim/shopware:6.5.3.0-php8.2 --tag ghcr.io/shyim/shopware:6.5.3.0-php8.2.16 --tag shyim/shopware:6.5.3.0-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.3.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.3.0-php8.2 --tag shyim/shopware:cli-6.5.3.0-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.3.0-php8.2.16 --tag shyim/shopware:cli-6.5.3.0-php8.2.16 --push . - shopware-v6_5_2_1-8_1: - name: v6.5.2.1 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.2.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.2 --tag shyim/shopware:6.5.2 --tag ghcr.io/shyim/shopware:6.5.2-php8.1 --tag shyim/shopware:6.5.2-php8.1 --tag ghcr.io/shyim/shopware:6.5.2-php8.1.27 --tag shyim/shopware:6.5.2-php8.1.27 --tag ghcr.io/shyim/shopware:6.5.2.1 --tag shyim/shopware:6.5.2.1 --tag ghcr.io/shyim/shopware:6.5.2.1-php8.1 --tag shyim/shopware:6.5.2.1-php8.1 --tag ghcr.io/shyim/shopware:6.5.2.1-php8.1.27 --tag shyim/shopware:6.5.2.1-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.2.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.2 --tag shyim/shopware:cli-6.5.2 --tag ghcr.io/shyim/shopware:cli-6.5.2-php8.1 --tag shyim/shopware:cli-6.5.2-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.2-php8.1.27 --tag shyim/shopware:cli-6.5.2-php8.1.27 --tag ghcr.io/shyim/shopware:cli-6.5.2.1 --tag shyim/shopware:cli-6.5.2.1 --tag ghcr.io/shyim/shopware:cli-6.5.2.1-php8.1 --tag shyim/shopware:cli-6.5.2.1-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.2.1-php8.1.27 --tag shyim/shopware:cli-6.5.2.1-php8.1.27 --push . - shopware-v6_5_2_1-8_2: - name: v6.5.2.1 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.2.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.2-php8.2 --tag shyim/shopware:6.5.2-php8.2 --tag ghcr.io/shyim/shopware:6.5.2-php8.2.16 --tag shyim/shopware:6.5.2-php8.2.16 --tag ghcr.io/shyim/shopware:6.5.2.1-php8.2 --tag shyim/shopware:6.5.2.1-php8.2 --tag ghcr.io/shyim/shopware:6.5.2.1-php8.2.16 --tag shyim/shopware:6.5.2.1-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.2.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.2-php8.2 --tag shyim/shopware:cli-6.5.2-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.2-php8.2.16 --tag shyim/shopware:cli-6.5.2-php8.2.16 --tag ghcr.io/shyim/shopware:cli-6.5.2.1-php8.2 --tag shyim/shopware:cli-6.5.2.1-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.2.1-php8.2.16 --tag shyim/shopware:cli-6.5.2.1-php8.2.16 --push . - shopware-v6_5_2_0-8_1: - name: v6.5.2.0 with PHP 8.1 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.1/6.5.2.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.2.0 --tag shyim/shopware:6.5.2.0 --tag ghcr.io/shyim/shopware:6.5.2.0-php8.1 --tag shyim/shopware:6.5.2.0-php8.1 --tag ghcr.io/shyim/shopware:6.5.2.0-php8.1.27 --tag shyim/shopware:6.5.2.0-php8.1.27 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.1/6.5.2.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.2.0 --tag shyim/shopware:cli-6.5.2.0 --tag ghcr.io/shyim/shopware:cli-6.5.2.0-php8.1 --tag shyim/shopware:cli-6.5.2.0-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.2.0-php8.1.27 --tag shyim/shopware:cli-6.5.2.0-php8.1.27 --push . - shopware-v6_5_2_0-8_2: - name: v6.5.2.0 with PHP 8.2 - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - - name: Login into Docker Hub Registery - run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin - - - name: Login into Github Docker Registery - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build PHP Web - run: docker buildx build -f ./shopware/8.2/6.5.2.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.2.0-php8.2 --tag shyim/shopware:6.5.2.0-php8.2 --tag ghcr.io/shyim/shopware:6.5.2.0-php8.2.16 --tag shyim/shopware:6.5.2.0-php8.2.16 --push . - - - name: Build PHP CLI - run: docker buildx build -f ./shopware/8.2/6.5.2.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.2.0-php8.2 --tag shyim/shopware:cli-6.5.2.0-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.2.0-php8.2.16 --tag shyim/shopware:cli-6.5.2.0-php8.2.16 --push . \ No newline at end of file +jobs: \ No newline at end of file diff --git a/shopware/8.1/6.5.2.0/Dockerfile b/shopware/8.1/6.5.2.0/Dockerfile deleted file mode 100644 index 8808219..0000000 --- a/shopware/8.1/6.5.2.0/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.2.0 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.2.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.2.0/Dockerfile.cli b/shopware/8.1/6.5.2.0/Dockerfile.cli deleted file mode 100644 index 85192c1..0000000 --- a/shopware/8.1/6.5.2.0/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.2.0 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.2.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.2.1/Dockerfile b/shopware/8.1/6.5.2.1/Dockerfile deleted file mode 100644 index 32815cc..0000000 --- a/shopware/8.1/6.5.2.1/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.2.1 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.2.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.2.1/Dockerfile.cli b/shopware/8.1/6.5.2.1/Dockerfile.cli deleted file mode 100644 index 8d6c72e..0000000 --- a/shopware/8.1/6.5.2.1/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.2.1 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.2.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.3.0/Dockerfile b/shopware/8.1/6.5.3.0/Dockerfile deleted file mode 100644 index 7513bc0..0000000 --- a/shopware/8.1/6.5.3.0/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.3.0 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.3.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.3.0/Dockerfile.cli b/shopware/8.1/6.5.3.0/Dockerfile.cli deleted file mode 100644 index 2d751c4..0000000 --- a/shopware/8.1/6.5.3.0/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.3.0 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.3.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.3.1/Dockerfile b/shopware/8.1/6.5.3.1/Dockerfile deleted file mode 100644 index b347ac5..0000000 --- a/shopware/8.1/6.5.3.1/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.3.1 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.3.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.3.1/Dockerfile.cli b/shopware/8.1/6.5.3.1/Dockerfile.cli deleted file mode 100644 index 58794a0..0000000 --- a/shopware/8.1/6.5.3.1/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.3.1 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.3.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.3.2/Dockerfile b/shopware/8.1/6.5.3.2/Dockerfile deleted file mode 100644 index 83b558e..0000000 --- a/shopware/8.1/6.5.3.2/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.3.2 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.3.2" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.3.2/Dockerfile.cli b/shopware/8.1/6.5.3.2/Dockerfile.cli deleted file mode 100644 index c26162e..0000000 --- a/shopware/8.1/6.5.3.2/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.3.2 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.3.2" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.3.3/Dockerfile b/shopware/8.1/6.5.3.3/Dockerfile deleted file mode 100644 index 1ed3e51..0000000 --- a/shopware/8.1/6.5.3.3/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.3.3 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.3.3" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.3.3/Dockerfile.cli b/shopware/8.1/6.5.3.3/Dockerfile.cli deleted file mode 100644 index aa691e7..0000000 --- a/shopware/8.1/6.5.3.3/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.3.3 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.3.3" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.4.0/Dockerfile b/shopware/8.1/6.5.4.0/Dockerfile deleted file mode 100644 index bdf3fe1..0000000 --- a/shopware/8.1/6.5.4.0/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.4.0 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.4.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.4.0/Dockerfile.cli b/shopware/8.1/6.5.4.0/Dockerfile.cli deleted file mode 100644 index 635eee1..0000000 --- a/shopware/8.1/6.5.4.0/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.4.0 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.4.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.4.1/Dockerfile b/shopware/8.1/6.5.4.1/Dockerfile deleted file mode 100644 index e0ac4b3..0000000 --- a/shopware/8.1/6.5.4.1/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.4.1 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.4.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.4.1/Dockerfile.cli b/shopware/8.1/6.5.4.1/Dockerfile.cli deleted file mode 100644 index 797fafc..0000000 --- a/shopware/8.1/6.5.4.1/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.4.1 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.4.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.5.0/Dockerfile b/shopware/8.1/6.5.5.0/Dockerfile deleted file mode 100644 index 076b97f..0000000 --- a/shopware/8.1/6.5.5.0/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.5.0 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.5.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.5.0/Dockerfile.cli b/shopware/8.1/6.5.5.0/Dockerfile.cli deleted file mode 100644 index 028f388..0000000 --- a/shopware/8.1/6.5.5.0/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.5.0 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.5.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.5.1/Dockerfile b/shopware/8.1/6.5.5.1/Dockerfile deleted file mode 100644 index 30dc529..0000000 --- a/shopware/8.1/6.5.5.1/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.5.1 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.5.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.5.1/Dockerfile.cli b/shopware/8.1/6.5.5.1/Dockerfile.cli deleted file mode 100644 index f6a87b0..0000000 --- a/shopware/8.1/6.5.5.1/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.5.1 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.5.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.5.2/Dockerfile b/shopware/8.1/6.5.5.2/Dockerfile deleted file mode 100644 index 1663eae..0000000 --- a/shopware/8.1/6.5.5.2/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.5.2 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.5.2" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.5.2/Dockerfile.cli b/shopware/8.1/6.5.5.2/Dockerfile.cli deleted file mode 100644 index 6c94d21..0000000 --- a/shopware/8.1/6.5.5.2/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.5.2 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.5.2" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.6.0/Dockerfile b/shopware/8.1/6.5.6.0/Dockerfile deleted file mode 100644 index ebc3e5c..0000000 --- a/shopware/8.1/6.5.6.0/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.6.0 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.6.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.6.0/Dockerfile.cli b/shopware/8.1/6.5.6.0/Dockerfile.cli deleted file mode 100644 index 0c3e2b9..0000000 --- a/shopware/8.1/6.5.6.0/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.6.0 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.6.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.6.1/Dockerfile b/shopware/8.1/6.5.6.1/Dockerfile deleted file mode 100644 index aff40c6..0000000 --- a/shopware/8.1/6.5.6.1/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.6.1 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.6.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.6.1/Dockerfile.cli b/shopware/8.1/6.5.6.1/Dockerfile.cli deleted file mode 100644 index 73f7598..0000000 --- a/shopware/8.1/6.5.6.1/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.6.1 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.6.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.7.0/Dockerfile b/shopware/8.1/6.5.7.0/Dockerfile deleted file mode 100644 index 171c77e..0000000 --- a/shopware/8.1/6.5.7.0/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.7.0 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.7.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.7.0/Dockerfile.cli b/shopware/8.1/6.5.7.0/Dockerfile.cli deleted file mode 100644 index 8d0e2fb..0000000 --- a/shopware/8.1/6.5.7.0/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.7.0 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.7.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.7.1/Dockerfile b/shopware/8.1/6.5.7.1/Dockerfile deleted file mode 100644 index 7bbf3ca..0000000 --- a/shopware/8.1/6.5.7.1/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.7.1 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.7.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.7.1/Dockerfile.cli b/shopware/8.1/6.5.7.1/Dockerfile.cli deleted file mode 100644 index 32bc789..0000000 --- a/shopware/8.1/6.5.7.1/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.7.1 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.7.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.7.2/Dockerfile b/shopware/8.1/6.5.7.2/Dockerfile deleted file mode 100644 index 51f7a4c..0000000 --- a/shopware/8.1/6.5.7.2/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.7.2 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.7.2" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.7.2/Dockerfile.cli b/shopware/8.1/6.5.7.2/Dockerfile.cli deleted file mode 100644 index 53a0106..0000000 --- a/shopware/8.1/6.5.7.2/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.7.2 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.7.2" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.7.3/Dockerfile b/shopware/8.1/6.5.7.3/Dockerfile deleted file mode 100644 index dda8657..0000000 --- a/shopware/8.1/6.5.7.3/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.7.3 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.7.3" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.7.3/Dockerfile.cli b/shopware/8.1/6.5.7.3/Dockerfile.cli deleted file mode 100644 index 2765875..0000000 --- a/shopware/8.1/6.5.7.3/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.7.3 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.7.3" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.7.4/Dockerfile b/shopware/8.1/6.5.7.4/Dockerfile deleted file mode 100644 index 977daeb..0000000 --- a/shopware/8.1/6.5.7.4/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.7.4 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.7.4" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.7.4/Dockerfile.cli b/shopware/8.1/6.5.7.4/Dockerfile.cli deleted file mode 100644 index b3bcf57..0000000 --- a/shopware/8.1/6.5.7.4/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.7.4 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.7.4" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.8.0/Dockerfile b/shopware/8.1/6.5.8.0/Dockerfile deleted file mode 100644 index 8c0f3f6..0000000 --- a/shopware/8.1/6.5.8.0/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.0 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.8.0/Dockerfile.cli b/shopware/8.1/6.5.8.0/Dockerfile.cli deleted file mode 100644 index 8016a24..0000000 --- a/shopware/8.1/6.5.8.0/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.0 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.8.1/Dockerfile b/shopware/8.1/6.5.8.1/Dockerfile deleted file mode 100644 index 5f07df3..0000000 --- a/shopware/8.1/6.5.8.1/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.1 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.8.1/Dockerfile.cli b/shopware/8.1/6.5.8.1/Dockerfile.cli deleted file mode 100644 index 46b089e..0000000 --- a/shopware/8.1/6.5.8.1/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.1 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.8.2/Dockerfile b/shopware/8.1/6.5.8.2/Dockerfile deleted file mode 100644 index ce1acc8..0000000 --- a/shopware/8.1/6.5.8.2/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.2 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.2" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.8.2/Dockerfile.cli b/shopware/8.1/6.5.8.2/Dockerfile.cli deleted file mode 100644 index 7147791..0000000 --- a/shopware/8.1/6.5.8.2/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.2 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.2" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.8.3/Dockerfile b/shopware/8.1/6.5.8.3/Dockerfile deleted file mode 100644 index 6f7f170..0000000 --- a/shopware/8.1/6.5.8.3/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.3 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.3" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.8.3/Dockerfile.cli b/shopware/8.1/6.5.8.3/Dockerfile.cli deleted file mode 100644 index 478a5f5..0000000 --- a/shopware/8.1/6.5.8.3/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.3 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.3" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.8.4/Dockerfile b/shopware/8.1/6.5.8.4/Dockerfile deleted file mode 100644 index 6d8e8c3..0000000 --- a/shopware/8.1/6.5.8.4/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.4 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.4" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.8.4/Dockerfile.cli b/shopware/8.1/6.5.8.4/Dockerfile.cli deleted file mode 100644 index 62d1094..0000000 --- a/shopware/8.1/6.5.8.4/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.4 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.4" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.8.5/Dockerfile b/shopware/8.1/6.5.8.5/Dockerfile deleted file mode 100644 index 201b7e9..0000000 --- a/shopware/8.1/6.5.8.5/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.5 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.5" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.8.5/Dockerfile.cli b/shopware/8.1/6.5.8.5/Dockerfile.cli deleted file mode 100644 index 6a3425a..0000000 --- a/shopware/8.1/6.5.8.5/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.5 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.5" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.8.6/Dockerfile b/shopware/8.1/6.5.8.6/Dockerfile deleted file mode 100644 index 667da89..0000000 --- a/shopware/8.1/6.5.8.6/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.6 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.6" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.8.6/Dockerfile.cli b/shopware/8.1/6.5.8.6/Dockerfile.cli deleted file mode 100644 index f822dab..0000000 --- a/shopware/8.1/6.5.8.6/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.6 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.6" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.1/6.5.8.7/Dockerfile b/shopware/8.1/6.5.8.7/Dockerfile deleted file mode 100644 index 9bf4424..0000000 --- a/shopware/8.1/6.5.8.7/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.7 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.7" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.1/6.5.8.7/Dockerfile.cli b/shopware/8.1/6.5.8.7/Dockerfile.cli deleted file mode 100644 index 17cfa30..0000000 --- a/shopware/8.1/6.5.8.7/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.7 - -FROM ghcr.io/shyim/shopware-nginx:8.1.27 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.7" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.2.0/Dockerfile b/shopware/8.2/6.5.2.0/Dockerfile deleted file mode 100644 index 9f34066..0000000 --- a/shopware/8.2/6.5.2.0/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.2.0 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.2.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.2.0/Dockerfile.cli b/shopware/8.2/6.5.2.0/Dockerfile.cli deleted file mode 100644 index c1cbd7e..0000000 --- a/shopware/8.2/6.5.2.0/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.2.0 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.2.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.2.1/Dockerfile b/shopware/8.2/6.5.2.1/Dockerfile deleted file mode 100644 index 3151587..0000000 --- a/shopware/8.2/6.5.2.1/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.2.1 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.2.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.2.1/Dockerfile.cli b/shopware/8.2/6.5.2.1/Dockerfile.cli deleted file mode 100644 index e8f1515..0000000 --- a/shopware/8.2/6.5.2.1/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.2.1 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.2.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.3.0/Dockerfile b/shopware/8.2/6.5.3.0/Dockerfile deleted file mode 100644 index c5e1cc0..0000000 --- a/shopware/8.2/6.5.3.0/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.3.0 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.3.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.3.0/Dockerfile.cli b/shopware/8.2/6.5.3.0/Dockerfile.cli deleted file mode 100644 index f908591..0000000 --- a/shopware/8.2/6.5.3.0/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.3.0 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.3.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.3.1/Dockerfile b/shopware/8.2/6.5.3.1/Dockerfile deleted file mode 100644 index 029c374..0000000 --- a/shopware/8.2/6.5.3.1/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.3.1 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.3.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.3.1/Dockerfile.cli b/shopware/8.2/6.5.3.1/Dockerfile.cli deleted file mode 100644 index 6e2662e..0000000 --- a/shopware/8.2/6.5.3.1/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.3.1 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.3.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.3.2/Dockerfile b/shopware/8.2/6.5.3.2/Dockerfile deleted file mode 100644 index 2fcc66f..0000000 --- a/shopware/8.2/6.5.3.2/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.3.2 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.3.2" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.3.2/Dockerfile.cli b/shopware/8.2/6.5.3.2/Dockerfile.cli deleted file mode 100644 index dbc8e2a..0000000 --- a/shopware/8.2/6.5.3.2/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.3.2 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.3.2" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.3.3/Dockerfile b/shopware/8.2/6.5.3.3/Dockerfile deleted file mode 100644 index 85e7c2a..0000000 --- a/shopware/8.2/6.5.3.3/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.3.3 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.3.3" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.3.3/Dockerfile.cli b/shopware/8.2/6.5.3.3/Dockerfile.cli deleted file mode 100644 index 4662411..0000000 --- a/shopware/8.2/6.5.3.3/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.3.3 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.3.3" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.4.0/Dockerfile b/shopware/8.2/6.5.4.0/Dockerfile deleted file mode 100644 index c20125f..0000000 --- a/shopware/8.2/6.5.4.0/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.4.0 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.4.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.4.0/Dockerfile.cli b/shopware/8.2/6.5.4.0/Dockerfile.cli deleted file mode 100644 index d29f4dc..0000000 --- a/shopware/8.2/6.5.4.0/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.4.0 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.4.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.4.1/Dockerfile b/shopware/8.2/6.5.4.1/Dockerfile deleted file mode 100644 index 4891b37..0000000 --- a/shopware/8.2/6.5.4.1/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.4.1 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.4.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.4.1/Dockerfile.cli b/shopware/8.2/6.5.4.1/Dockerfile.cli deleted file mode 100644 index 1fb3875..0000000 --- a/shopware/8.2/6.5.4.1/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.4.1 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.4.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.5.0/Dockerfile b/shopware/8.2/6.5.5.0/Dockerfile deleted file mode 100644 index 08c6f47..0000000 --- a/shopware/8.2/6.5.5.0/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.5.0 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.5.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.5.0/Dockerfile.cli b/shopware/8.2/6.5.5.0/Dockerfile.cli deleted file mode 100644 index 18cd784..0000000 --- a/shopware/8.2/6.5.5.0/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.5.0 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.5.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.5.1/Dockerfile b/shopware/8.2/6.5.5.1/Dockerfile deleted file mode 100644 index 8581074..0000000 --- a/shopware/8.2/6.5.5.1/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.5.1 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.5.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.5.1/Dockerfile.cli b/shopware/8.2/6.5.5.1/Dockerfile.cli deleted file mode 100644 index 1b7151c..0000000 --- a/shopware/8.2/6.5.5.1/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.5.1 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.5.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.5.2/Dockerfile b/shopware/8.2/6.5.5.2/Dockerfile deleted file mode 100644 index 884c79e..0000000 --- a/shopware/8.2/6.5.5.2/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.5.2 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.5.2" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.5.2/Dockerfile.cli b/shopware/8.2/6.5.5.2/Dockerfile.cli deleted file mode 100644 index 59384ba..0000000 --- a/shopware/8.2/6.5.5.2/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.5.2 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.5.2" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.6.0/Dockerfile b/shopware/8.2/6.5.6.0/Dockerfile deleted file mode 100644 index 73c5bf5..0000000 --- a/shopware/8.2/6.5.6.0/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.6.0 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.6.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.6.0/Dockerfile.cli b/shopware/8.2/6.5.6.0/Dockerfile.cli deleted file mode 100644 index 290a0ee..0000000 --- a/shopware/8.2/6.5.6.0/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.6.0 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.6.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.6.1/Dockerfile b/shopware/8.2/6.5.6.1/Dockerfile deleted file mode 100644 index 715f498..0000000 --- a/shopware/8.2/6.5.6.1/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.6.1 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.6.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.6.1/Dockerfile.cli b/shopware/8.2/6.5.6.1/Dockerfile.cli deleted file mode 100644 index b2ceed9..0000000 --- a/shopware/8.2/6.5.6.1/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.6.1 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.6.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.7.0/Dockerfile b/shopware/8.2/6.5.7.0/Dockerfile deleted file mode 100644 index 834c42c..0000000 --- a/shopware/8.2/6.5.7.0/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.7.0 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.7.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.7.0/Dockerfile.cli b/shopware/8.2/6.5.7.0/Dockerfile.cli deleted file mode 100644 index 3c61035..0000000 --- a/shopware/8.2/6.5.7.0/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.7.0 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.7.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.7.1/Dockerfile b/shopware/8.2/6.5.7.1/Dockerfile deleted file mode 100644 index 46b656b..0000000 --- a/shopware/8.2/6.5.7.1/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.7.1 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.7.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.7.1/Dockerfile.cli b/shopware/8.2/6.5.7.1/Dockerfile.cli deleted file mode 100644 index e74115a..0000000 --- a/shopware/8.2/6.5.7.1/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.7.1 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.7.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.7.2/Dockerfile b/shopware/8.2/6.5.7.2/Dockerfile deleted file mode 100644 index 28709d8..0000000 --- a/shopware/8.2/6.5.7.2/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.7.2 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.7.2" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.7.2/Dockerfile.cli b/shopware/8.2/6.5.7.2/Dockerfile.cli deleted file mode 100644 index aca70b8..0000000 --- a/shopware/8.2/6.5.7.2/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.7.2 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.7.2" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.7.3/Dockerfile b/shopware/8.2/6.5.7.3/Dockerfile deleted file mode 100644 index 2bc649d..0000000 --- a/shopware/8.2/6.5.7.3/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.7.3 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.7.3" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.7.3/Dockerfile.cli b/shopware/8.2/6.5.7.3/Dockerfile.cli deleted file mode 100644 index ed40b03..0000000 --- a/shopware/8.2/6.5.7.3/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.7.3 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.7.3" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.7.4/Dockerfile b/shopware/8.2/6.5.7.4/Dockerfile deleted file mode 100644 index 05ea629..0000000 --- a/shopware/8.2/6.5.7.4/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.7.4 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.7.4" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.7.4/Dockerfile.cli b/shopware/8.2/6.5.7.4/Dockerfile.cli deleted file mode 100644 index 1b706d5..0000000 --- a/shopware/8.2/6.5.7.4/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.7.4 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.7.4" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.8.0/Dockerfile b/shopware/8.2/6.5.8.0/Dockerfile deleted file mode 100644 index 3fa8be8..0000000 --- a/shopware/8.2/6.5.8.0/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.0 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.8.0/Dockerfile.cli b/shopware/8.2/6.5.8.0/Dockerfile.cli deleted file mode 100644 index d7d7879..0000000 --- a/shopware/8.2/6.5.8.0/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.0 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.0" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.8.1/Dockerfile b/shopware/8.2/6.5.8.1/Dockerfile deleted file mode 100644 index 729ecdc..0000000 --- a/shopware/8.2/6.5.8.1/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.1 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.8.1/Dockerfile.cli b/shopware/8.2/6.5.8.1/Dockerfile.cli deleted file mode 100644 index 6982e40..0000000 --- a/shopware/8.2/6.5.8.1/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.1 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.1" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.8.2/Dockerfile b/shopware/8.2/6.5.8.2/Dockerfile deleted file mode 100644 index 90a72b4..0000000 --- a/shopware/8.2/6.5.8.2/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.2 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.2" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.8.2/Dockerfile.cli b/shopware/8.2/6.5.8.2/Dockerfile.cli deleted file mode 100644 index 8dac476..0000000 --- a/shopware/8.2/6.5.8.2/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.2 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.2" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.8.3/Dockerfile b/shopware/8.2/6.5.8.3/Dockerfile deleted file mode 100644 index da9c267..0000000 --- a/shopware/8.2/6.5.8.3/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.3 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.3" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.8.3/Dockerfile.cli b/shopware/8.2/6.5.8.3/Dockerfile.cli deleted file mode 100644 index 7442b9d..0000000 --- a/shopware/8.2/6.5.8.3/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.3 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.3" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.8.4/Dockerfile b/shopware/8.2/6.5.8.4/Dockerfile deleted file mode 100644 index 341a738..0000000 --- a/shopware/8.2/6.5.8.4/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.4 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.4" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.8.4/Dockerfile.cli b/shopware/8.2/6.5.8.4/Dockerfile.cli deleted file mode 100644 index 75b1401..0000000 --- a/shopware/8.2/6.5.8.4/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.4 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.4" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.8.5/Dockerfile b/shopware/8.2/6.5.8.5/Dockerfile deleted file mode 100644 index 8357422..0000000 --- a/shopware/8.2/6.5.8.5/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.5 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.5" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.8.5/Dockerfile.cli b/shopware/8.2/6.5.8.5/Dockerfile.cli deleted file mode 100644 index cb7d762..0000000 --- a/shopware/8.2/6.5.8.5/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.5 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.5" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.8.6/Dockerfile b/shopware/8.2/6.5.8.6/Dockerfile deleted file mode 100644 index 6b0dc07..0000000 --- a/shopware/8.2/6.5.8.6/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.6 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.6" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.8.6/Dockerfile.cli b/shopware/8.2/6.5.8.6/Dockerfile.cli deleted file mode 100644 index 0bf0101..0000000 --- a/shopware/8.2/6.5.8.6/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.6 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.6" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file diff --git a/shopware/8.2/6.5.8.7/Dockerfile b/shopware/8.2/6.5.8.7/Dockerfile deleted file mode 100644 index 4d282ce..0000000 --- a/shopware/8.2/6.5.8.7/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.7 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.7" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt diff --git a/shopware/8.2/6.5.8.7/Dockerfile.cli b/shopware/8.2/6.5.8.7/Dockerfile.cli deleted file mode 100644 index 6d478c4..0000000 --- a/shopware/8.2/6.5.8.7/Dockerfile.cli +++ /dev/null @@ -1,19 +0,0 @@ -FROM ghcr.io/friendsofshopware/shopware-cli as project-creator - -WORKDIR / -RUN shopware-cli project create shop 6.5.8.7 - -FROM ghcr.io/shyim/shopware-nginx:8.2.16 - -COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer - -COPY --from=project-creator /shop /var/www/html - -RUN mkdir /state && \ - echo "6.5.8.7" > /shopware_version && \ - chown -R www-data:www-data /var/www - -VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt - -ENV RUN_NGINX=0 -HEALTHCHECK NONE \ No newline at end of file