dapp 0.27.21 → 0.27.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 352e0a5f05d295bcc8e49c67cab6040b85c7ab4e
4
- data.tar.gz: f4909974bc4d127dad0b4449a3736609a5d68b63
3
+ metadata.gz: 0a59e9f7ebbd7d521b11edf94c5350940608ac0c
4
+ data.tar.gz: c3b7612b77be6c7ead8cff5331555011a1d71d78
5
5
  SHA512:
6
- metadata.gz: 065b0d6755eefd23de794831473280204cac9f595f53ffc50c80d15bcedff77cb8eefe0e7f0590486a0c228e613593cd33b1ed47f0c5c152440a5e6423854c06
7
- data.tar.gz: 99856815dbae46d62451fa49f5aec82bf0c44df2f6f97f298bda345b2b6acc17bcd646c31ff19de81f849ae4f762e5e20fc327aeae8959509bb78a1edc101721
6
+ metadata.gz: 6f84f393ddfa311afaf1bf8cc427897bad4fe8fda0e3aed9e89afd437de83638cf478c79167e6e1f8f5ddce9d26c99bbe1bdc8d72bd695274cdbff80cd24b196
7
+ data.tar.gz: 3bfa007eb05c3092ab2f43a796a2ace403349356264c677c3cf456ec56d80a0876e1de617199f805145b533c9aa81976a1f739df6ef4f11f29a2105ab91ae59d
@@ -100,6 +100,8 @@ module Dapp
100
100
  return {} if from.nil?
101
101
  [:entrypoint, :cmd].each_with_object({}) do |option, options|
102
102
  options[option] = from.config_option(option.to_s.capitalize) || []
103
+ end.tap do |options|
104
+ options[:workdir] = Array(from.config_option('WorkingDir') || '/')
103
105
  end
104
106
  end
105
107
 
@@ -121,6 +123,7 @@ module Dapp
121
123
 
122
124
  def service_options
123
125
  {
126
+ workdir: '/',
124
127
  entrypoint: dapp.bash_bin,
125
128
  name: container_name,
126
129
  user: '0:0',
data/lib/dapp/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Dapp
2
- VERSION = "0.27.21"
3
- BUILD_CACHE_VERSION = 29
2
+ VERSION = '0.27.22'
3
+ BUILD_CACHE_VERSION = 29.1
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.21
4
+ version: 0.27.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Stolyarov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-30 00:00:00.000000000 Z
11
+ date: 2018-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-shellout