Namespace
apereo
Image / Tag
cas:v4.2.3
Content Digest
sha256:bd60f04c16b0f286800012dfe12c815ae0b20645f1bdb69c02daf253c0cab115
Details
Created

2016-07-28 09:02:24 UTC

Size

352 MB

Content Digest
Labels
  • License
    GPLv2
  • Vendor
    CentOS

Environment
JAVA_HOME

/opt/jre-home

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/bin:/opt/jre-home/bin:.


Layers

[#000] sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 - 0.0% (32 Bytes)

[#001] sha256:05346a7282e1073e197c35de5953e2dc4d59df661f1bd72cefe712da699dfb74 - 17.05% (60 MB)

[#002] sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 - 0.0% (32 Bytes)

[#003] sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 - 0.0% (32 Bytes)

[#004] sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 - 0.0% (32 Bytes)

[#005] sha256:b11f928f6898d7a214608d4dcc919414d857a30f65ded62cb2d1398711a5d09f - 16.15% (56.8 MB)

[#006] sha256:59ed45babb40c365995288156a2dc5fffe6f74e11f39a114511adbf154e61d94 - 16.17% (56.9 MB)

[#007] sha256:7534c69903c8c1b9f97b3cd99498400f8eebc849830a75b996e9ad2c802e2a27 - 0.07% (251 KB)

[#008] sha256:66fb884aba60dd26b60657f47fe79d6a946dc7b976128d6c779c2ff637091e47 - 0.0% (195 Bytes)

[#009] sha256:4e69cc3073b8c2600d5eefc027d6dcf18941b27288dd9c6fedd56ebb4622efee - 0.0% (214 Bytes)

[#010] sha256:0933dbc47a97dde6457771b97d692b97d0e47465d779173be7f007faf02d6490 - 0.0% (384 Bytes)

[#011] sha256:b3c6c17022e5f9d46ee3dcc6a6efcec2a76eb6acf0a51f2a4267c27451a019bd - 0.0% (5.79 KB)

[#012] sha256:156241b0196f218d163345e1606e59b271b1d8ce4825df3f16c8734785e9d667 - 50.55% (178 MB)


History
2015-09-07 19:05:48 UTC

/bin/sh -c #(nop) MAINTAINER The CentOS Project <cloud-ops@centos.org>

2015-10-13 23:29:00 UTC

/bin/sh -c #(nop) ADD file:125fe45519717bec39f64a67dfc5cd0ac1c8733963d71510ba770817d9466fcb in /

2015-10-13 23:29:03 UTC

/bin/sh -c #(nop) LABEL Vendor=CentOS

2015-10-13 23:29:03 UTC

/bin/sh -c #(nop) LABEL License=GPLv2

2015-10-13 23:29:04 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2016-07-28 09:00:10 UTC

/bin/sh -c #(nop) MAINTAINER Apereo Foundation

2016-07-28 09:00:10 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/bin

2016-07-28 09:01:07 UTC

/bin/sh -c yum -y install wget tar git-all && yum -y clean all

2016-07-28 09:01:27 UTC

/bin/sh -c set -x; java_version=8u65; java_bnumber=17; java_semver=1.8.0_65; java_hash=0e46f8669719a5d2ffa586afe3d6f3cc2560691edcd9e0a032943e82922a9c8a; cd / && wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/$java_version-b$java_bnumber/server-jre-$java_version-linux-x64.tar.gz && echo "$java_hash server-jre-$java_version-linux-x64.tar.gz" | sha256sum -c - && tar -zxvf server-jre-$java_version-linux-x64.tar.gz -C /opt && rm server-jre-$java_version-linux-x64.tar.gz && ln -s /opt/jdk$java_semver/ /opt/jre-home;

2016-07-28 09:01:29 UTC

/bin/sh -c cd / && git clone -b 4.2 --single-branch https://github.com/apereo/cas-overlay-template.git cas-overlay && mkdir /etc/cas && mkdir /etc/cas/jetty && mkdir -p cas-overlay/bin && mkdir -p cas-overlay/src/main/webapp && cp cas-overlay/etc/*.* /etc/cas;

2016-07-28 09:01:29 UTC

/bin/sh -c #(nop) COPY dir:8986bc0cb414cf21472f7e7051c75740e447366c3ae5c1006d0272f9e08a9172 in cas-overlay/src/main/webapp/

2016-07-28 09:01:29 UTC

/bin/sh -c #(nop) COPY file:c70acbe4caf6496e3557e7e81a1be55de6afbbf0b9e09f278aa718ca22bb077d in /etc/cas/jetty/

2016-07-28 09:01:30 UTC

/bin/sh -c #(nop) COPY file:a3105c7bbf249511c9dbeaec090b509be84212990dafecf7157b8c805c7356aa in cas-overlay/bin/

2016-07-28 09:01:30 UTC

/bin/sh -c chmod -R 750 cas-overlay/bin && chmod 750 cas-overlay/mvnw && chmod 750 /opt/jre-home/bin/java && chmod 750 /opt/jre-home/jre/bin/java;

2016-07-28 09:01:30 UTC

/bin/sh -c #(nop) EXPOSE 8080/tcp 8443/tcp

2016-07-28 09:01:30 UTC

/bin/sh -c #(nop) WORKDIR /cas-overlay

2016-07-28 09:01:30 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/opt/jre-home

2016-07-28 09:01:30 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/bin:/opt/jre-home/bin:.

2016-07-28 09:02:24 UTC

/bin/sh -c ./mvnw clean package

2016-07-28 09:02:24 UTC

/bin/sh -c #(nop) CMD ["/cas-overlay/bin/run-jetty.sh"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete