Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 21, 2022
1 parent 46d2dcb commit 37dd01e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ For huge public repositories you can adjust memory limit and even size of used t

```bash
# Launching a standalone JAR file
$ java -Xmx16M -jar reposilite-3.0.4.jar
$ java -Xmx16M -jar reposilite-3.1.0.jar

# Using the official Docker image
$ docker pull dzikoysk/reposilite:3.0.4
$ docker pull dzikoysk/reposilite:3.1.0

# Using the official Helm chart
$ helm repo add reposilite https://helm.reposilite.com/
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
reposilite:
image: reposilite:3.0.4
image: reposilite:3.1.0
build:
context: .
dockerfile: Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions reposilite-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion reposilite-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reposilite-frontend",
"version": "3.0.4",
"version": "3.1.0",
"repository": "https://github.com/dzikoysk/reposilite",
"license": "Apache-2.0",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions reposilite-site/data/guides/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ There are three different types of tags used on the Docker images:
First of all, you have to pull the image from Docker Hub:

```bash
# released builds, e.g. 3.0.4
$ docker pull dzikoysk/reposilite:3.0.4
# released builds, e.g. 3.1.0
$ docker pull dzikoysk/reposilite:3.1.0

# nightly builds
$ docker pull dzikoysk/reposilite:nightly
Expand All @@ -25,8 +25,8 @@ $ docker pull dzikoysk/reposilite:nightly
Or from the [GitHub Container Registry](https://github.com/features/packages) (useful if you have been rate limited on Docker Hub):

```bash
# released builds, e.g. 3.0.4
$ docker pull ghcr.io/dzikoysk/reposilite:3.0.4
# released builds, e.g. 3.1.0
$ docker pull ghcr.io/dzikoysk/reposilite:3.1.0

# nightly builds
$ docker pull ghcr.io/dzikoysk/reposilite:nightly
Expand Down

0 comments on commit 37dd01e

Please sign in to comment.