Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tag for WebSphere Liberty beta image #487

Merged
merged 1 commit into from
Feb 13, 2015
Merged

Add tag for WebSphere Liberty beta image #487

merged 1 commit into from
Feb 13, 2015

Conversation

davidcurrie
Copy link
Contributor

Add tag for WebSphere Liberty beta image

@davidcurrie davidcurrie changed the title Add tag for beta Add tag for WebSphere Liberty beta image Feb 13, 2015
@yosifkit
Copy link
Member

For reference:

diff --git a/8.5.5/Dockerfile b/beta/Dockerfile
index a30e907..e4d6f3c 100644
--- a/8.5.5/Dockerfile
+++ b/beta/Dockerfile
@@ -38,7 +38,7 @@ COPY license-check /opt/ibm/docker/
 COPY view-jre-license /opt/ibm/docker/licenses/

 # Install WebSphere Liberty
-ENV LIBERTY_VERSION 8.5.5_04
+ENV LIBERTY_VERSION 2015.2.0_0
 RUN LIBERTY_URL=$(wget -q -O - https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/index.yml | sed -n '/'$LIBERTY_VERSION'/{n;p}' | sed -n 's/\s*uri:\s//p') \
     && wget -q $LIBERTY_URL -U UA-IBM-WebSphere-Liberty-Docker -O /tmp/wlp-developers-runtime.jar \
     && java -jar /tmp/wlp-developers-runtime.jar --acceptLicense /opt/ibm \

@yosifkit
Copy link
Member

LGTM
Build test of #487; 91e9dfb (websphere-liberty):

$ url="https://raw.githubusercontent.com/docker-library/official-images/91e9dfb5fe4d3a18e9bee3d0d53752242518e314/library/websphere-liberty"
$ bashbrew build "$url"
Processing websphere-liberty:8.5.5 ...
Processing websphere-liberty:latest ...
Processing websphere-liberty:beta ...
$ bashbrew list "$url" | xargs test/run.sh
testing websphere-liberty:8.5.5
    'utc' [1/2]...passed
    'shellshock' [2/2]...passed
testing websphere-liberty:latest
    'utc' [1/2]...passed
    'shellshock' [2/2]...passed
testing websphere-liberty:beta
    'utc' [1/2]...passed
    'shellshock' [2/2]...passed

@tianon
Copy link
Member

tianon commented Feb 13, 2015

LGTM

tianon added a commit that referenced this pull request Feb 13, 2015
Add tag for WebSphere Liberty beta image
@tianon tianon merged commit f0a88b2 into docker-library:master Feb 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants