Rename docker-image -> docker-host-image
This commit is contained in:
13
recipes-core/images/docker-host-dev-image.bb
Normal file
13
recipes-core/images/docker-host-dev-image.bb
Normal file
@@ -0,0 +1,13 @@
|
||||
SUMMARY = "Development image for docker host system"
|
||||
HOMEPAGE = "https://blackfinn.de"
|
||||
LICENSE = "MIT"
|
||||
|
||||
require docker-host-image.bb
|
||||
|
||||
IMAGE_INSTALL_append = " \
|
||||
git \
|
||||
vim \
|
||||
"
|
||||
|
||||
export IMAGE_BASENAME = "docker-host-dev-image"
|
||||
|
@@ -10,5 +10,5 @@ EXTRA_USERS_PARAMS += " \
|
||||
usermod -a -G docker tkl \
|
||||
"
|
||||
|
||||
export IMAGE_BASENAME = "docker-image"
|
||||
export IMAGE_BASENAME = "docker-host-image"
|
||||
|
Reference in New Issue
Block a user