To create apk
packages for alpine, you need a build environment.
- setup your system and account for building Alpine packages (take a look on web) and/or Alpine wiki
Checking abuild
abuild -A
x86_64 # You\'ll see this or your processor architecture
Checkout this repo
git clone https://github.com/1111Marcos/wildfly-on-alpinelinux.git
Making package
cd wildfly-on-alpinelinux
abuild -rv
A little remember to test and check:
- Check if modifications was applied on this files with helper happens;
- Check if
abuild -r
command create a new apk package;
-
apk add
command -
apk delete
command - openrc startup script
- openrc stop script
- openrc status command
- version upgrade/downgrade action (with
./setversion.sh
helper)
This software is Open Source one released under the Apache 2.0 license.