Releases: alexellis/jaas
GHCR release for Docker Hub
GHCR build
Changelog for 1.3.1:
Commits
546974d Update to use the Hub for alpine by @alexellis
Generated by Derek
GHCR build
Changelog for 1.3.0:
- PR #51 Add buildx support and GHCR by @alexellis
Commits
59bc540 Update base layer back to hub by @alexellis
c0f709c Fix Docker build by @alexellis
6c80153 Fix LDARGS by @alexellis
cbac9b2 Update base images to use a mirror by @alexellis
d77569b Add Docker update by @alexellis
e203874 Add buildx support and GHCR by @alexellis
772ef7c Add alternatives by @alexellis
74f1131 Update roadmap by @alexellis
80cf0e2 Break out separate pkg package by @alexellis
98963ae Update .DEREK.yml by @alexellis
Generated by Derek
Update for Go 1.13
Update to use Go 1.13 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
Update to Golang 1.11
Update to Go 1.11 Signed-off-by: Alex Ellis <alexellis2@gmail.com>
Minor fix for version parsing
Changelog:
- Fixes #42
Stable release
1.0.0 Create .DEREK.yml
Bind mounts and support for overriding the command
Introduces:
--mount /home/alex/tmp/=/tmp
for bind-mounting volumes
--command="cat /etc/hostname"
for overriding the command of the container
Vendor with dep
Updated dependencies via dep
Switch to cobra
The command is now:
jaas run
Check jaas run --help
for flags such as:
- --image
- --show-logs
- --env