From 9fc244e72b265ecbbc2f5e568a50ba96b7b17a32 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Sun, 18 Feb 2024 18:15:12 +0100 Subject: [PATCH 1/2] Alpine Linux 3.20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d47fa1c..592efb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 ARG ANONADDY_VERSION=1.3.0 -ARG ALPINE_VERSION=3.18 +ARG ALPINE_VERSION=3.20 FROM crazymax/yasu:latest AS yasu FROM crazymax/alpine-s6:${ALPINE_VERSION}-2.2.0.3 From 68e17e7d273153b4fe199c5bcf03373419e88628 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Sun, 3 Nov 2024 22:25:32 +0100 Subject: [PATCH 2/2] drop linux/arm/v6 platform support --- README.md | 1 - docker-bake.hcl | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index b7ee8a4..fd46621 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,6 @@ $ docker buildx imagetools inspect anonaddy/anonaddy --format "{{json .Manifest} jq -r '.manifests[] | select(.platform.os != null and .platform.os != "unknown") | .platform | "\(.os)/\(.architecture)\(if .variant then "/" + .variant else "" end)"' linux/amd64 -linux/arm/v6 linux/arm/v7 linux/arm64 ``` diff --git a/docker-bake.hcl b/docker-bake.hcl index b88253d..52fbd67 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -25,7 +25,6 @@ target "image-all" { inherits = ["image"] platforms = [ "linux/amd64", - "linux/arm/v6", "linux/arm/v7", "linux/arm64" ]