{"id":15441814,"url":"https://github.com/mudler/docker-base-armhfp","last_synced_at":"2026-01-06T18:13:06.933Z","repository":{"id":69642242,"uuid":"45855790","full_name":"mudler/docker-base-armhfp","owner":"mudler","description":null,"archived":false,"fork":false,"pushed_at":"2015-11-09T17:51:34.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T07:43:38.016Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PLpgSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mudler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-09T17:50:44.000Z","updated_at":"2024-01-02T22:20:36.000Z","dependencies_parsed_at":"2023-03-11T06:57:17.992Z","dependency_job_id":null,"html_url":"https://github.com/mudler/docker-base-armhfp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudler%2Fdocker-base-armhfp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudler%2Fdocker-base-armhfp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudler%2Fdocker-base-armhfp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudler%2Fdocker-base-armhfp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mudler","download_url":"https://codeload.github.com/mudler/docker-base-armhfp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245984590,"owners_count":20704798,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T19:23:13.869Z","updated_at":"2026-01-06T18:13:06.902Z","avatar_url":"https://github.com/mudler.png","language":"PLpgSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sabayon base: a Docker Project #\n\nAttention! It's under strong development\n\nState: Alpha\n\nThe purpose of this project is to provide an image of Sabayon base.\nIt is just a gentoo stage3 + entropy\n\nUPDATE: Images are also on Docker Hub [sabayon/base-armhfp](https://registry.hub.docker.com/u/sabayon/base-armhfp/) and the already squashed image, \n[sabayon/base-armhfp-squashed](https://registry.hub.docker.com/u/sabayon/base-armhfp-squashed/)\n\n## First steps on docker\n\nEnsure to have the daemon started and running:\n\n    sudo systemctl start docker\n\n## Building sabayon-base locally\n\n    git clone https://github.com/mudler/docker-sabayon-base-armhfp.git docker-sabayon-base\n    cd docker-sabayon-base\n    sudo docker build -t sabayon/base-armhfp .\n\n## Pulling sabayon-base from Docker Hub\n\n    sudo docker pull sabayon/base-armhfp\n\n## Converting the image from Docker to use it with [Molecules](https://github.com/Sabayon/molecules)\n\n### Only with undocker, without squashing the layers\n\nAfter pulling the docker image, install [undocker](https://github.com/larsks/undocker/) and then as root:\n\n    docker save sabayon/base-armhfp:latest | undocker -i -o base sabayon/base-armhfp:latest\n\n### Using [docker-squash](https://github.com/jwilder/docker-squash)\nYou can also squash the image with [docker-squash](https://github.com/jwilder/docker-squash) and then extract your layers.\n\n    sudo docker save sabayon/base-armhfp:latest | sudo TMPDIR=/dev/shm docker-squash -t sabayon/base-armhfp:squashed \u003e /your/prefered/path/base.tar\n\nYou can replace /dev/shm with your prefered tmpdir\n\n### With undocker, but squashing the layers\n\nThe squash can also been accomplished creating a container from the image, exporting it and then importing it back.\n\n    sudo docker run -t -i sabayon/base-armhfp:latest /bin/bash\n    $ exit # You should drop in a shell, exit, you should see a container id, otherwise find it :\n    sudo docker ps -l\n    sudo docker export \u003cCONTAINER ID\u003e | docker import - sabayon/base-armhfp:squashed\n    docker save sabayon/base-armhfp:squashed | undocker -i -o base sabayon/base-armhfp:squashed\n\nDocker will loose the history revision and then you can estract the layer, using as base for chroot.\n\nYou now have the tree on the *base/* directory\n\nIf you are planning to use the resulting files as a chroot, don't forget to set a nameserver on resolv.conf file\n\n    echo \"nameserver 208.67.222.222\" \u003e base/etc/resolv.conf\n\n\n## 2 tricks on crosscompiling/building from an alien architecture\n\n### Enabling arm support\n\nCopy ext/qemu-arm-static to /usr/bin/binfmt, then:\n\n\techo ':arm:M::\\x7fELF\\x01\\x01\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x02\\x00\\x28\\x00:\\xff\\xff\\xff\\xff\\xff\\xff\\xff\\x00\\xff\\xff\\xff\\xff\\xff\\xff\\xff\\xff\\xfe\\xff\\xff\\xff:/usr/bin/qemu-arm-binfmt:' \u003e /proc/sys/fs/binfmt_misc/register\n\t\nOn the stage3, qemu-arm is not exported by default:\n\n\tdocker run -t -i -v /usr/bin/qemu-arm-binfmt:/usr/bin/qemu-arm-binfmt sabayon/gentoo-stage3-base-armhf uname -m\n\nOn the base it is\n\t\n\tdocker run -t -i sabayon/base-armhf uname -m\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudler%2Fdocker-base-armhfp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmudler%2Fdocker-base-armhfp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudler%2Fdocker-base-armhfp/lists"}