Skip to content

v0.1.0 - Upstream Equivalent

Compare
Choose a tag to compare
@kj4ezj kj4ezj released this 26 Feb 22:49
· 13 commits to main since this release
f61d9e7

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.
  • .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 to zap2xml.
    • Removed broken optional args.
  • dockerfile
  • 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