Add version 3.0.0.1

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

View File

@ -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/"

View File

@ -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"
}
}