Giter Site home page Giter Site logo

docker-debian-archive's People

Contributors

madworx avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

mckaygerhard

docker-debian-archive's Issues

status of builds

  • make a new build of images give error due assumed last base boostrap is stretch fixed at c5b4132
  • boostrap a etch or squeeze new image give error of chroot command with base password package
  • boostrap a lenny new image just segfaults : https://lists.debian.org/debian-boot/2009/08/msg00074.html workaround is clean the fstab
  • boostrap a new strech image is good, but gives error due dependency of "shellcheck" (missing package apart of docker) SOLUTION: apt-get install docker.io shellcheck

change to cdebootstrap solves many issues

  • it solves the error of #6 for most older images..
  • allows to build to different architecture rather than the host
--- a/build-archived-debian-image.sh
+++ b/build-archived-debian-image.sh
@@ -56,7 +56,7 @@ fi
 RUN apt-get update && \
-    apt-get install -y debootstrap
+    apt-get install -y cdebootstrap
 ENTRYPOINT [ "/bin/bash", "-c" ]
 EOF
 
@@ -66,8 +66,8 @@ EOF
            --cidfile=cif \
            debian-archived-builder \
            "mkdir '/debian-${DIST}' \
-           && debootstrap --verbose --no-check-gpg --no-check-certificate \
-           '${DIST}' '/debian-${DIST}' \
+           && cdebootstrap --verbose --allow-unauthenticated --exclude=exim4\
+           'Debian/${DIST}' '/debian-${DIST}' \
            '${DEBIAN_MIRROR}'"
 
     STAGE1_ID="$(cat cif ; rm cif)"

due seems author dont have so much interest i make a new repo for new build process and upload new docker archive debian images into VenenuX

status of the project

i proposed a Merge request for including stretch into, #4 but noted you dont updated since 2020

what is the proposed target of those images? cos i am still using for specific but already working thing those older verisons.. and still works perfectly in older devices.. like Magallanes laptops.. (that cannot move recent kernels)

i am also planing to provide status support for those but i need more information

  • about how are offered for the public, there is a docker images available in docker hub? are those working prefectly? do you tested?
  • are you planned to continue it? if not due lack of time i could continue supporting since i already used those releases daily, inclusivelly i made packages for..

in case you are insterested for contribution, due lack of time or interest .. we will make our own repository in VenenuX organization.. but is you are interested.. we could just move to and make it officially

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.