Namespace
wekanteam
Image / Tag
wekan:v0.58
Content Digest
sha256:2a2e9651c0280ec8d0434846f47f0994e89eed79998a325636c4ba4f30098528
Details
Created

2017-11-23 12:37:47 UTC

Size

133 MB

Content Digest
Environment
ARCHITECTURE

linux-x64

BUILD_DEPS

wget curl bzip2 build-essential python git ca-certificates gcc-4.9 paxctl

FIBERS_VERSION

1.0.15

GOSU_VERSION

1.10

METEOR_EDGE

1.5-beta.17

METEOR_RELEASE

1.4.4.1

NODE_VERSION

v4.8.4

NPM_VERSION

4.6.1

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PORT

80

SRC_PATH

./

USE_EDGE

false


Layers

[#000] sha256:d13d02fa248db2b423d6dbc8ec435675d23122f3939b5278b2156b75258e2259 - 21.64% (28.7 MB)

[#001] sha256:71e2ec4c207b501fda75603bf33cbacb418b24993f8420cd191a49aae1a393d1 - 1.3% (1.73 MB)

[#002] sha256:661e71bd20de5392d74e60577fab4bd3597c60f0f3297cf794933a5a26a5cd89 - 77.06% (102 MB)


History
2017-11-04 05:22:35 UTC

/bin/sh -c #(nop) ADD file:187fe0df97a4c52984a518a454fb7ab3984ae7b541ede7ff84dd3c5da1ce1a59 in /

2017-11-04 05:22:36 UTC

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

2017-11-23 12:16:06 UTC

/bin/sh -c #(nop) MAINTAINER wekan

2017-11-23 12:16:06 UTC

/bin/sh -c #(nop) ARG NODE_VERSION

2017-11-23 12:16:06 UTC

/bin/sh -c #(nop) ARG METEOR_RELEASE

2017-11-23 12:16:07 UTC

/bin/sh -c #(nop) ARG METEOR_EDGE

2017-11-23 12:16:07 UTC

/bin/sh -c #(nop) ARG USE_EDGE

2017-11-23 12:16:08 UTC

/bin/sh -c #(nop) ARG NPM_VERSION

2017-11-23 12:16:08 UTC

/bin/sh -c #(nop) ARG FIBERS_VERSION

2017-11-23 12:16:08 UTC

/bin/sh -c #(nop) ARG ARCHITECTURE

2017-11-23 12:16:09 UTC

/bin/sh -c #(nop) ARG SRC_PATH

2017-11-23 12:16:09 UTC

/bin/sh -c #(nop) ENV BUILD_DEPS=wget curl bzip2 build-essential python git ca-certificates gcc-4.9 paxctl

2017-11-23 12:16:10 UTC

/bin/sh -c #(nop) ENV GOSU_VERSION=1.10

2017-11-23 12:16:10 UTC

/bin/sh -c #(nop) ENV NODE_VERSION=v4.8.4

2017-11-23 12:16:10 UTC

/bin/sh -c #(nop) ENV METEOR_RELEASE=1.4.4.1

2017-11-23 12:16:11 UTC

/bin/sh -c #(nop) ENV USE_EDGE=false

2017-11-23 12:16:11 UTC

/bin/sh -c #(nop) ENV METEOR_EDGE=1.5-beta.17

2017-11-23 12:16:11 UTC

/bin/sh -c #(nop) ENV NPM_VERSION=4.6.1

2017-11-23 12:16:12 UTC

/bin/sh -c #(nop) ENV FIBERS_VERSION=1.0.15

2017-11-23 12:16:12 UTC

/bin/sh -c #(nop) ENV ARCHITECTURE=linux-x64

2017-11-23 12:16:12 UTC

/bin/sh -c #(nop) ENV SRC_PATH=./

2017-11-23 12:16:14 UTC

/bin/sh -c #(nop) COPY dir:6f5393aee26f20191714b8e43eaf8de66e1b27858f6a04c13aa3115f49555ddf in /home/wekan/app

2017-11-23 12:37:47 UTC

/bin/sh -c useradd --user-group --system --home-dir /home/wekan wekan && apt-get update -y && apt-get dist-upgrade -y && apt-get install -y --no-install-recommends ${BUILD_DEPS} && GOSU_ARCHITECTURE="$(dpkg --print-architecture | awk -F- '{ print $NF }')" && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${GOSU_ARCHITECTURE}" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${GOSU_ARCHITECTURE}.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && rm -R "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && wget https://nodejs.org/dist/${NODE_VERSION}/node-${NODE_VERSION}-${ARCHITECTURE}.tar.gz && wget https://nodejs.org/dist/${NODE_VERSION}/SHASUMS256.txt.asc && grep ${NODE_VERSION}-${ARCHITECTURE}.tar.gz SHASUMS256.txt.asc | shasum -a 256 -c - && export GNUPGHOME="$(mktemp -d)" && for key in 9554F04D7259F04124DE6B476D5A82AC7E37093B 94AE36675C464D64BAFA68DD7434390BDBE9B9C5 FD3A5288F042B6850C66B31F09FE44734EB7990E 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1 DD8F2338BAE7501E3DD5AC78C273792F7D83545D C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 B9AE9905FFD7803F25714661B63B535A4C206CA9 ; do gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" || gpg --keyserver pgp.mit.edu --recv-keys "$key" || gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; done && gpg --verify SHASUMS256.txt.asc && rm -R "$GNUPGHOME" SHASUMS256.txt.asc && tar xvzf node-${NODE_VERSION}-${ARCHITECTURE}.tar.gz && rm node-${NODE_VERSION}-${ARCHITECTURE}.tar.gz && mv node-${NODE_VERSION}-${ARCHITECTURE} /opt/nodejs && ln -s /opt/nodejs/bin/node /usr/bin/node && ln -s /opt/nodejs/bin/npm /usr/bin/npm && paxctl -mC `which node` && npm install -g npm@${NPM_VERSION} && npm install -g node-gyp && npm install -g fibers@${FIBERS_VERSION} && cd /home/wekan/ && chown wekan:wekan --recursive /home/wekan && curl https://install.meteor.com -o ./install_meteor.sh && sed -i "s|RELEASE=.*|RELEASE=${METEOR_RELEASE}\"\"|g" ./install_meteor.sh && echo "Starting meteor ${METEOR_RELEASE} installation... \n" && chown wekan:wekan ./install_meteor.sh && if [ "$USE_EDGE" = false ]; then gosu wekan:wekan sh ./install_meteor.sh; else gosu wekan:wekan git clone --recursive --depth 1 -b release/METEOR@${METEOR_EDGE} git://github.com/meteor/meteor.git /home/wekan/.meteor; fi; mkdir -p /home/wekan/app/packages && chown wekan:wekan --recursive /home/wekan && cd /home/wekan/app/packages && gosu wekan:wekan git clone --depth 1 -b master git://github.com/wekan/flow-router.git kadira-flow-router && gosu wekan:wekan git clone --depth 1 -b master git://github.com/meteor-useraccounts/core.git meteor-useraccounts-core && sed -i 's/api\.versionsFrom/\/\/api.versionsFrom/' /home/wekan/app/packages/meteor-useraccounts-core/package.js && cd /home/wekan/.meteor && gosu wekan:wekan /home/wekan/.meteor/meteor -- help; cd /home/wekan/app && gosu wekan:wekan /home/wekan/.meteor/meteor add standard-minifier-js && gosu wekan:wekan /home/wekan/.meteor/meteor npm install && gosu wekan:wekan /home/wekan/.meteor/meteor build --directory /home/wekan/app_build && cp /home/wekan/app/fix-download-unicode/cfs_access-point.txt /home/wekan/app_build/bundle/programs/server/packages/cfs_access-point.js && chown wekan:wekan /home/wekan/app_build/bundle/programs/server/packages/cfs_access-point.js && gosu wekan:wekan sed -i "s|build\/Release\/bson|browser_build\/bson|g" /home/wekan/app_build/bundle/programs/server/npm/node_modules/meteor/cfs_gridfs/node_modules/mongodb/node_modules/bson/ext/index.js && cd /home/wekan/app_build/bundle/programs/server/npm/node_modules/meteor/npm-bcrypt && gosu wekan:wekan rm -rf node_modules/bcrypt && gosu wekan:wekan npm install bcrypt && cd /home/wekan/app_build/bundle/programs/server/ && gosu wekan:wekan npm install && gosu wekan:wekan npm install bcrypt && mv /home/wekan/app_build/bundle /build && apt-get remove --purge -y ${BUILD_DEPS} && apt-get autoremove -y && rm -R /var/lib/apt/lists/* && rm -R /home/wekan/.meteor && rm -R /home/wekan/app && rm -R /home/wekan/app_build && rm /home/wekan/install_meteor.sh

2017-11-23 12:37:47 UTC

/bin/sh -c #(nop) ENV PORT=80

2017-11-23 12:37:47 UTC

/bin/sh -c #(nop) EXPOSE 80/tcp

2017-11-23 12:37:47 UTC

/bin/sh -c #(nop) CMD ["node" "/build/main.js"]

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