From 4aa380ee62d2610b47a19a0b951dca8a7f7869fd Mon Sep 17 00:00:00 2001 From: f Date: Sat, 14 Jan 2023 16:08:15 -0300 Subject: [PATCH 1/7] feat: alpine 3.17.1 --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 0047271..070597f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,7 +18,7 @@ pipeline: event: push matrix: ALPINE_VERSION: - - 3.17.0 + - 3.17.1 - 3.16.3 - 3.15.6 - 3.14.8 From dcf07f90e7326a94439cbfdb44c07c754b650552 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 14 Jan 2023 16:09:32 -0300 Subject: [PATCH 2/7] refactor: use strings --- .woodpecker.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 070597f..e642cd5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,24 +1,24 @@ pipeline: publish: - image: plugins/docker + image: "plugins/docker" settings: - registry: registry.nulo.in - username: sutty - repo: registry.nulo.in/sutty/CHANGEME + registry: "registry.nulo.in" + username: "sutty" + repo: "registry.nulo.in/sutty/CHANGEME" tags: - - ${ALPINE_VERSION} - - latest + - "${ALPINE_VERSION}" + - "latest" build_args: - - ALPINE_VERSION=${ALPINE_VERSION} - - BASE_IMAGE=registry.nulo.in/sutty/monit + - "ALPINE_VERSION=${ALPINE_VERSION}" + - "BASE_IMAGE=registry.nulo.in/sutty/monit" secrets: - - docker_password + - "docker_password" when: - branch: antifascista - event: push + branch: "antifascista" + event: "push" matrix: ALPINE_VERSION: - - 3.17.1 - - 3.16.3 - - 3.15.6 - - 3.14.8 + - "3.17.1" + - "3.16.3" + - "3.15.6" + - "3.14.8" From 434501ef543d6b240b130b4a82c10f512ebafc67 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 11 Feb 2023 12:39:02 -0300 Subject: [PATCH 3/7] feat: alpine upgrade --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e642cd5..454859e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -20,5 +20,5 @@ matrix: ALPINE_VERSION: - "3.17.1" - "3.16.3" - - "3.15.6" - - "3.14.8" + - "3.15.7" + - "3.14.9" From 1068b6788403b0ea457e9ce6cf5a3d3c14bda8d7 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 29 Mar 2023 16:32:41 -0300 Subject: [PATCH 4/7] feat: alpine upgrades --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 454859e..6ac6b3e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,7 +18,7 @@ pipeline: event: "push" matrix: ALPINE_VERSION: - - "3.17.1" - - "3.16.3" - - "3.15.7" - - "3.14.9" + - "3.17.3" + - "3.16.5" + - "3.15.8" + - "3.14.10" From da19bd76f89938702ce9ad935c731ce3e0d21cfe Mon Sep 17 00:00:00 2001 From: f Date: Tue, 4 Apr 2023 17:22:42 -0300 Subject: [PATCH 5/7] BREAKING CHANGE: use public gitea registry --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 6ac6b3e..9d0356d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,10 +1,10 @@ pipeline: publish: - image: "plugins/docker" + image: "docker.io/woodpeckerci/plugin-docker-buildx" settings: - registry: "registry.nulo.in" + registry: "https://gitea.nulo.in" username: "sutty" - repo: "registry.nulo.in/sutty/CHANGEME" + repo: "gitea.nulo.in/sutty/CHANGEME" tags: - "${ALPINE_VERSION}" - "latest" @@ -12,7 +12,7 @@ pipeline: - "ALPINE_VERSION=${ALPINE_VERSION}" - "BASE_IMAGE=registry.nulo.in/sutty/monit" secrets: - - "docker_password" + - "DOCKER_PASSWORD" when: branch: "antifascista" event: "push" From 24c31e7eb8af8dfe696fc0e853e0098eba57c971 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 4 Apr 2023 18:03:42 -0300 Subject: [PATCH 6/7] fix: base registry --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 9d0356d..7f8be73 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -10,7 +10,7 @@ pipeline: - "latest" build_args: - "ALPINE_VERSION=${ALPINE_VERSION}" - - "BASE_IMAGE=registry.nulo.in/sutty/monit" + - "BASE_IMAGE=gitea.nulo.in/sutty/monit" secrets: - "DOCKER_PASSWORD" when: From fedf64f2b94a958490745a45a1dcbbf6926b182c Mon Sep 17 00:00:00 2001 From: f Date: Wed, 10 May 2023 12:41:25 -0300 Subject: [PATCH 7/7] feat: alpine 3.18 --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 7f8be73..4d75d83 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,6 +18,7 @@ pipeline: event: "push" matrix: ALPINE_VERSION: + - "3.18.0" - "3.17.3" - "3.16.5" - "3.15.8"