mirror of
https://github.com/N0rthernL1ghts/s6-rootfs.git
synced 2025-12-08 16:22:41 +01:00
Remove dockerhub
This commit is contained in:
@@ -13,8 +13,7 @@ COPY --from=ghcr.io/n0rthernl1ghts/s6-rootfs:3.1.2.1 ["/", "/"]
|
||||
|
||||
That's it!
|
||||
|
||||
Note: We're moving to ghcr.io. `docker.io/nlss/s6-rootfs` will be kept up-to-date until May 2023, when is Docker sunsetting free teams.<br/>
|
||||
It is highly recommended that you start using `ghcr.io/n0rthernl1ghts/s6-rootfs`.
|
||||
Note: We have moved to ghcr.io. `docker.io/nlss/s6-rootfs` is discontinued.<br/>
|
||||
|
||||
###### Recommended way to integrate with your image (example)
|
||||
```Docker
|
||||
|
||||
@@ -28,7 +28,7 @@ target "build-common" {
|
||||
}
|
||||
|
||||
variable "REGISTRY_CACHE" {
|
||||
default = "docker.io/nlss/s6-rootfs-cache"
|
||||
default = "ghcr.io/n0rthernl1ghts/s6-rootfs-cache"
|
||||
}
|
||||
|
||||
######################
|
||||
@@ -77,12 +77,10 @@ function "get-tags" {
|
||||
params = [version, extra_versions]
|
||||
result = concat(
|
||||
[
|
||||
"docker.io/nlss/s6-rootfs:${version}",
|
||||
"ghcr.io/n0rthernl1ghts/s6-rootfs:${version}"
|
||||
],
|
||||
flatten([
|
||||
for extra_version in extra_versions : [
|
||||
"docker.io/nlss/s6-rootfs:${extra_version}",
|
||||
"ghcr.io/n0rthernl1ghts/s6-rootfs:${extra_version}"
|
||||
]
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user