{"id":13898043,"url":"https://github.com/vbatts/slackware-container","last_synced_at":"2025-08-14T11:45:21.643Z","repository":{"id":12155582,"uuid":"14749685","full_name":"vbatts/slackware-container","owner":"vbatts","description":"Minimal rootfs creation for slackware linux (ideal for container images)","archived":false,"fork":false,"pushed_at":"2023-07-26T21:58:16.000Z","size":66,"stargazers_count":103,"open_issues_count":4,"forks_count":27,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-06-21T09:20:48.704Z","etag":null,"topics":["buildroot","container","rootfs","slackware"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/vbatts/slackware","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/vbatts.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,"governance":null}},"created_at":"2013-11-27T14:43:17.000Z","updated_at":"2025-02-02T22:36:29.000Z","dependencies_parsed_at":"2023-02-12T18:45:18.353Z","dependency_job_id":"a5ac1c9c-4929-4727-bb63-93733c31f82e","html_url":"https://github.com/vbatts/slackware-container","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vbatts/slackware-container","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbatts%2Fslackware-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbatts%2Fslackware-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbatts%2Fslackware-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbatts%2Fslackware-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vbatts","download_url":"https://codeload.github.com/vbatts/slackware-container/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbatts%2Fslackware-container/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261206105,"owners_count":23124837,"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":["buildroot","container","rootfs","slackware"],"created_at":"2024-08-06T18:04:01.848Z","updated_at":"2025-06-21T23:04:52.216Z","avatar_url":"https://github.com/vbatts.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# slackware-container\n\nbuild scripts for a slackware container image\n\n## Overview\n\nThe Dockerfile is incomplete so far, since it expects a base image to be used.\nIt would be possible and understandable to use the 'busybox' image, and build\nfrom there, but also to have a mkimage-slackware.sh to build the base image.\n\n## build\n\nCurrently, using the installer bootstrap, the mkimage-slackware can create an\nultra-minimal slackware filesystem. (does not even include pkgtools)\n\nIf you have [podman](https://github.com/containers/libpod/tree/master/cmd/podman) installed (the is an [SBo build](https://slackbuilds.org/repository/14.2/system/podman/)):\n\n```shell\nCRT=\"sudo podman\" make image\n```\n\nThen you will be able to run:\n\n```shell\nsudo podman run -i -t $USER/slackware-base /bin/sh\n```\n\n_(this also can be built and run with docker as well. If you build with one, you'll have to push your container build to a container registry before you can pull and run with the other)_\n\n(This will be the environment to build out the Dockerfile from)\n(( see http://docs.docker.com/reference/builder/ for more info on that ))\n\n\nTo build alternate versions of slackware, pass gnu-make the RELEASE variable, like:\n\n```shell\nmake image RELEASE=slackware64-13.37 IMG_NAME=$HOME/my_slackware:13.37\n```\n\nTo build and test say slackware64-current in a docker container:\n\n```shell\nmake run-current\n```\n\n## Index\n\nThis is this build process used to be the base of 'vbatts/slackware' on the\nhttp://index.docker.io/\n\nJust running:\n\n```shell\nsudo podman run -i -t vbatts/slackware /bin/sh\n```\n \n or\n\n```shell\nsudo docker run -i -t vbatts/slackware /bin/sh\n```\n\nWill pull down this image for testing.\n\n## Contributing\nplease hack on this and send feedback!\n\n## License\n\nCopyright (c) 2013, Vincent Batts \u003cvbatts@hashbangbash.com\u003e\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met: \n\n1. Redistributions of source code must retain the above copyright notice, this\n   list of conditions and the following disclaimer. \n2. Redistributions in binary form must reproduce the above copyright notice,\n   this list of conditions and the following disclaimer in the documentation\n   and/or other materials provided with the distribution. \n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvbatts%2Fslackware-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvbatts%2Fslackware-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvbatts%2Fslackware-container/lists"}