{"id":15441838,"url":"https://github.com/mudler/docker-sabayon-base","last_synced_at":"2026-01-07T00:49:00.361Z","repository":{"id":34233774,"uuid":"38100483","full_name":"mudler/docker-sabayon-base","owner":"mudler","description":"Sabayon-base docker repository ","archived":false,"fork":false,"pushed_at":"2015-10-05T16:41:56.000Z","size":148,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T07:43:37.723Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":" https://registry.hub.docker.com/u/sabayon/base-amd64/","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-06-26T08:41:14.000Z","updated_at":"2024-01-02T22:20:28.000Z","dependencies_parsed_at":"2022-09-14T02:21:32.322Z","dependency_job_id":null,"html_url":"https://github.com/mudler/docker-sabayon-base","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-sabayon-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudler%2Fdocker-sabayon-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudler%2Fdocker-sabayon-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudler%2Fdocker-sabayon-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mudler","download_url":"https://codeload.github.com/mudler/docker-sabayon-base/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245984589,"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:27.083Z","updated_at":"2026-01-07T00:49:00.324Z","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-amd64](https://registry.hub.docker.com/u/sabayon/base-amd64/) and the already squashed image, \n[sabayon/base-amd64-squashed](https://registry.hub.docker.com/u/sabayon/base-amd64-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-amd64.git docker-sabayon-base\n    cd docker-sabayon-base\n    sudo docker build -t sabayon/base-amd64 .\n\n## Pulling sabayon-base from Docker Hub\n\n    sudo docker pull sabayon/base-amd64\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-amd64:latest | undocker -i -o base sabayon/base-amd64: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-amd64:latest | sudo TMPDIR=/dev/shm docker-squash -t sabayon/base-amd64: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-amd64: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-amd64:squashed\n    docker save sabayon/base-amd64:squashed | undocker -i -o base sabayon/base-amd64: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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudler%2Fdocker-sabayon-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmudler%2Fdocker-sabayon-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudler%2Fdocker-sabayon-base/lists"}