update to s6-overlay v3.1.6.2
Build Container Image / build_amd64 (push) Successful in 2m10s Details
Build Container Image / build_i386 (push) Successful in 1m54s Details
Build Container Image / publish_amd64 (push) Successful in 16s Details
Build Container Image / publish_i386 (push) Successful in 17s Details
Build Container Image / build_armhf (push) Successful in 12m14s Details
Build Container Image / publish_armhf (push) Successful in 43s Details
Build Container Image / build_riscv64 (push) Successful in 26m24s Details
Build Container Image / publish_riscv64 (push) Successful in 31s Details
Build Container Image / build_arm64 (push) Successful in 7m7s Details
Build Container Image / build_manifest (push) Successful in 8s Details
Build Container Image / publish_arm64 (push) Successful in 29s Details
Build Container Image / publish_manifest (push) Successful in 30s Details

This commit is contained in:
Daniel Wolf 2023-12-05 16:40:52 -05:00
parent c03106428a
commit e31ed172e8
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
3 changed files with 4 additions and 4 deletions

View File

@ -270,12 +270,12 @@ jobs:
password: ${{ secrets.DOCKER_PASS }}
- name: Docker Manifest
run: |
docker manifest create nephatrine/alpine-s6:3.1.6.0 --amend nephatrine/alpine-s6:latest-amd64 --amend nephatrine/alpine-s6:latest-i386 --amend nephatrine/alpine-s6:latest-arm64v8 --amend nephatrine/alpine-s6:latest-armv7 --amend nephatrine/alpine-s6:latest-riscv64
docker manifest create nephatrine/alpine-s6:3.1.6.2 --amend nephatrine/alpine-s6:latest-amd64 --amend nephatrine/alpine-s6:latest-i386 --amend nephatrine/alpine-s6:latest-arm64v8 --amend nephatrine/alpine-s6:latest-armv7 --amend nephatrine/alpine-s6:latest-riscv64
docker manifest create nephatrine/alpine-s6:3.1.6 --amend nephatrine/alpine-s6:latest-amd64 --amend nephatrine/alpine-s6:latest-i386 --amend nephatrine/alpine-s6:latest-arm64v8 --amend nephatrine/alpine-s6:latest-armv7 --amend nephatrine/alpine-s6:latest-riscv64
docker manifest create nephatrine/alpine-s6:3.1 --amend nephatrine/alpine-s6:latest-amd64 --amend nephatrine/alpine-s6:latest-i386 --amend nephatrine/alpine-s6:latest-arm64v8 --amend nephatrine/alpine-s6:latest-armv7 --amend nephatrine/alpine-s6:latest-riscv64
docker manifest create nephatrine/alpine-s6:3 --amend nephatrine/alpine-s6:latest-amd64 --amend nephatrine/alpine-s6:latest-i386 --amend nephatrine/alpine-s6:latest-arm64v8 --amend nephatrine/alpine-s6:latest-armv7 --amend nephatrine/alpine-s6:latest-riscv64
docker manifest create nephatrine/alpine-s6:latest --amend nephatrine/alpine-s6:latest-amd64 --amend nephatrine/alpine-s6:latest-i386 --amend nephatrine/alpine-s6:latest-arm64v8 --amend nephatrine/alpine-s6:latest-armv7 --amend nephatrine/alpine-s6:latest-riscv64
docker manifest push --purge nephatrine/alpine-s6:3.1.6.0
docker manifest push --purge nephatrine/alpine-s6:3.1.6.2
docker manifest push --purge nephatrine/alpine-s6:3.1.6
docker manifest push --purge nephatrine/alpine-s6:3.1
docker manifest push --purge nephatrine/alpine-s6:3

View File

@ -4,7 +4,7 @@
FROM nephatrine/nxbuilder:alpine AS builder
ARG S6_OVERLAY_VERSION=v3.1.6.0
ARG S6_OVERLAY_VERSION=v3.1.6.2
RUN git -C /root clone -b "$S6_OVERLAY_VERSION" --single-branch --depth=1 https://github.com/just-containers/s6-overlay.git
RUN sed -i 's~=$(TOOLCHAIN_PATH)/bin/$(ARCH)-~=/usr/bin/$(ARCH)-~g' /root/s6-overlay/mk/bearssl.mk
RUN sed -i 's~ $(TOOLCHAIN_PATH)/bin/$(ARCH)-gcc~~g' /root/s6-overlay/mk/skaware.mk /root/s6-overlay/mk/bearssl.mk

View File

@ -14,7 +14,7 @@ This docker base image contains Alpine Linux with the Skarnet S6 supervisor,
and the S6 overlay installed. It has no function on its own and is intended
to be used as a base for other docker images.
The `latest` tag points to `alpine:latest` and s6-overlay `3.1.6.0`. This is
The `latest` tag points to `alpine:latest` and s6-overlay `3.1.6.2`. This is
the only image actively being updated. There are tags for older versions, but
these may no longer be using the latest Alpine version and packages.