jlesage / docker-baseimage-gui

A minimal docker baseimage to ease creation of X graphical application containers
MIT License
1.2k stars 179 forks source link

fail to rebuild base image from Dockerfiles #2

Closed Trophime closed 2 years ago

Trophime commented 6 years ago

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

jlesage commented 6 years ago

Are you using the build script?

./build.sh debian-8
Trophime commented 6 years ago

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

jlesage commented 6 years ago

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.

Trophime commented 6 years ago

but how is build jlesage/baseimage?

jlesage commented 6 years ago

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

jlesage commented 2 years ago

Closing this issue.