From a26b1cc0a5391dbf50b914821846a23a995ab71f Mon Sep 17 00:00:00 2001 From: David Riccitelli Date: Thu, 13 Apr 2023 09:53:26 +0300 Subject: [PATCH 1/4] Update README.md Fix link to Docker --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aaca999..c5f40a1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ The aim of this repo is to create a [bitnami/wordpress-nginx](https://github.com On a daily basis, a GitHub action in this repo will download the updated tags from the original repo, it will patch the Dockerfile with the php-redis extension and it will build the images. -The images are published to the Docker Hub at [wordlift/wordpress-nginx](https://hub.docker.com/r/wordlift/wordlift-nginx/tags). +The images are published to the Docker Hub at [wordlift/wordpress-nginx](https://hub.docker.com/r/wordlift/wordpress-nginx/tags). This repo is sponsored by WordLift. + From b1d1670dd560a80508c0514bc618392e0f7da678 Mon Sep 17 00:00:00 2001 From: David Riccitelli Date: Thu, 2 Nov 2023 15:21:54 +0200 Subject: [PATCH 2/4] Update daily.yaml --- .github/workflows/daily.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index 0131803..efe3403 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -23,7 +23,7 @@ jobs: ## Checkout the tags echo "*** Cloning the original bitnami/containers repo ***" git clone \ - --shallow-since="$since" \ + --shallow-since="3 weeks" \ --filter=blob:none \ --sparse \ https://github.com/bitnami/containers ; From 0806cc92f2b86fa719c68667c7278d36e1628807 Mon Sep 17 00:00:00 2001 From: David Riccitelli Date: Thu, 2 Nov 2023 15:22:13 +0200 Subject: [PATCH 3/4] Update daily.yaml --- .github/workflows/daily.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index efe3403..0131803 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -23,7 +23,7 @@ jobs: ## Checkout the tags echo "*** Cloning the original bitnami/containers repo ***" git clone \ - --shallow-since="3 weeks" \ + --shallow-since="$since" \ --filter=blob:none \ --sparse \ https://github.com/bitnami/containers ; From e3dc7c49dc3a74655a878704a63bdd5128181eaa Mon Sep 17 00:00:00 2001 From: David Riccitelli Date: Thu, 2 Nov 2023 15:22:47 +0200 Subject: [PATCH 4/4] Update daily.yaml --- .github/workflows/daily.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index 0131803..7c9ae0c 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -12,7 +12,7 @@ jobs: - name: Merge upstream run: | - export since="1 day ago" + export since="3 weeks ago" # Checkout the repository echo "*** Configuring the local git ***"