Namespace
wekanteam
Image / Tag
wekan:v1.34
Content Digest
sha256:e5ed391959345fdbfaa0ae108012d444c58deba1988af34517b44f8d8b6d7875
Details
Created

2018-08-22 09:12:07 UTC

Size

157 MB

Content Digest
Labels
  • maintainer
    wekan

Environment
ARCHITECTURE

linux-x64

BROWSER_POLICY_ENABLED

true

BUILD_DEPS

apt-utils gnupg gosu wget curl bzip2 build-essential python git ca-certificates gcc-7

FIBERS_VERSION

2.0.0

MATOMO_ADDRESS

MATOMO_DO_NOT_TRACK

true

MATOMO_SITE_ID

MATOMO_WITH_USERNAME

false

METEOR_EDGE

1.5-beta.17

METEOR_RELEASE

1.6.0.1

NODE_VERSION

v8.12.0

NPM_VERSION

latest

PATH

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

PORT

8080

SRC_PATH

./

TRUSTED_URL

USE_EDGE

false

WITH_API

true


Layers

[#000] sha256:ccd7db15becf26091a9fe40674fe6cffff35c13536b18a799b73e786ea835301 - 15.92% (24.9 MB)

[#001] sha256:f16929398a496a7d0c9123162f57124368004505cb7639836f107711ec4f8d51 - 1.23% (1.93 MB)

[#002] sha256:64e4b52e21d2c8bdb161758c15af585e290243a60c653adba16ca125c23b7e58 - 82.85% (130 MB)


History
2018-07-17 00:20:14 UTC

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

2018-07-17 00:20:14 UTC

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

2018-08-22 08:51:24 UTC

/bin/sh -c #(nop) LABEL maintainer=wekan

2018-08-22 08:51:24 UTC

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

2018-08-22 08:51:24 UTC

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

2018-08-22 08:51:25 UTC

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

2018-08-22 08:51:25 UTC

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

2018-08-22 08:51:25 UTC

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

2018-08-22 08:51:26 UTC

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

2018-08-22 08:51:26 UTC

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

2018-08-22 08:51:26 UTC

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

2018-08-22 08:51:27 UTC

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

2018-08-22 08:51:27 UTC

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

2018-08-22 08:51:27 UTC

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

2018-08-22 08:51:28 UTC

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

2018-08-22 08:51:28 UTC

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

2018-08-22 08:51:28 UTC

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

2018-08-22 08:51:29 UTC

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

2018-08-22 08:51:29 UTC

/bin/sh -c #(nop) ENV BUILD_DEPS=apt-utils gnupg gosu wget curl bzip2 build-essential python git ca-certificates gcc-7 NODE_VERSION=v8.12.0 METEOR_RELEASE=1.6.0.1 USE_EDGE=false METEOR_EDGE=1.5-beta.17 NPM_VERSION=latest FIBERS_VERSION=2.0.0 ARCHITECTURE=linux-x64 SRC_PATH=./ WITH_API=true MATOMO_ADDRESS= MATOMO_SITE_ID= MATOMO_DO_NOT_TRACK=true MATOMO_WITH_USERNAME=false BROWSER_POLICY_ENABLED=true TRUSTED_URL=

2018-08-22 08:51:30 UTC

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

2018-08-22 09:12:03 UTC

/bin/sh -c useradd --user-group --system --home-dir /home/wekan wekan && apt-get update -y && apt-get install -y --no-install-recommends ${BUILD_DEPS} && wget https://releases.wekan.team/node-${NODE_VERSION}-${ARCHITECTURE}.tar.gz && echo "1ed54adb8497ad8967075a0b5d03dd5d0a502be43d4a4d84e5af489c613d7795 node-v8.12.0-linux-x64.tar.gz" >> SHASUMS256.txt.asc && grep ${NODE_VERSION}-${ARCHITECTURE}.tar.gz SHASUMS256.txt.asc | shasum -a 256 -c - && rm -f 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 && 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 /home/wekan/install_meteor.sh && sed -i "s|RELEASE=.*|RELEASE=${METEOR_RELEASE}\"\"|g" ./install_meteor.sh && echo "Starting meteor ${METEOR_RELEASE} installation... \n" && chown wekan:wekan /home/wekan/install_meteor.sh && if [ "$USE_EDGE" = false ]; then gosu wekan:wekan sh /home/wekan/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 && cd /home/wekan/app_build/bundle/programs/server/ && gosu wekan:wekan npm install && 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

2018-08-22 09:12:07 UTC

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

2018-08-22 09:12:07 UTC

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

2018-08-22 09:12:07 UTC

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

2018-08-22 09:12:07 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