brpm_content_framework 0.2.42 → 0.2.43
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 +8 -8
- data/bin/build_docker_image +1 -1
- data/config.yml +1 -1
- metadata +1 -2
- data/infrastructure/module_template/docker/Dockerfile +0 -10
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MmM0MGM5YmNkNGMzODY1ZDkzY2FkYTc2M2RmNGY0OWMyNjYwYTY2Yw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
OTMyMGY0ZTRmMmJiZDcxN2NjNTExZmM4MzM1OTE0MTJiYzNlMmRhMw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NWJmNTU5M2UzNDg5MmQ2YzVmNDU5MzI1NjI0MDJmYjJmZmY3YmZjNTk2YWUx
|
10
|
+
NmFkMzA4YWY0Y2FjNGFkZDY5NzFhMzI5ZGQ4Nzc2YWQ1OWRhM2EyYjEyNDk4
|
11
|
+
ZWMzNmU1ZjdmYzJkZDI3OGE1ZTc2N2RmYTE2OTc4Zjc2YzBkYmI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NDFkNGI4NzY4MmFkNGYxYjRjYjU1MjJjN2FmOGVhMjk0NDlhMjFkZWFhN2Vi
|
14
|
+
YTNkOGIwZGI3NDg5YjcyNjc3OGVhNTZjM2IzOGU2NjNlNDQ5MmMxMTQ4MDM3
|
15
|
+
Y2Q2OTM5ZDNmZWQ2ZTAwODM3M2NkOTUzNjViNzg3NDNkNjhmNDk=
|
data/bin/build_docker_image
CHANGED
data/config.yml
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brpm_content_framework
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.43
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Niek Bartholomeus
|
@@ -198,7 +198,6 @@ files:
|
|
198
198
|
- infrastructure/module_template/automations/my_automation_script.meta
|
199
199
|
- infrastructure/module_template/automations/my_automation_script.rb
|
200
200
|
- infrastructure/module_template/config.yml
|
201
|
-
- infrastructure/module_template/docker/Dockerfile
|
202
201
|
- infrastructure/module_template/lib/my_library.rb
|
203
202
|
- infrastructure/module_template/module.gemspec
|
204
203
|
- infrastructure/module_template/resource_automations/my_resource_automation_script.meta
|
@@ -1,10 +0,0 @@
|
|
1
|
-
FROM bmcrlm/brpm_content_framework:<framework version>
|
2
|
-
MAINTAINER Niek Bartholomeus <niek.bartholomeus@gmail.com>
|
3
|
-
|
4
|
-
ENV MODULE <module name>
|
5
|
-
ENV VERSION <module version>
|
6
|
-
|
7
|
-
RUN gem install "$MODULE" --ignore-dependencies -v "$VERSION" && \
|
8
|
-
cd "$GEM_HOME/gems/$MODULE-$VERSION" && \
|
9
|
-
bundle install && \
|
10
|
-
rm -rf "$GEM_HOME/cache"
|