Skip to content

Commit

Permalink
Merge pull request #8 from coollabsio/miguelgargallo-patch-1
Browse files Browse the repository at this point in the history
Miguelgargallo Version updates
  • Loading branch information
miguelgargallo authored Aug 2, 2023
2 parents 7600e17 + d8209e6 commit 48f0ec1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.17
ARG BUILDARCH
ARG PB_VERSION=0.17.0
ARG PB_VERSION=0.17.1
RUN apk add --no-cache \
unzip \
ca-certificates
Expand Down
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# Pocketbase
# PocketBase at Coolify
> Unofficial [Pocketbase](https://pocketbase.io/) releases to AMD & ARM architectures.
Unofficial [Pocketbase](https://pocketbase.io/) releases to AMD & ARM architectures.
<p align="center">
<a href="https://pocketbase.io" target="_blank" rel="noopener">
<img src="https://i.imgur.com/5qimnm5.png" alt="PocketBase - open source backend in 1 file" />
</a>
</p>

<p align="center">
<a href="https://github.com/pocketbase/pocketbase/actions/workflows/release.yaml" target="_blank" rel="noopener"><img src="https://github.com/pocketbase/pocketbase/actions/workflows/release.yaml/badge.svg" alt="build" /></a>
<a href="https://github.com/pocketbase/pocketbase/releases" target="_blank" rel="noopener"><img src="https://img.shields.io/github/release/pocketbase/pocketbase.svg" alt="Latest releases" /></a>
<a href="https://pkg.go.dev/github.com/pocketbase/pocketbase" target="_blank" rel="noopener"><img src="https://godoc.org/github.com/ganigeorgiev/fexpr?status.svg" alt="Go package documentation" /></a>
</p>

## Release process
1. Change `PB_VERSION=0.12.3` inside [./Dockerfile](./Dockerfile#LL3C5-L3C22).
2. Make a new Github Release.
## <a name="release-process"></a>Release process
1. Propose an update in [Issues](https://github.com/coollabsio/pocketbase/issues).
2. Then changes will be applied `PB_VERSION=0.17.1` inside [Dockerfile](./Dockerfile#LL3C5-L3C22).
3. Wait & Enjoy 🎉.

0 comments on commit 48f0ec1

Please sign in to comment.