From 912f5b8dc4cee29a67f1448c2c907dc2063a0d5c Mon Sep 17 00:00:00 2001 From: fabriciojs Date: Wed, 14 Apr 2021 10:02:53 -0300 Subject: [PATCH 01/16] remove static specific flags --- template/default_tmpl.blade.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/template/default_tmpl.blade.php b/template/default_tmpl.blade.php index 0c66836..79941fa 100644 --- a/template/default_tmpl.blade.php +++ b/template/default_tmpl.blade.php @@ -29,15 +29,6 @@ try_files $uri $uri/ /@{{ .Env.INDEX }}{{ $version === 'php' ? '?$query_string' : '' }}; add_header X-Served-By kool.dev; - -@if ($version === 'static') - # optimizations from https://docs.nginx.com/nginx/admin-guide/web-server/serving-static-content/ - sendfile on; - sendfile_max_chunk 2m; - tcp_nopush on; - tcp_nodelay on; - keepalive_timeout 150; -@endif } @endif From 2a77960d506e77d1e32d854a19e73ac63406a1e6 Mon Sep 17 00:00:00 2001 From: fabriciojs Date: Wed, 14 Apr 2021 10:03:18 -0300 Subject: [PATCH 02/16] auto generated files --- php/default.tmpl | 1 - static/default.tmpl | 7 ------- 2 files changed, 8 deletions(-) diff --git a/php/default.tmpl b/php/default.tmpl index c1dd980..f81fea7 100644 --- a/php/default.tmpl +++ b/php/default.tmpl @@ -15,7 +15,6 @@ server { try_files $uri $uri/ /{{ .Env.INDEX }}?$query_string; add_header X-Served-By kool.dev; - } location ~ \.php$ { diff --git a/static/default.tmpl b/static/default.tmpl index 3020636..008b190 100644 --- a/static/default.tmpl +++ b/static/default.tmpl @@ -16,13 +16,6 @@ server { try_files $uri $uri/ /{{ .Env.INDEX }}; add_header X-Served-By kool.dev; - - # optimizations from https://docs.nginx.com/nginx/admin-guide/web-server/serving-static-content/ - sendfile on; - sendfile_max_chunk 2m; - tcp_nopush on; - tcp_nodelay on; - keepalive_timeout 150; } From 122f7e150c5c3df1b511ee022ba848ad3ec81303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:18:49 +0000 Subject: [PATCH 03/16] Bump docker/setup-buildx-action from 1 to 1.3.0 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 1.3.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v1.3.0) Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index cb0f7ba..5eeba1d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v2 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v1.3.0 - name: Cache Docker layers uses: actions/cache@v2.1.5 From 8a12a80df7a6cdbd7879995a47cbd13be97a6616 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:19:00 +0000 Subject: [PATCH 04/16] Bump actions/checkout from 2 to 2.3.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4) Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 2 +- .github/workflows/docker-description.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index cb0f7ba..959ee55 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 diff --git a/.github/workflows/docker-description.yml b/.github/workflows/docker-description.yml index 50bf2ee..69c0fad 100644 --- a/.github/workflows/docker-description.yml +++ b/.github/workflows/docker-description.yml @@ -12,7 +12,7 @@ jobs: docker-description: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 - name: Sync Docker Hub Description uses: peter-evans/dockerhub-description@v2 From 3e2c0cfa59c10a78ed45aa64a81fbd5dc8b7f61a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:19:06 +0000 Subject: [PATCH 05/16] Bump peter-evans/dockerhub-description from 2 to 2.4.2 Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description) from 2 to 2.4.2. - [Release notes](https://github.com/peter-evans/dockerhub-description/releases) - [Commits](https://github.com/peter-evans/dockerhub-description/compare/v2...v2.4.2) Signed-off-by: dependabot[bot] --- .github/workflows/docker-description.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-description.yml b/.github/workflows/docker-description.yml index 50bf2ee..c382530 100644 --- a/.github/workflows/docker-description.yml +++ b/.github/workflows/docker-description.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - name: Sync Docker Hub Description - uses: peter-evans/dockerhub-description@v2 + uses: peter-evans/dockerhub-description@v2.4.2 env: DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} From cd5f3f7ed8b89a00a6080b4ec0e040426f8c6d14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:19:11 +0000 Subject: [PATCH 06/16] Bump docker/login-action from 1 to 1.9.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 1.9.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1...v1.9.0) Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index cb0f7ba..742b7e0 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -36,7 +36,7 @@ jobs: run: docker run kooldev/nginx:${{ matrix.version }} nginx -v - name: Login to DockerHub - uses: docker/login-action@v1 + uses: docker/login-action@v1.9.0 if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/nginx' with: username: ${{ secrets.DOCKER_USERNAME }} From ae2cde2cce7b5c717457aff6b240f3af8756ea63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 05:32:53 +0000 Subject: [PATCH 07/16] Bump actions/cache from 2.1.5 to 2.1.6 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0848d83..1d5e1f9 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -17,7 +17,7 @@ jobs: uses: docker/setup-buildx-action@v1.3.0 - name: Cache Docker layers - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 with: path: /tmp/.buildx-cache key: docker-buildx-${{ matrix.version }}-${{ github.sha }} From 8bafa63ae487273e17277098c9e1824aa015552c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 23:03:00 +0000 Subject: [PATCH 08/16] Bump docker/login-action from 1.9.0 to 1.10.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 1d5e1f9..b469bb0 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -36,7 +36,7 @@ jobs: run: docker run kooldev/nginx:${{ matrix.version }} nginx -v - name: Login to DockerHub - uses: docker/login-action@v1.9.0 + uses: docker/login-action@v1.10.0 if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/nginx' with: username: ${{ secrets.DOCKER_USERNAME }} From 0b08a600953eed26477d84eda3a2a633e857c623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 23:03:04 +0000 Subject: [PATCH 09/16] Bump docker/setup-buildx-action from 1.3.0 to 1.5.1 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.3.0 to 1.5.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1.3.0...v1.5.1) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index b469bb0..73efbd2 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1.3.0 + uses: docker/setup-buildx-action@v1.5.1 - name: Cache Docker layers uses: actions/cache@v2.1.6 From 732c1f0d2adc5c7c96af553146b0596d8c613fb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Sep 2021 23:02:54 +0000 Subject: [PATCH 10/16] Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 73efbd2..836f93e 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1.5.1 + uses: docker/setup-buildx-action@v1.6.0 - name: Cache Docker layers uses: actions/cache@v2.1.6 From aad08ae6f1dc6c7ee3f4e98689c3034cb031eb3f Mon Sep 17 00:00:00 2001 From: Daniel Polito Date: Mon, 13 Sep 2021 14:53:35 -0300 Subject: [PATCH 11/16] Fix Push to Docker Hub --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 836f93e..9a5bf3a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -37,11 +37,11 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v1.10.0 - if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/nginx' + if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-nginx' with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Push to DockerHub - if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/nginx' + if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-nginx' run: docker push kooldev/nginx:${{ matrix.version }} From c4d13fb71121cf110522013e3544f57cdc0772dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 23:03:04 +0000 Subject: [PATCH 12/16] Bump docker/login-action from 1.10.0 to 2.1.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 2.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1.10.0...v2.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 9a5bf3a..8c5de53 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -36,7 +36,7 @@ jobs: run: docker run kooldev/nginx:${{ matrix.version }} nginx -v - name: Login to DockerHub - uses: docker/login-action@v1.10.0 + uses: docker/login-action@v2.1.0 if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-nginx' with: username: ${{ secrets.DOCKER_USERNAME }} From b20f8e1b1aedbdb5263e8fdbdcaa2108ab45dad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 23:00:59 +0000 Subject: [PATCH 13/16] Bump actions/checkout from 2.3.4 to 3.3.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.4...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 2 +- .github/workflows/docker-description.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 9a5bf3a..84bb305 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1.6.0 diff --git a/.github/workflows/docker-description.yml b/.github/workflows/docker-description.yml index 75ff2f1..e891565 100644 --- a/.github/workflows/docker-description.yml +++ b/.github/workflows/docker-description.yml @@ -12,7 +12,7 @@ jobs: docker-description: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 - name: Sync Docker Hub Description uses: peter-evans/dockerhub-description@v2.4.2 From 707c4035d7e7ba0540b7c8f50689fc4ba808dcee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 23:56:53 +0000 Subject: [PATCH 14/16] Bump peter-evans/dockerhub-description from 2.4.2 to 3.3.0 Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description) from 2.4.2 to 3.3.0. - [Release notes](https://github.com/peter-evans/dockerhub-description/releases) - [Commits](https://github.com/peter-evans/dockerhub-description/compare/v2.4.2...v3.3.0) --- updated-dependencies: - dependency-name: peter-evans/dockerhub-description dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-description.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-description.yml b/.github/workflows/docker-description.yml index 75ff2f1..d9d6696 100644 --- a/.github/workflows/docker-description.yml +++ b/.github/workflows/docker-description.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2.3.4 - name: Sync Docker Hub Description - uses: peter-evans/dockerhub-description@v2.4.2 + uses: peter-evans/dockerhub-description@v3.3.0 env: DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} From 68ca92a156661d96cd4fb8e3ea52abc963047339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 23:56:46 +0000 Subject: [PATCH 15/16] Bump actions/cache from 2.1.6 to 3.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2.1.6...v3.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 9a5bf3a..11b527c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -17,7 +17,7 @@ jobs: uses: docker/setup-buildx-action@v1.6.0 - name: Cache Docker layers - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.3.0 with: path: /tmp/.buildx-cache key: docker-buildx-${{ matrix.version }}-${{ github.sha }} From 4926a864b10f0a2fd0b2cb1fd5e6fbe57fecda1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 23:56:44 +0000 Subject: [PATCH 16/16] Bump docker/setup-buildx-action from 1.6.0 to 2.5.0 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.6.0 to 2.5.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1.6.0...v2.5.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 9a5bf3a..312f5ee 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1.6.0 + uses: docker/setup-buildx-action@v2.5.0 - name: Cache Docker layers uses: actions/cache@v2.1.6