Sign inSign up

embano1/ci-demo-app

By embano1

Updated over 4 years ago

Image
0

5.4K

embano1/ci-demo-app repository overview

About

Description of the project: https://github.com/embano1/ci-demo-app

Usage

Run the app (stop with CTRL-C):

# expose default port 8080 to 8080 on the Docker host
$ docker run -it --rm -p 8080:8080 embano1/ci-demo-app:v0.2.7
2021-05-04T14:31:00.658Z        INFO    ci-demo-app     ci-demo-app/main.go:85  running server  {"commit": "e616df52", "address": ":8080"}
2021-05-04T14:31:02.933Z      INFO    ci-demo-app     ci-demo-app/main.go:81  got signal, attempting graceful shutdown        {"commit": "e616df52"}

Show version information

$ docker run -it --rm embano1/ci-demo-app version
version: unknown
commit: e616df52
date: unknown

⚠️ Note: due to a current limitation in ko the build variables version and date are shown as "unknown"

Tag summary

Content type

Image

Digest

Size

5.6 MB

Last updated

over 4 years ago

docker pull embano1/ci-demo-app