mirror of
https://github.com/N0rthernL1ghts/s6-rootfs.git
synced 2024-11-23 18:52:30 +01:00
Add version 3.0.0.1
This commit is contained in:
parent
0b8a5a5d81
commit
11de9f8cac
|
@ -1,4 +1,4 @@
|
||||||
ARG S6_OVERLAY_VERSION="3.0.0.0-1"
|
ARG S6_OVERLAY_VERSION="3.0.0.1"
|
||||||
ARG S6_OVERLAY_RELEASE="https://github.com/just-containers/s6-overlay/releases/download/"
|
ARG S6_OVERLAY_RELEASE="https://github.com/just-containers/s6-overlay/releases/download/"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -60,8 +60,16 @@ target "2.2.0.3" {
|
||||||
|
|
||||||
target "3.0.0.0" {
|
target "3.0.0.0" {
|
||||||
inherits = ["build-dockerfile", "build-platforms", "build-common"]
|
inherits = ["build-dockerfile", "build-platforms", "build-common"]
|
||||||
tags = ["docker.io/nlss/s6-rootfs:3.0.0.0", "docker.io/nlss/s6-rootfs:3.0.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.0", "docker.io/nlss/s6-rootfs:3.0.0.0-1"]
|
||||||
args = {
|
args = {
|
||||||
S6_OVERLAY_VERSION = "3.0.0.0-1"
|
S6_OVERLAY_VERSION = "3.0.0.0-1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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"]
|
||||||
|
args = {
|
||||||
|
S6_OVERLAY_VERSION = "3.0.0.1"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user