Skip to content

Commit

Permalink
Release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 2, 2022
1 parent 3b49c1f commit 41322e7
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 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.1.0.jar
$ java -Xmx16M -jar reposilite-3.1.1.jar

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

# 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.1.0
image: reposilite:3.1.1
build:
context: .
dockerfile: Dockerfile
Expand Down
16 changes: 8 additions & 8 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.1.0",
"version": "3.1.1",
"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.1.0
$ docker pull dzikoysk/reposilite:3.1.0
# released builds, e.g. 3.1.1
$ docker pull dzikoysk/reposilite:3.1.1

# 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.1.0
$ docker pull ghcr.io/dzikoysk/reposilite:3.1.0
# released builds, e.g. 3.1.1
$ docker pull ghcr.io/dzikoysk/reposilite:3.1.1

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

0 comments on commit 41322e7

Please sign in to comment.