Skip to content

Commit

Permalink
Merge pull request #7 from dlehammer/patch-1
Browse files Browse the repository at this point in the history
Fix for central.maven.org not resolving anymore
  • Loading branch information
benwilcock authored Apr 22, 2020
2 parents 96a60f7 + 768e071 commit 7cdba4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security-gateway/uaa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update \
# Download the UAA Web Application Archive from Maven Central
ENV UAA_VERSION=4.30.0
RUN wget \
http://central.maven.org/maven2/org/cloudfoundry/identity/cloudfoundry-identity-uaa/$UAA_VERSION/cloudfoundry-identity-uaa-$UAA_VERSION.war \
https://repo1.maven.org/maven2/org/cloudfoundry/identity/cloudfoundry-identity-uaa/$UAA_VERSION/cloudfoundry-identity-uaa-$UAA_VERSION.war \
-O $CATALINA_HOME/webapps/uaa.war

# Configure the UAA
Expand All @@ -33,4 +33,4 @@ EXPOSE 8090

# To build use `docker build --tag uaa .`
# To run use `docker run -p 8888:8090 --name=uaa uaa`
# To test use `http://localhost:8888/uaa/login` User: user1 Password: password
# To test use `http://localhost:8888/uaa/login` User: user1 Password: password

0 comments on commit 7cdba4f

Please sign in to comment.