From f11d42e72d3c71057ea9ea9e93948032aab04078 Mon Sep 17 00:00:00 2001 From: Daniel Davis Date: Wed, 6 Feb 2019 10:12:32 -0600 Subject: Add a debug argument Implementing this for OIDC debugging, but I think it will be broadly useful for runtime debugging. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 240fb0b7..ff6243d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM debian:buster-slim LABEL maintainer="wekan" # Declare Arguments +ARG DEBUG ARG NODE_VERSION ARG METEOR_RELEASE ARG METEOR_EDGE @@ -76,6 +77,7 @@ ARG DEFAULT_AUTHENTICATION_METHOD # DOES NOT WORK: paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303 # ENV BUILD_DEPS="paxctl" ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential python python3 python3-distutils git ca-certificates gcc-7" \ + DEBUG=false \ NODE_VERSION=v8.15.0 \ METEOR_RELEASE=1.6.0.1 \ USE_EDGE=false \ -- cgit v1.2.3-1-g7c22 From 303404acc61babac719f72ed0ef48b07498ecd96 Mon Sep 17 00:00:00 2001 From: Daniel Davis Date: Wed, 6 Feb 2019 10:18:05 -0600 Subject: Bumped salleman packages to 1.0.11 1.0.11 includes new debugging code --- .meteor/versions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.meteor/versions b/.meteor/versions index b8b8e4fd..bea6d0a1 100644 --- a/.meteor/versions +++ b/.meteor/versions @@ -143,8 +143,8 @@ reload@1.1.11 retry@1.0.9 routepolicy@1.0.12 rzymek:fullcalendar@3.8.0 -salleman:accounts-oidc@1.0.10 -salleman:oidc@1.0.10 +salleman:accounts-oidc@1.0.11 +salleman:oidc@1.0.11 service-configuration@1.0.11 session@1.1.7 sha@1.0.9 -- cgit v1.2.3-1-g7c22 From b20309f7aa2162ed7f9b23167c5d8b409f2c6b02 Mon Sep 17 00:00:00 2001 From: Daniel Davis Date: Mon, 11 Feb 2019 07:46:24 -0600 Subject: Syntax --- .meteor/versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.meteor/versions b/.meteor/versions index bea6d0a1..5d4c8e1a 100644 --- a/.meteor/versions +++ b/.meteor/versions @@ -143,7 +143,7 @@ reload@1.1.11 retry@1.0.9 routepolicy@1.0.12 rzymek:fullcalendar@3.8.0 -salleman:accounts-oidc@1.0.11 +salleman:accounts-oidc@1.0.10 salleman:oidc@1.0.11 service-configuration@1.0.11 session@1.1.7 -- cgit v1.2.3-1-g7c22