AutoSlackPack
Docker 应用程序 from SpaceInvaderOne's Repository
概述
This provides a comprehensive Slackware-based environment with all the necessary build tools and dependencies pre-installed. It is designed for use to build Slackware packages from source on Unraid (Unraid is based off Slackware), which lacks the required build tools and libraries.
In auto mode, it uses SlackBuild scripts from slackbuilds.org to automate the process of downloading, extracting, and building packages from source. Users can specify the SlackBuild and source URLs to automate the build process.
In manual mode, the container can be used to perform custom builds. (Enter the docker console)
Usage
To use this container, fill out the following variables in the Unraid Docker template:
AUTOBUILD: Controls whether the container automatically starts the build process.
Set to "yes" to automatically start building the package using the provided SlackBuild and source download URLs.
Set to "no" to skip the automatic build process. The container will remain running, allowing manual interaction.
SLACKBUILD_DOWNLOAD: URL to the SlackBuild script tarball. SlackBuilds can be found at slackbuilds.org, where links to the source code are also provided.
Example: "http://slackbuilds.org/slackbuilds/15.0/system/mbuffer.tar.gz"
SOURCE_DOWNLOAD: URL to the source code tarball.
Example: "http://www.maier-komor.de/software/mbuffer/mbuffer-20240107.tgz"
You will find the built package in the appdata share here -- /mnt/user/appdata/AutoSlackPack/out
If you prefer to manually build the package, set AUTOBUILD to "no" and manually download (above variables are ignored) and build the package after accessing the container.
运行时参数
- 网络
bridge- 外壳
sh- 特权
- false
- 额外参数
--dns 208.67.222.222 --dns 208.67.220.220
模板配置
Build in location:Pathrw
- 目标
- /app
- 价值
- /mnt/user/appdata/AutoSlackPack/in
Package out location:Pathrw
- 目标
- /tmp
- 价值
- /mnt/user/appdata/AutoSlackPack/out
Autobuild packageVariable
Select yes to autobuild the package then exit | Select no to manually build - container doesnt exit
- 目标
- AUTOBUILD
- 默认值
- yes|no
- 价值
- yes
Download SlackBuild URLVariable
Put here the url of the slackbuild script to use for building the package (get from http://slackbuilds.org/ )
- 目标
- SLACKBUILD_DOWNLOAD
Download Source URLVariable
Put here the url of the source to use for building the package (get from http://slackbuilds.org/ )
- 目标
- SOURCE_DOWNLOAD
下载统计数据
6,395
下载总数
详细信息
存储库
spaceinvaderone/auto_slack_pack:latest最后更新2024-10-14
初见2024-05-15
在Unraid 上运行 AutoSlackPack 。
AutoSlackPack 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。