docker-baseimage-gui icon indicating copy to clipboard operation
docker-baseimage-gui copied to clipboard

fail to rebuild base image from Dockerfiles

Open Trophime opened this issue 6 years ago • 5 comments

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

Trophime avatar Mar 19 '18 17:03 Trophime

Are you using the build script?

./build.sh debian-8

jlesage avatar Mar 19 '18 17:03 jlesage

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"?

Trophime avatar Mar 19 '18 17:03 Trophime

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.

jlesage avatar Mar 19 '18 19:03 jlesage

but how is build jlesage/baseimage?

Trophime avatar Mar 19 '18 19:03 Trophime

Same principle as this one: you have a build.sh you can use. https://github.com/jlesage/docker-baseimage

jlesage avatar Mar 19 '18 20:03 jlesage

Closing this issue.

jlesage avatar Oct 07 '22 13:10 jlesage