mirror of
https://github.com/N0rthernL1ghts/s6-rootfs.git
synced 2024-11-23 13:03:29 +01:00
Add version 3.0.0.2
This commit is contained in:
parent
11de9f8cac
commit
c7b2b519a3
|
@ -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/"
|
||||
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user