Skip to content

Commit 891491d

Browse files
committed
update the dockerfile
1 parent ed59c58 commit 891491d

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM golang:1.22-alpine AS builder-env
2+
FROM golang:1.24-alpine AS builder-env
33

44
# Build a self-contained pg_exporter container with a clean environment and no
55
# dependencies.

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PG Exporter
22

33

4-
[![Webite: pigsty](https://img.shields.io/badge/website-pgsty.com-slategray?style=flat&logo=cilium&logoColor=white)](https://pgsty.com)
4+
[![Webite: pigsty](https://img.shields.io/badge/website-pgsty.com-slategray?style=flat&logo=cilium&logoColor=white)](https://pigsty.io)
55
[![Version: v0.8.1](https://img.shields.io/badge/version-v0.8.1-slategray?style=flat&logo=cilium&logoColor=white)](https://github.com/Vonng/pg_exporter/releases/tag/v0.8.1)
66
[![License: Apache-2.0](https://img.shields.io/github/license/Vonng/pg_exporter?logo=opensourceinitiative&logoColor=green&color=slategray)](https://github.com/Vonng/pg_exporter/blob/main/LICENSE)
77
[![GitHub Stars](https://img.shields.io/github/stars/Vonng/pg_exporter?style=flat&logo=github&logoColor=black&color=slategray)](https://star-history.com/#Vonng/pg_exporter&Date)
@@ -18,7 +18,7 @@ The latest stable version is [`0.8.1`](https://github.com/Vonng/pg_exporter/rele
1818

1919

2020

21-
--------------------
21+
------
2222

2323
## Features
2424

@@ -29,11 +29,10 @@ The latest stable version is [`0.8.1`](https://github.com/Vonng/pg_exporter/rele
2929
* Dynamic Planning: Define multiple branches for a collector. Install specific branch when server & exporter meet certain conditions.
3030
* Rich [self-monitoring](https://demo.pigsty.cc/d/pgsql-exporter) metrics about `pg_exporter` itself.
3131
* Auto-discovery multiple databases, and run database level collectors
32-
* Tested and verified in a real-world production environment: 12K+ cores for 5+ years.
33-
32+
* Tested and verified in a real-world production environment: 12K+ cores for 6+ years.
3433

3534

36-
--------------------
35+
------
3736

3837
## Quick Start
3938

@@ -109,7 +108,7 @@ Flags:
109108

110109

111110

112-
--------------------
111+
------
113112

114113
## API
115114

@@ -182,7 +181,7 @@ Or [download](https://github.com/Vonng/pg_exporter/releases) the latest prebuilt
182181

183182

184183

185-
--------------------
184+
------
186185

187186
## Deployment
188187

@@ -195,7 +194,7 @@ Redhat rpm and Debian/Ubuntu deb packages is made with `nfpm`.
195194
Which is also available on Pigsty's PGSQL repo.
196195

197196

198-
--------------------
197+
------
199198

200199
## Configuration
201200

RELEASENOTE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release Note
22

3+
------
4+
5+
## 0.8.1
6+
7+
* Bump dependencies to the latest version
8+
* [Bump golang.org/x/net from 0.35.0 to 0.36.0 #67](https://github.com/Vonng/pg_exporter/pull/67)
9+
* Update docker images building tags
10+
11+
312
------
413

514
## 0.8.0

0 commit comments

Comments
 (0)