shippy 0.2.10 → 0.2.12

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
  SHA256:
3
- metadata.gz: 3792c6bab1abb3441290652a346d4e2f4cdb0e838261205785efb1e20330a92c
4
- data.tar.gz: cb1545e302e988e5a426a5e84b1c4c7930c7080b00f56ab49f1faf843b9cc920
3
+ metadata.gz: c4e3f5f400808c883fa91528163ad43b6cf59a684de6098f6cf84d2280bceb6f
4
+ data.tar.gz: 6c88103ecf9bb527e10df29342ea3c42e295034276917e52fd3ef6673f4552f0
5
5
  SHA512:
6
- metadata.gz: 3c2370f51f6a8cb669217850432ad73059c4320784e1649571d6821fca59072c4a2c2d6982f3648d9381a15d1898d35f46cd9bc251c044d6293551cbda768559
7
- data.tar.gz: 9a6f4e9d1d2d185b167a3d5da4cce12880d5ac7bbbf0c8d67d8054293f5f4d1ef9f259ee45ab88bc9427cd9b87fa6315641cdf94999fd025f4dc828c4f0729b9
6
+ metadata.gz: 5a53817d6b8d7265f92ed2f8eb20b4113212ff07c6439c8516fb3ecfc21bd6e853ee684796aa892ddb7dd6863fba3a9b8dfedcf60a29da3efcbdadc5c7827082
7
+ data.tar.gz: c382e22e152c811c8511bed4ee639f55c09363fad98fc3e13b5eea72d81da11d7bcdd60942b523c9e3683033fc33287fbf05e76ab210b3ece3867af925b3a2ea
@@ -1,9 +1,18 @@
1
1
  module Shippy
2
2
  class Service
3
3
  ATTRIBUTES = %i[
4
- build command depends_on devices entrypoint environment extra_hosts group_add
5
- hostname image labels logging networks user ports restart volumes volumes_from
6
- working_dir security_opt
4
+ annotations attach build blkio_config cpu_count cpu_percent cpu_shares cpu_period
5
+ cpu_quota cpu_rt_runtime cpu_rt_period cpus cpuset cap_add cap_drop cgroup
6
+ cgroup_parent command configs container_name credential_spec depends_on deploy
7
+ develop device_cgroup_rules devices dns dns_opt dns_search domainname driver_opts
8
+ entrypoint env_file environment expose extends external_links extra_hosts gpus
9
+ group_add healthcheck hostname image init ipc isolation labels label_file links
10
+ logging mac_address mem_limit mem_reservation mem_swappiness memswap_limit models
11
+ network_mode networks oom_kill_disable oom_score_adj pid pids_limit platform
12
+ ports post_start pre_stop privileged profiles provider pull_policy read_only
13
+ restart runtime scale secrets security_opt shm_size stdin_open stop_grace_period
14
+ stop_signal storage_opt sysctls tmpfs tty ulimits use_api_socket user
15
+ userns_mode uts volumes volumes_from working_dir
7
16
  ].freeze
8
17
 
9
18
  attr_reader :name, :app
@@ -1,3 +1,3 @@
1
1
  module Shippy
2
- VERSION = "0.2.10"
2
+ VERSION = "0.2.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shippy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.10
4
+ version: 0.2.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marius Bobin