{"id":15441856,"url":"https://github.com/mudler/docker-sabayon-spinbase-amd64","last_synced_at":"2025-03-28T07:12:23.938Z","repository":{"id":33238844,"uuid":"36883172","full_name":"mudler/docker-sabayon-spinbase-amd64","owner":"mudler","description":"Sabayon spinbase docker repository","archived":false,"fork":false,"pushed_at":"2015-11-05T13:51:32.000Z","size":313,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-02T07:43:38.806Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://registry.hub.docker.com/u/sabayon/spinbase-amd64/","language":"Shell","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-04T16:43:56.000Z","updated_at":"2024-01-02T22:20:27.000Z","dependencies_parsed_at":"2022-08-17T22:45:21.225Z","dependency_job_id":null,"html_url":"https://github.com/mudler/docker-sabayon-spinbase-amd64","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-spinbase-amd64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudler%2Fdocker-sabayon-spinbase-amd64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudler%2Fdocker-sabayon-spinbase-amd64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudler%2Fdocker-sabayon-spinbase-amd64/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mudler","download_url":"https://codeload.github.com/mudler/docker-sabayon-spinbase-amd64/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:44.474Z","updated_at":"2025-03-28T07:12:23.917Z","avatar_url":"https://github.com/mudler.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sabayon Spinbase: 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 spinbase.\nIt is just a [Sabayon \nbase](https://github.com/mudler/docker-sabayon-base) \nwith upgrades \nand tools, ready to be shipped on VM(s)/LiveCDs\n\nImages are also on Docker Hub [sabayon/spinbase-amd64](https://registry.hub.docker.com/u/sabayon/spinbase-amd64/) and the already squashed image, \n[sabayon/spinbase-amd64-squashed](https://registry.hub.docker.com/u/sabayon/spinbase-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-spinbase locally\n\n    git clone https://github.com/mudler/docker-sabayon-spinbase-amd64.git docker-sabayon-spinbase\n    cd docker-sabayon-spinbase\n    sudo docker build -t sabayon/spinbase-amd64 .\n\n## Pulling sabayon-spinbase from Docker Hub\n\n    sudo docker pull sabayon/spinbase-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/spinbase-amd64:latest | undocker -i -o spinbase sabayon/spinbase-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/spinbase-amd64:latest | sudo TMPDIR=/dev/shm docker-squash -t sabayon/spinbase-amd64:squashed \u003e /your/prefered/path/Spinbase.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/spinbase-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/spinbase-amd64:squashed\n    docker save sabayon/spinbase-amd64:squashed | undocker -i -o spinbase sabayon/spinbase-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 *spinbase/* 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 spinbase/etc/resolv.conf\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudler%2Fdocker-sabayon-spinbase-amd64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmudler%2Fdocker-sabayon-spinbase-amd64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudler%2Fdocker-sabayon-spinbase-amd64/lists"}