Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Commit 7aa67a3

Browse files
committed
docs: Add links to prebuilt binaries, pipeline status and other artifacts
1 parent 57d5334 commit 7aa67a3

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Management daemons and CLIs for the ISC DHCP server and client.
44

5+
[![pipeline status](https://gitlab.com/pojntfx/go-isc-dhcp/badges/master/pipeline.svg)](https://gitlab.com/pojntfx/go-isc-dhcp/commits/master)
6+
57
## Overview
68

79
`go-isc-dhcp` is a collection of management daemons and CLIs for the ISC DHCP server and client. The ISC DHCP server and client are built of two main components:
@@ -20,7 +22,27 @@ In a similar way, `go-isc-dhcp` is built of multiple components. The components
2022

2123
## Installation
2224

23-
A Go package [is available](https://godoc.org/github.com/pojntfx/go-isc-dhcp). In order to use it, you have to `go generate` it first.
25+
### Prebuilt Binaries
26+
27+
Prebuilt binaries are available on the [releases page](https://github.com/pojntfx/go-isc-dhcp/releases/latest).
28+
29+
### Go Package
30+
31+
A Go package [is available](https://pkg.go.dev/github.com/pojntfx/go-isc-dhcp).
32+
33+
### Docker Image
34+
35+
#### `dhcpdd`
36+
37+
A Docker image is available on [Docker Hub](https://hub.docker.com/r/pojntfx/dhcpdd).
38+
39+
#### `dhclientd`
40+
41+
A Docker image is available on [Docker Hub](https://hub.docker.com/r/pojntfx/dhclientd).
42+
43+
### Helm Chart
44+
45+
Helm charts for `dhcpdd` and `dhclientd` are available in [@pojntfx's Helm chart repository](https://pojntfx.github.io/charts/).
2446

2547
## Usage
2648

0 commit comments

Comments
 (0)