Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
Public export of Nexus Repository - Helm Plugin:
Browse files Browse the repository at this point in the history
  - 2de630a30abb75f0121d5e8b77e17e3ab56f7a4f by Jeffry Hesse <jhesse@sonatype.com>

GitOrigin-RevId: 2de630a30abb75f0121d5e8b77e17e3ab56f7a4f
  • Loading branch information
DarthHater committed Aug 16, 2018
1 parent 5517c8e commit 6eaed59
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
ARG NEXUS_VERSION=3.10.0
ARG NEXUS_VERSION=3.13.0

FROM maven:3-jdk-8-alpine AS build
ARG NEXUS_VERSION=3.10.0
ARG NEXUS_BUILD=04
ARG NEXUS_VERSION=3.13.0
ARG NEXUS_BUILD=01

COPY . /nexus-repository-helm/
RUN cd /nexus-repository-helm/; sed -i "s/3.10.0-04/${NEXUS_VERSION}-${NEXUS_BUILD}/g" pom.xml; \
RUN cd /nexus-repository-helm/; sed -i "s/3.13.0-01/${NEXUS_VERSION}-${NEXUS_BUILD}/g" pom.xml; \
mvn clean package;

FROM sonatype/nexus3:$NEXUS_VERSION
ARG NEXUS_VERSION=3.10.0
ARG NEXUS_BUILD=04
ARG NEXUS_VERSION=3.13.0
ARG NEXUS_BUILD=01
ARG HELM_VERSION=0.0.2
ARG TARGET_DIR=/opt/sonatype/nexus/system/org/sonatype/nexus/plugins/nexus-repository-helm/${HELM_VERSION}/
USER root
Expand Down

0 comments on commit 6eaed59

Please sign in to comment.