From a2e27c5316121548d44728d042e6e38fac4fff96 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 10 Sep 2019 20:10:18 -0300 Subject: [PATCH 01/31] Esqueleto de contenedor --- Dockerfile | 2 + LICENSE | 168 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 170 insertions(+) create mode 100644 Dockerfile create mode 100644 LICENSE diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..59c5898 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM sutty/monit:latest +MAINTAINER "f " diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..80833c8 --- /dev/null +++ b/LICENSE @@ -0,0 +1,168 @@ +Copyright (c) 2019 Sutty + +The following license is modified from the MIT license and downloaded +from on +2019-07-11. + +Anti-Fascist MIT License: + +The following conditions must be met by any person obtaining a copy of +this software: + +- You MAY NOT be a fascist. +- You MUST not financially support fascists. +- You MUST not intentionally provide or knowingly provide through + inaction a platform for fascists to spread propaganda or organize. +- You MUST not publicly voice support for fascists. +- You MAY NOT be a member of any fascist organization, even if you are a + member to infiltrate for anti-fascist purposes. + +"Fascist" can be understood as any group or individual who promotes the +political ideology of fascism. + +"Fascism" can be broken down into 11 ideological features as well as 8 +tactics that can form a fascist system in varying combinations, for the +sake of simplicity and brevity the individual or organization in +question must match to at least 5 features or tactics or a combination +of the two determined by the individual licencer. + +Said licencer may provide a list if an individual or group matches to at +least 5 features upon request from the individual or group in question. + +The ideological features are listed below. + +1. Hyper-nationalism. + +As defined as "The belief in the superiority of one's nation and of the +paramount importance of advancing it." + +2. Militarism. + +As defined as "Advocating for an increase in military forces beyond what +the real defense of a nation needs, more influence of the military upon +the policies of the civilian government, and a preference for force as a +solution over diplomacy for problems." + +3. Glorification of violence and readiness to use it in politics. + +As defined as "The belief that violence can be used to cleanse a +tarnished nation, also by using violence to harm, intimidate or kill +political oppoenents." + +4. Fetishization of youth. + +As defined as "Extolling the virtues of youth and making a special +appeal to young people to join a cause or organization" + +5. Fetishization of masculinity. + +As defined as "Extolling the virtues of male authority or patriarchy and +making a special appeal to men to be leaders of households and groups" + +6. Leader cult. + +As defined as "Creating an idealized, heroic, and worshipful image of a +leader, often through unquestioning flattery and praise." + +7. Lost-golden-age syndrome. + +As defined as "Creating or promoting the idea that a nation had a lost +or stolen golden age in the past that must be returned to" + +8. Self-definition by opposition. + +As defined as "Creating or promoting the idea that the group or +individual is the only person or way who can fight real or imagined +evils within a society." + +9. Mass mobilization and mass party. + +As defined as "Creating or promoting the creation of a populist group or +party for the advancment of fascist tactics or features." + +10. Hierarchical party structure and tendency to purge the disloyal. + +As defined as "Removal of membership from a group for lacking absolute +loyalty or lacking further usefulness to the group. Also having a +hierarchical structure within the group itself." + +11. Theatricality. + +As defined as "Using spectacle to gain and keep the attention of those +inside and outside of the group using speeches full of absolutes and or +superlatives. Elaborate collective rituals (rallies) meant to reenforce +loyalty within the group." + +Fascist tactics include + +1) Persecution of national minorities. +2) Persecution of racial minorities. +3) Persecution of religious minorities (Anti-Semitism, Islamophobia and others). +4) Promotion of a type of national purity. +5) Promotion of a state run by ideologically oriented corporate bodies. +6) Persecution of gender or sexual minorities. +7) Persecution of the disabled. +8) Formation of extra-legal forces (brownshirts) to defend fascist values. + +Special criteria: Meeting only one point of the special criteria is +enough to consider someone or a group to be fascist for the purposes of +this licence. + +1. Promotion of any theories that state members of the jewish ethnicity + or faith control or largely control the world, finance, or other + global major power system. + +2. Denial of the holocaust or any other historically proven genocide. + +3. Promotion of ethnostates. + +4. Advocating for eugenics. Either positive or negative eugenics. + Promotion for the rights of abortion are not considered eugenics. + +5. Advocating for the removal of rights or legal protections from a + class or group of people. + +Former fascists: People or organizations who used to promote the +political ideology of fascism but no longer do so must meet the +following criterea to be able to use this software. + +1. Publicly disavow past fascist deeds and ideologies. + +2. Expose any and all known fascists former allies to the public. + + A suggested route would be through the one peoples project + (onepeoplesproject.com). If they can confirm you have done so that + will count as meeting condition two. + +3. Publicly destroy any and all fascist paraphenelia you have in your + posession including removal of tattoos and body markings + affiliated with fascist groups or gangs. + +ANTI-FASCIST-MIT LICENSE: + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +The above licence agreement conditions are met in full. + +The Anti-Fascist MIT License may only be used under the terms of the +Anti-Fascist MIT License. + +Any modified versions of this software must also include the +Anti-Fascist MIT Licence. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. From c06dc5a527983efeefad4f07b7058bbb4d319d46 Mon Sep 17 00:00:00 2001 From: f Date: Fri, 10 Apr 2020 19:55:35 -0300 Subject: [PATCH 02/31] Enable CI --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..304be82 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ +stages: + - build + +build: + stage: build + image: + name: gcr.io/kaniko-project/executor:debug + entrypoint: [""] + script: + - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json + - /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA --destination $CI_REGISTRY_IMAGE:latest From 3dfc34388c5c2d8931dc79c471eb3e3f94b0ad48 Mon Sep 17 00:00:00 2001 From: f Date: Sun, 3 Oct 2021 20:19:00 -0300 Subject: [PATCH 03/31] 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 04/31] 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 05/31] 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 06/31] 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 07/31] 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 08/31] 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 09/31] 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 10/31] 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 From 9c4de359fb492a1cc4d5ca6293d82edc7ce08b29 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 19 Jul 2022 18:48:03 -0300 Subject: [PATCH 11/31] alpine upgrades --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 2cbbd43..bf82947 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,7 +18,7 @@ pipeline: event: push matrix: ALPINE_VERSION: - - 3.16.0 - - 3.15.4 - - 3.14.6 - - 3.13.10 + - 3.16.1 + - 3.15.5 + - 3.14.7 + - 3.13.11 From 0b354f4feac95c0032e6c228b73d24fb601e8cb8 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 9 Aug 2022 10:36:07 -0300 Subject: [PATCH 12/31] releases fixing zlib cve --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index bf82947..a840c05 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,7 +18,7 @@ pipeline: event: push matrix: ALPINE_VERSION: - - 3.16.1 - - 3.15.5 - - 3.14.7 - - 3.13.11 + - 3.16.2 + - 3.15.6 + - 3.14.8 + - 3.13.12 From c1e94bd27fc39423d29a16955ea344a12ff2709e Mon Sep 17 00:00:00 2001 From: f Date: Wed, 23 Nov 2022 10:56:44 -0300 Subject: [PATCH 13/31] fix: deprecate 3.13 --- .woodpecker.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a840c05..fbdbae4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -21,4 +21,3 @@ matrix: - 3.16.2 - 3.15.6 - 3.14.8 - - 3.13.12 From b0dadddbb0152726cd58ea62545025b7dd16b30d Mon Sep 17 00:00:00 2001 From: f Date: Wed, 23 Nov 2022 10:58:28 -0300 Subject: [PATCH 14/31] fix: 3.16.3 bug release --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index fbdbae4..c5d703f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,6 +18,6 @@ pipeline: event: push matrix: ALPINE_VERSION: - - 3.16.2 + - 3.16.3 - 3.15.6 - 3.14.8 From c4d0c8ac35dd6fee2060a3e494f5c7be5fee5201 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 23 Nov 2022 10:58:48 -0300 Subject: [PATCH 15/31] feat: 3.17 upgrade --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index c5d703f..0047271 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,6 +18,7 @@ pipeline: event: push matrix: ALPINE_VERSION: + - 3.17.0 - 3.16.3 - 3.15.6 - 3.14.8 From 4aa380ee62d2610b47a19a0b951dca8a7f7869fd Mon Sep 17 00:00:00 2001 From: f Date: Sat, 14 Jan 2023 16:08:15 -0300 Subject: [PATCH 16/31] 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 17/31] 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 18/31] 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 19/31] 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 20/31] 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 21/31] 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 22/31] 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" From 5d35cad64288eda2f256dda72ae81e287eca6d59 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 14 Jun 2023 13:09:57 -0300 Subject: [PATCH 23/31] feat: upgrade alpine https://alpinelinux.org/posts/Alpine-3.15.9-3.16.6-3.17.4-3.18.2-released.html --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4d75d83..567fc56 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,8 +18,8 @@ pipeline: event: "push" matrix: ALPINE_VERSION: - - "3.18.0" - - "3.17.3" - - "3.16.5" - - "3.15.8" + - "3.18.1" + - "3.17.4" + - "3.16.6" + - "3.15.9" - "3.14.10" From 582b83d3fa088bdc186e3be53a975065568428bc Mon Sep 17 00:00:00 2001 From: f Date: Thu, 15 Jun 2023 12:37:11 -0300 Subject: [PATCH 24/31] fix: 3.18.2 --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 567fc56..d226496 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,7 +18,7 @@ pipeline: event: "push" matrix: ALPINE_VERSION: - - "3.18.1" + - "3.18.2" - "3.17.4" - "3.16.6" - "3.15.9" From 3e098e8c2407914934d124c1c0bceb01e394ca09 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 8 Aug 2023 11:18:00 -0300 Subject: [PATCH 25/31] fix: upgrade alpines --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index d226496..84efb18 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,8 +18,8 @@ pipeline: event: "push" matrix: ALPINE_VERSION: - - "3.18.2" - - "3.17.4" - - "3.16.6" - - "3.15.9" + - "3.18.3" + - "3.17.5" + - "3.16.7" + - "3.15.10" - "3.14.10" From 3dde92d4defd1d81d9baa6f20b729b973c50f9b3 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 8 Aug 2023 11:18:21 -0300 Subject: [PATCH 26/31] BREAKING CHANGE: deprecate alpine 3.14 --- .woodpecker.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 84efb18..3430cf5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -22,4 +22,3 @@ matrix: - "3.17.5" - "3.16.7" - "3.15.10" - - "3.14.10" From 1233c89affdfedf582533b1d890e03186f308fa3 Mon Sep 17 00:00:00 2001 From: f Date: Thu, 24 Aug 2023 11:50:53 -0300 Subject: [PATCH 27/31] fix: use proper namespaces --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d93a8d9..0c93e2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG ALPINE_VERSION=3.13.6 -ARG BASE_IMAGE=sutty/monit +ARG ALPINE_VERSION=3.18.3 +ARG BASE_IMAGE=gitea.nulo.in/sutty/monit FROM ${BASE_IMAGE}:${ALPINE_VERSION} MAINTAINER "f " From 5085c7e8df88430ca576398c57a2bad9c87420ff Mon Sep 17 00:00:00 2001 From: f Date: Thu, 28 Sep 2023 12:24:44 -0300 Subject: [PATCH 28/31] feat: alpine 3.18.4 --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 3430cf5..4274138 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,7 +18,7 @@ pipeline: event: "push" matrix: ALPINE_VERSION: - - "3.18.3" + - "3.18.4" - "3.17.5" - "3.16.7" - "3.15.10" From d11e588f03616e541961dfd609e4b8e7f0404b4b Mon Sep 17 00:00:00 2001 From: f Date: Mon, 4 Dec 2023 11:03:14 -0300 Subject: [PATCH 29/31] feat: alpine upgrades --- .woodpecker.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4274138..e6eb420 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -16,9 +16,14 @@ pipeline: when: branch: "antifascista" event: "push" + analyse: + image: "gitea.nulo.in/sutty/sutty" + commands: + - "apk add dive" + - "dive gitea.nulo.in/sutty/CHANGEME:${ALPINE_VERSION}" matrix: ALPINE_VERSION: - - "3.18.4" - - "3.17.5" - - "3.16.7" - - "3.15.10" + - "3.18.5" + - "3.17.6" + - "3.16.8" + - "3.15.11" From 8dd7d4605a88719297eecaf49fa360cc4cb6796a Mon Sep 17 00:00:00 2001 From: f Date: Mon, 4 Dec 2023 11:06:47 -0300 Subject: [PATCH 30/31] fix: bad commit --- .woodpecker.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e6eb420..e52cecb 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -16,11 +16,6 @@ pipeline: when: branch: "antifascista" event: "push" - analyse: - image: "gitea.nulo.in/sutty/sutty" - commands: - - "apk add dive" - - "dive gitea.nulo.in/sutty/CHANGEME:${ALPINE_VERSION}" matrix: ALPINE_VERSION: - "3.18.5" From b921379aa0fa1d0c567bb6ee7608310f56c8b910 Mon Sep 17 00:00:00 2001 From: f Date: Thu, 7 Dec 2023 10:22:26 -0300 Subject: [PATCH 31/31] feat: alpine 3.19 --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index e52cecb..0bf850c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,6 +18,7 @@ pipeline: event: "push" matrix: ALPINE_VERSION: + - "3.19.0" - "3.18.5" - "3.17.6" - "3.16.8"