From 41354bbc951c962e292e7c0dfeeb50b00adfe1fb Mon Sep 17 00:00:00 2001 From: f Date: Fri, 21 Jun 2024 12:21:51 -0300 Subject: [PATCH 1/5] fix: deprecate MAINTAINER --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c93e2e..5d62bae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ ARG ALPINE_VERSION=3.18.3 ARG BASE_IMAGE=gitea.nulo.in/sutty/monit FROM ${BASE_IMAGE}:${ALPINE_VERSION} -MAINTAINER "f " +LABEL org.opencontainers.image.authors="f@sutty.nl" From 441dc86068511d0fdd441c74b28b8bb0af6ef517 Mon Sep 17 00:00:00 2001 From: f Date: Fri, 21 Jun 2024 12:29:37 -0300 Subject: [PATCH 2/5] fix: AS [skip ci] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 06b00c5..3d11079 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG ALPINE_VERSION=3.18.3 ARG BASE_IMAGE=gitea.nulo.in/sutty/sutty -FROM ${BASE_IMAGE}:${ALPINE_VERSION} as build +FROM ${BASE_IMAGE}:${ALPINE_VERSION} AS build COPY ./monitrc /etc/monitrc RUN chmod 600 /etc/monitrc From 000ac53f39885f4c5dafe8d20b963733ac6bb407 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 23 Jul 2024 10:18:44 -0300 Subject: [PATCH 3/5] feat: upgrades https://alpinelinux.org/posts/Alpine-3.17.9-3.18.8-3.19.3-released.html https://alpinelinux.org/posts/Alpine-3.20.2-released.html --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c4defc6..e1e960c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,7 +18,7 @@ steps: event: "push" matrix: include: - - ALPINE_VERSION: "3.20.1" - - ALPINE_VERSION: "3.19.2" - - ALPINE_VERSION: "3.18.7" - - ALPINE_VERSION: "3.17.8" + - ALPINE_VERSION: "3.20.2" + - ALPINE_VERSION: "3.19.3" + - ALPINE_VERSION: "3.18.8" + - ALPINE_VERSION: "3.17.9" From fc1a12e59240597072328f0fe7a48dabe2f4ba1d Mon Sep 17 00:00:00 2001 From: f Date: Sat, 14 Sep 2024 17:25:35 -0300 Subject: [PATCH 4/5] fix: upgrade alpines --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e1e960c..2ffb3a6 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,7 +18,7 @@ steps: event: "push" matrix: include: - - ALPINE_VERSION: "3.20.2" - - ALPINE_VERSION: "3.19.3" - - ALPINE_VERSION: "3.18.8" - - ALPINE_VERSION: "3.17.9" + - ALPINE_VERSION: "3.20.3" + - ALPINE_VERSION: "3.19.4" + - ALPINE_VERSION: "3.18.9" + - ALPINE_VERSION: "3.17.10" From 0e8b6ac71a39f28e3a466b6b36b1d37bddea430a Mon Sep 17 00:00:00 2001 From: f Date: Wed, 23 Oct 2024 10:35:32 -0300 Subject: [PATCH 5/5] fix: move docker password to plugin config https://github.com/woodpecker-ci/woodpecker/issues/4140#issuecomment-2369019247 --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 2ffb3a6..c5366fc 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,8 +11,8 @@ steps: build_args: - "ALPINE_VERSION=${ALPINE_VERSION}" - "BASE_IMAGE=gitea.nulo.in/sutty/monit" - secrets: - - "DOCKER_PASSWORD" + password: + from_secret: "DOCKER_PASSWORD" when: branch: "antifascista" event: "push"