Skip to content

Commit

Permalink
fix: Documentation now reflects all the available tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpeople committed Sep 30, 2021
1 parent b306034 commit 0f87e08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
elif [[ $GITHUB_REF == refs/heads/* ]]; then
VERSION=$(echo ${GITHUB_REF#refs/heads/} | sed -r 's#/+#-#g')
if [ "${{ github.event.repository.default_branch }}" = "$VERSION" ]; then
VERSION=edge
VERSION=devel
fi
elif [[ $GITHUB_REF == refs/pull/* ]]; then
VERSION=pr-${{ github.event.number }}
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ This is a image with many handy tools in it.

## Image tags
- ```latest``` always refers to the latest tagged release.
- There are tags for major, minor and dotreleases (eg. ```1.0.0```, ```1.0```, ```1``` )
- There are tags for major, minor and patchreleases (eg. ```1.0.0```, ```1.0```, ```1``` )
- ```nightly``` gets automatically built a daily cron job
- ```devel``` gets automatically built on every push and represents the latest version of the repo

## Usage
You can either deploy this container standalone to test stuff, or use it as a side car if you need some special features in your pod. One use case as a side car is analyse traffic with tcpdump.
Expand Down

0 comments on commit 0f87e08

Please sign in to comment.