Closed Trophime closed 2 years ago
Are you using the build script?
./build.sh debian-8
no as I was planning to debian-9 or even debian testing... I would like to rebuild your image from scratch...
The missing functions are defined somewhere in the "hooks"?
This baseimage is not built from scratch, but depends on another one (jlesage/baseimage
). So you need to add support for a new distro in jlesage/baseimage
first. You could add a version file in the versions
directory.
but how is build jlesage/baseimage
?
Same principle as this one: you have a build.sh
you can use.
https://github.com/jlesage/docker-baseimage
Closing this issue.
Hi, I'm trying to rebuild a base image from Dockerfile.debian It fails because of unknown commands: add-pkg, del-pkg, sed-patch and install-icon... same for Dockerfile.alpine.
I must have missed something... Thans for your comments