Skip to content

Releases: denga/whoami

whoami-v1.0.4

Choose a tag to compare

@github-actions github-actions released this 17 Jul 14:55

Changes

Welcome to this new release!

Changelog

Others

  • 07837dd Add code checkout step to release workflow

Docker Images

Docker images are available on Docker Hub:

docker pull denga/whoami:v1.0.4
docker pull denga/whoami:latest

Install

Binary

Download the pre-compiled binaries from the releases page and copy to the desired location.

Docker

docker run --rm -p 80:80 denga/whoami:v1.0.4

From source

git clone https://github.com/denga/whoami.git
cd whoami
go build -o whoami main.go

whoami-v1.0.3

Choose a tag to compare

@github-actions github-actions released this 17 Jul 13:17

Changes

Welcome to this new release!

Changelog

Others

  • fa37fbc Update Trivy action version and improve verbose logging

Docker Images

Docker images are available on Docker Hub:

docker pull denga/whoami:v1.0.3
docker pull denga/whoami:latest

Install

Binary

Download the pre-compiled binaries from the releases page and copy to the desired location.

Docker

docker run --rm -p 80:80 denga/whoami:v1.0.3

From source

git clone https://github.com/denga/whoami.git
cd whoami
go build -o whoami main.go

whoami-v1.0.2

Choose a tag to compare

@github-actions github-actions released this 17 Jul 13:06

Changes

Welcome to this new release!

Changelog

Others

Docker Images

Docker images are available on Docker Hub:

docker pull denga/whoami:v1.0.2
docker pull denga/whoami:latest

Install

Binary

Download the pre-compiled binaries from the releases page and copy to the desired location.

Docker

docker run --rm -p 80:80 denga/whoami:v1.0.2

From source

git clone https://github.com/denga/whoami.git
cd whoami
go build -o whoami main.go

whoami-v1.0.1

Choose a tag to compare

@github-actions github-actions released this 17 Jul 11:56

Changes

Welcome to this new release!

Changelog

Others

Docker Images

Docker images are available on Docker Hub:

docker pull denga/whoami:v1.0.1
docker pull denga/whoami:latest

Install

Binary

Download the pre-compiled binaries from the releases page and copy to the desired location.

Docker

docker run --rm -p 80:80 denga/whoami:v1.0.1

From source

git clone https://github.com/denga/whoami.git
cd whoami
go build -o whoami main.go