Skip to content

Commit

Permalink
version 3.58.1
Browse files Browse the repository at this point in the history
  • Loading branch information
a-langer committed Sep 30, 2023
1 parent f8adf9a commit aa30b0f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LOGGING_MAX_SIZE="${LOGGING_MAX_SIZE:-10M}"
LOGGING_COUNT_FILES="${LOGGING_COUNT_FILES:-10}"

## Nexus
NEXUS_IMAGE="${NEXUS_IMAGE:-ghcr.io/a-langer/nexus-sso:3.54.1}"
NEXUS_IMAGE="${NEXUS_IMAGE:-ghcr.io/a-langer/nexus-sso:3.58.1}"
NEXUS_USER="${NEXUS_USER:-nexus}"
NEXUS_GROUP="${NEXUS_GROUP:-nexus}"
NEXUS_DATA="${NEXUS_DATA:-./nexus_data}"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
# docker rmi $(docker images -f "dangling=true" -q)
# docker run --user=0:0 --rm -it -p 8081:8081/tcp sonatype/nexus3:3.37.3 /bin/bash

ARG NEXUS_BASE_IMAGE="sonatype/nexus3:3.54.1"
ARG NEXUS_BASE_IMAGE="sonatype/nexus3:3.58.1"
FROM $NEXUS_BASE_IMAGE
USER root

ARG NEXUS_PLUGIN_VERSION="3.54.1-01"
ARG NEXUS_PLUGIN_VERSION="3.58.1-02"
ENV PLUG_VERSION="${NEXUS_PLUGIN_VERSION}"
ENV NEXUS_PLUGINS="${NEXUS_HOME}/system"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![license](https://img.shields.io/badge/license-EPL1-brightgreen.svg)](https://github.com/a-langer/nexus-sso/blob/main/LICENSE "License of source code")
[![image](https://ghcr-badge.deta.dev/a-langer/nexus-sso/latest_tag?trim=major&label=latest)][0]
[![image-size](https://ghcr-badge.deta.dev/a-langer/nexus-sso/size?tag=3.54.1)][0]
[![image-size](https://ghcr-badge.deta.dev/a-langer/nexus-sso/size?tag=3.58.1)][0]
[![JitPack](https://jitpack.io/v/a-langer/nexus-sso.svg)][1]

Patch for [Nexus OSS][2] with authorization via [SSO][9] and [tokens][10]. By default this features available only in PRO version ([see comparison][5]), but this patch provides them an alternative implementation without violating the license.
Expand Down
2 changes: 1 addition & 1 deletion nexus-bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.a-langer</groupId>
<artifactId>nexus-sso</artifactId>
<version>3.54.1</version>
<version>3.58.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>nexus-bootstrap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nexus-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.a-langer</groupId>
<artifactId>nexus-sso</artifactId>
<version>3.54.1</version>
<version>3.58.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>nexus-docker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nexus-repository-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.a-langer</groupId>
<artifactId>nexus-sso</artifactId>
<version>3.54.1</version>
<version>3.58.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>nexus-repository-services</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.a-langer</groupId>
<artifactId>nexus-sso</artifactId>
<packaging>pom</packaging>
<version>3.54.1</version>
<version>3.58.1</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Single Sign-On patch for Nexus OSS</description>

Expand All @@ -14,7 +14,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<nexus.base.version>${project.version}</nexus.base.version>
<nexus.extension.version>01</nexus.extension.version>
<nexus.extension.version>02</nexus.extension.version>
<nexus.plugin.version>${nexus.base.version}-${nexus.extension.version}</nexus.plugin.version>
<nexus.base.image>sonatype/nexus3:${nexus.base.version}</nexus.base.image>
<docker.image>ghcr.io/a-langer/nexus-sso:${project.version}</docker.image>
Expand Down

0 comments on commit aa30b0f

Please sign in to comment.