Skip to content

Commit

Permalink
Remove .gitlab-ci file, update Dockerfile to match changes made in ma…
Browse files Browse the repository at this point in the history
…ster
  • Loading branch information
SwitchTV-BenBettridge committed Feb 25, 2022
1 parent 5f5d38a commit e01852f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 53 deletions.
50 changes: 0 additions & 50 deletions .gitlab-ci.yml

This file was deleted.

4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ FROM maven:3.6.3-jdk-11-slim as s3proxy-builder
LABEL maintainer="Andrew Gaul <[email protected]>"

COPY . /opt/s3proxy/
RUN mkdir /home/.m2
WORKDIR /opt/s3proxy
USER root
RUN mvn package -DskipTests

# Multistage - Image
FROM adoptopenjdk/openjdk11:jdk-11.0.11_9-alpine
FROM openjdk:11-jre-slim
LABEL maintainer="Andrew Gaul <[email protected]>"

WORKDIR /opt/s3proxy
Expand Down

0 comments on commit e01852f

Please sign in to comment.