Skip to content

Commit

Permalink
Release 3.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 3, 2024
1 parent becc475 commit 686c592
Show file tree
Hide file tree
Showing 4 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 @@ -56,10 +56,10 @@ For huge public repositories you can adjust memory limit and even size of used t

```bash
# Launching a standalone JAR file
$ java -Xmx32M -jar reposilite-3.5.11.jar
$ java -Xmx32M -jar reposilite-3.5.12.jar

# Using the official Docker image
$ docker pull dzikoysk/reposilite:3.5.11
$ docker pull dzikoysk/reposilite:3.5.12

# 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
Expand Up @@ -5,7 +5,7 @@ services:
#
# To build from sources:
#
# image: reposilite:3.5.11
# image: reposilite:3.5.12
# build:
# context: .
# dockerfile: Dockerfile
Expand Down
6 changes: 3 additions & 3 deletions reposilite-frontend/package-lock.json

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

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.5.11
$ docker pull dzikoysk/reposilite:3.5.11
# released builds, e.g. 3.5.12
$ docker pull dzikoysk/reposilite:3.5.12

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

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

0 comments on commit 686c592

Please sign in to comment.