Add version 3.0.0.2

This commit is contained in:
Aleksandar Puharic 2022-01-30 04:07:09 +01:00
parent 11de9f8cac
commit c7b2b519a3
Signed by: xZero707
GPG Key ID: 3CC53DCAA9C237BB
2 changed files with 11 additions and 3 deletions

View File

@ -1,4 +1,4 @@
ARG S6_OVERLAY_VERSION="3.0.0.1"
ARG S6_OVERLAY_VERSION="3.0.0.2"
ARG S6_OVERLAY_RELEASE="https://github.com/just-containers/s6-overlay/releases/download/"

View File

@ -1,5 +1,5 @@
group "default" {
targets = ["2.1.0.2", "2.2.0.0", "2.2.0.1", "2.2.0.2", "2.2.0.3", "3.0.0.0"]
targets = ["2.1.0.2", "2.2.0.0", "2.2.0.1", "2.2.0.2", "2.2.0.3", "3.0.0.0", "3.0.0.1", "3.0.0.2"]
}
target "build-dockerfile" {
@ -68,8 +68,16 @@ target "3.0.0.0" {
target "3.0.0.1" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/s6-rootfs:3.0.0.1", "docker.io/nlss/s6-rootfs:3.0", "docker.io/nlss/s6-rootfs:latest"]
tags = ["docker.io/nlss/s6-rootfs:3.0.0.1"]
args = {
S6_OVERLAY_VERSION = "3.0.0.1"
}
}
target "3.0.0.2" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/s6-rootfs:3.0.0.2", "docker.io/nlss/s6-rootfs:3.0", "docker.io/nlss/s6-rootfs:latest"]
args = {
S6_OVERLAY_VERSION = "3.0.0.2"
}
}