v0.1.0 - Upstream Equivalent
If you just want shuaiscott/zap2xml rebuilt regularly to pull in security updates for Linux and package dependencies, this release is for you!
Documentation is here.
Changes
There are no functional or behavioral changes in this release, by design.
- Added CICD using GitHub Actions.
- Lints BASH code with shellcheck and bashate.
- Builds docker container.
- Pushes container to both Docker Hub and the GitHub Container Registry.
- Wrote documentation.
- Can be run locally using act.
act --artifact-server-path .github/artifacts
.gitignore
- added.docker-compose.yml
- Updated
image
to point to the container from this repo. - Use GitHub Container Registry by default (reason).
- Pull using
v0.1.0
tag. - Changed default service name from
sports
tozap2xml
. - Removed broken optional args.
- Updated
dockerfile
- Reduced number of layers.
- Organized package list.
- Removed unused PPA.
- Changed PPA from
HTTP
toHTTPS
. - Added industry-standard Open Container Initiative (OCI) labels.
entry.sh
- Removed commented-out code.
- Switched to four-space indentation so that all files in this repo are the same.
- Minor linting changes.
zap2xml.pl
- Switched to four-space indentation so that all files in this repo are the same. Indentation in this file was previously mixed.
Installation
You can pull this release from the GitHub Container Registry...
docker pull ghcr.io/kj4ezj/zap2xml:v0.1.0
...or from Docker Hub.
docker pull docker.io/kj4ezj/zap2xml:v0.1.0