mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-08 02:24:04 +00:00
Rename: ROOT_CONTAINER->ROOT_IMAGE, BASE_CONTAINER->BASE_IMAGE (#2155)
* Rename: ROOT_CONTAINER->ROOT_IMAGE, BASE_CONTAINER->BASE_IMAGE * Add changelog
This commit is contained in:
@@ -16,7 +16,7 @@ target "base-notebook" {
|
||||
docker-stacks-foundation = "target:foundation"
|
||||
}
|
||||
args = {
|
||||
BASE_CONTAINER = "docker-stacks-foundation"
|
||||
BASE_IMAGE = "docker-stacks-foundation"
|
||||
}
|
||||
tags = ["base-notebook"]
|
||||
}
|
||||
@@ -27,7 +27,7 @@ target "minimal-notebook" {
|
||||
base-notebook = "target:base-notebook"
|
||||
}
|
||||
args = {
|
||||
BASE_CONTAINER = "base-notebook"
|
||||
BASE_IMAGE = "base-notebook"
|
||||
}
|
||||
tags = ["minimal-notebook"]
|
||||
}
|
||||
@@ -38,7 +38,7 @@ target "custom-notebook" {
|
||||
minimal-notebook = "target:minimal-notebook"
|
||||
}
|
||||
args = {
|
||||
BASE_CONTAINER = "minimal-notebook"
|
||||
BASE_IMAGE = "minimal-notebook"
|
||||
}
|
||||
tags = ["custom-jupyter"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user