Skip to content

Commit

Permalink
Fix arguments handling; #k8s-33
Browse files Browse the repository at this point in the history
  • Loading branch information
woj-tek committed Jan 25, 2023
1 parent ea74d74 commit a753d6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 8.3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ MAINTAINER "Tigase, Inc." <support@tigase.net>
# At the same time remove setting JAVA_HOME from etc/tigase.conf as variable is already set
# Then move content of etc/ directory to etc.orig/ to be able to use volume to host configuration.
# Additionally we are removing docs/ and downloaded package to reduce size.

ARG TYPE=""
ENV TYPE ${TYPE}

RUN mkdir /home/tigase \
&& cd /home/tigase \
&& apt-get update \
Expand Down
4 changes: 4 additions & 0 deletions nightly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ MAINTAINER "Tigase, Inc." <support@tigase.net>
# At the same time remove setting JAVA_HOME from etc/tigase.conf as variable is already set
# Then move content of etc/ directory to etc.orig/ to be able to use volume to host configuration.
# Additionally we are removing docs/ and downloaded package to reduce size.

ARG TYPE=""
ENV TYPE ${TYPE}

RUN mkdir /home/tigase \
&& cd /home/tigase \
&& apt-get update \
Expand Down

0 comments on commit a753d6e

Please sign in to comment.