This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree 4 files changed +24
-11
lines changed
4 files changed +24
-11
lines changed Original file line number Diff line number Diff line change 1
1
Dockerfile
2
2
.gitignore
3
- .git
Original file line number Diff line number Diff line change @@ -35,11 +35,13 @@ RUN curl -sSL "https://github.com/rancher/rancher-compose/releases/download/v$RA
35
35
&& mv rancher-compose-*/rancher-compose /usr/local/bin/ \
36
36
&& cp /usr/local/bin/rancher-compose /usr/local/bin/rancher-compose-$RANCHER_COMPOSE_VERSION
37
37
38
- COPY ["." , "/opt/rancherize" ]
38
+ COPY ["docker" , "/opt/rancherize" ]
39
+ COPY ["." , "/opt/rancherize-package" ]
39
40
WORKDIR /opt/rancherize
40
41
41
42
# install composer packages
42
43
RUN curl -sSL "https://gist.githubusercontent.com/justb81/1006b89e41e41e1c848fe91969af7a0b/raw/c12faf968e659356ec1cb53f313e7f8383836be3/getcomposer.sh" | sh \
43
- && COMPOSER_ALLOW_SUPERUSER=1 ./composer.phar install --no-dev && rm composer.phar
44
+ && COMPOSER_ALLOW_SUPERUSER=1 ./composer.phar install \
45
+ && rm composer.phar
44
46
45
47
ENTRYPOINT ["/bin/sh" , "/opt/rancherize/docker-entrypoint.sh" ]
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " ipunkt/rancherize2 " ,
2
+ "name" : " ipunkt/rancherize " ,
3
3
"description" : " rancherize your development workflow" ,
4
4
"keywords" : [" rancher" , " docker" ],
5
5
"type" : " library" ,
22
22
"symfony/event-dispatcher" : " ^3.1" ,
23
23
"symfony/yaml" : " ^3.1" ,
24
24
"pimple/pimple" : " ^3.0" ,
25
- "symfony/process" : " ^3.1" ,
26
- "ipunkt/rancherize-backup-storagebox" : " dev-gvvs-update@dev as 1.1.0" ,
27
- "ipunkt/rancherize-ecr" : " ^1.0.0" ,
28
- "ipunkt/rancherize-publish-traefik-rancher" : " ^1.0.2" ,
29
- "ipunkt/rancherize-blueprint-php-cli" : " ^1.0.1" ,
30
- "ipunkt/rancherize-php53" : " ^1.1.0" ,
31
- "ipunkt/rancherize" : " ^2.18.7"
25
+ "symfony/process" : " ^3.1"
32
26
},
33
27
"require-dev" : {
34
28
"phpunit/phpunit" : " ^5.6" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "repositories" : [
3
+ {
4
+ "type" : " vcs" ,
5
+ "url" : " /opt/rancherize-package"
6
+ }
7
+ ],
8
+ "require" : {
9
+ "ipunkt/rancherize" : " dev-gvvs-update" ,
10
+ "ipunkt/rancherize-backup-storagebox" : " dev-gvvs-update" ,
11
+ "ipunkt/rancherize-ecr" : " ^1.0.0" ,
12
+ "ipunkt/rancherize-publish-traefik-rancher" : " ^1.0.1" ,
13
+ "ipunkt/rancherize-blueprint-php-cli" : " ^1.0.1" ,
14
+ "ipunkt/rancherize-php53" : " ^1.1.0"
15
+ },
16
+ "minimum-stability" : " dev" ,
17
+ "prefer-stable" : true
18
+ }
You can’t perform that action at this time.
0 commit comments