support customizing official Docker images (#4471)

This commit is contained in:
Alessandro Ros
2025-04-28 23:49:55 +02:00
committed by GitHub
parent a0f5315549
commit 9b619175b4
10 changed files with 128 additions and 87 deletions

View File

@@ -1,9 +1,6 @@
BASE_IMAGE = golang:1.23-alpine3.20
LINT_IMAGE = golangci/golangci-lint:v1.64.5
NODE_IMAGE = node:20-alpine3.20
ALPINE_IMAGE = alpine:3.20
RPI32_IMAGE = balenalib/raspberry-pi:bullseye-run-20240508
RPI64_IMAGE = balenalib/raspberrypi3-64:bullseye-run-20240429
.PHONY: $(shell ls)