https://github.com/containerbase/wally-prebuild
Prebuild Wally for containerbase
https://github.com/containerbase/wally-prebuild
containerbase wally
Last synced: 8 months ago
JSON representation
Prebuild Wally for containerbase
- Host: GitHub
- URL: https://github.com/containerbase/wally-prebuild
- Owner: containerbase
- License: mit
- Created: 2024-08-12T12:14:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T21:25:47.000Z (over 1 year ago)
- Last Synced: 2025-02-25T21:33:01.071Z (over 1 year ago)
- Topics: containerbase, wally
- Language: Shell
- Homepage:
- Size: 299 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# containerbase Wally releases
[](https://github.com/containerbase/wally-prebuild/actions/workflows/build.yml?query=branch%3Amain)


Prebuild Wally releases used by [containerbase/base](https://github.com/containerbase/base).
## Local development
Build the image
```bash
docker build -t builder --build-arg APT_HTTP_PROXY=http://apt-proxy:3142 --build-arg DISTRO=focal .
```
Test the image
```bash
docker run --rm -it -v ${PWD}/.cache:/cache -e DEBURG=true builder 0.3.2
```
`${PWD}/.cache` will contain packed releases after successful build.
Optional environment variables
| Name | Description | Default |
| ---------------- | ------------------------------------------------------------ | --------- |
| `DISTRO` | Set an ubuntu base distro, `focal` and `jammy` are supported | `focal` |
| `APT_HTTP_PROXY` | Set an APT http proxy for installing build deps | `` |
| `DEBUG` | Show verbose php build output | `` |