mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update
This commit is contained in:
@@ -7,6 +7,16 @@ webhook
|
||||
to easily create HTTP endpoints (hooks) on your server, which you can use to
|
||||
execute configured commands.
|
||||
|
||||
## Build Binary
|
||||
|
||||
To build a docker image from scratch, we need to build static linked binary.
|
||||
|
||||
```bash
|
||||
$ go get -d github.com/adnanh/webhook
|
||||
$ CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -installsuffix cgo -ldflags '-s -extld ld -extldflags -static' -a -x -o webhook github.com/adnanh/webhook
|
||||
$ file webhook
|
||||
```
|
||||
|
||||
## Directory Tree
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user