From 3dfc34388c5c2d8931dc79c471eb3e3f94b0ad48 Mon Sep 17 00:00:00 2001 From: f Date: Sun, 3 Oct 2021 20:19:00 -0300 Subject: [PATCH 1/8] ci --- .woodpecker.yml | 22 ++++++++++++++++++++++ Dockerfile | 4 +++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..103cb72 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,22 @@ +pipeline: + publish: + image: plugins/docker + registry: registry.nulo.in + repo: registry.nulo.in/sutty/CHANGEME + tags: + - ${ALPINE_VERSION} + - latest + build_args: + - ALPINE_VERSION=${ALPINE_VERSION} + - BASE_IMAGE=registry.nulo.in/sutty/monit + username: sutty + secrets: + - docker_password + when: + branch: antifascista + event: push + +matrix: + ALPINE_VERSION: + - 3.13.6 + - 3.14.2 diff --git a/Dockerfile b/Dockerfile index 59c5898..d93a8d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,4 @@ -FROM sutty/monit:latest +ARG ALPINE_VERSION=3.13.6 +ARG BASE_IMAGE=sutty/monit +FROM ${BASE_IMAGE}:${ALPINE_VERSION} MAINTAINER "f " From 9a9ee411dab834014d945523cf397375c9d059ef Mon Sep 17 00:00:00 2001 From: f Date: Thu, 3 Mar 2022 22:59:09 -0300 Subject: [PATCH 2/8] alpine versions --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 103cb72..ceb5737 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -15,8 +15,8 @@ pipeline: when: branch: antifascista event: push - matrix: ALPINE_VERSION: - - 3.13.6 - - 3.14.2 + - 3.13.7 + - 3.14.3 + - 3.15.0 From a299ab663ff96bd4e706ba51be62d7f5c2585439 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 8 Mar 2022 09:43:09 -0300 Subject: [PATCH 3/8] newer versions first --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ceb5737..6ba53d3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -17,6 +17,6 @@ pipeline: event: push matrix: ALPINE_VERSION: - - 3.13.7 - - 3.14.3 - 3.15.0 + - 3.14.3 + - 3.13.7 From 65304feb568ba58bbfc43eea2b6cc5e0afe1c5a5 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 19 Mar 2022 14:46:16 -0300 Subject: [PATCH 4/8] alpine upgrade --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 6ba53d3..49b2345 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -17,6 +17,6 @@ pipeline: event: push matrix: ALPINE_VERSION: - - 3.15.0 - - 3.14.3 - - 3.13.7 + - 3.15.1 + - 3.14.4 + - 3.13.8 From e565c1380a36155372a8d0f04754f7f24c5ed0cd Mon Sep 17 00:00:00 2001 From: f Date: Sat, 19 Mar 2022 14:48:54 -0300 Subject: [PATCH 5/8] woodpecker-cli lint --- .woodpecker.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 49b2345..983fbd7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,15 +1,16 @@ pipeline: publish: image: plugins/docker - registry: registry.nulo.in - repo: registry.nulo.in/sutty/CHANGEME - tags: - - ${ALPINE_VERSION} - - latest - build_args: - - ALPINE_VERSION=${ALPINE_VERSION} - - BASE_IMAGE=registry.nulo.in/sutty/monit - username: sutty + settings: + registry: registry.nulo.in + username: sutty + repo: registry.nulo.in/sutty/CHANGEME + tags: + - ${ALPINE_VERSION} + - latest + build_args: + - ALPINE_VERSION=${ALPINE_VERSION} + - BASE_IMAGE=registry.nulo.in/sutty/monit secrets: - docker_password when: From deaa49652f51228ffd8a692ab09aaa73894a32d0 Mon Sep 17 00:00:00 2001 From: f Date: Mon, 28 Mar 2022 19:06:57 -0300 Subject: [PATCH 6/8] alpine releases https://alpinelinux.org/posts/Alpine-3.12.11-3.13.9-3.14.5-3.15.3-released.html --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 983fbd7..3214031 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,6 +18,6 @@ pipeline: event: push matrix: ALPINE_VERSION: - - 3.15.1 - - 3.14.4 - - 3.13.8 + - 3.15.3 + - 3.14.5 + - 3.13.9 From 4ac1583bcb7899bd2fa15a6cbe7d311604c49cb9 Mon Sep 17 00:00:00 2001 From: f Date: Mon, 4 Apr 2022 16:08:10 -0300 Subject: [PATCH 7/8] CVE-2022-28391 https://security.alpinelinux.org/vuln/CVE-2022-28391 --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 3214031..c0d55fe 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,6 +18,6 @@ pipeline: event: push matrix: ALPINE_VERSION: - - 3.15.3 - - 3.14.5 - - 3.13.9 + - 3.15.4 + - 3.14.6 + - 3.13.10 From c90ba6537424eb5dd6d97e26abf03c2e61fd26a7 Mon Sep 17 00:00:00 2001 From: f Date: Sun, 29 May 2022 21:05:05 -0300 Subject: [PATCH 8/8] alpine 3.16 --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index c0d55fe..2cbbd43 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,6 +18,7 @@ pipeline: event: push matrix: ALPINE_VERSION: + - 3.16.0 - 3.15.4 - 3.14.6 - 3.13.10