Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GitLab Drupal CI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker
GitLab Drupal CI
Commits
d4fc9c2e
Commit
d4fc9c2e
authored
6 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
#3
Remove containers after execution for PHP 7.0 for now [skip ci]
parent
c81b0771
No related branches found
No related tags found
No related merge requests found
Pipeline
#5998
skipped
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
php-7.0/Dockerfile
+1
-0
1 addition, 0 deletions
php-7.0/Dockerfile
php-7.0/backstop
+4
-0
4 additions, 0 deletions
php-7.0/backstop
php-7.0/node
+1
-1
1 addition, 1 deletion
php-7.0/node
php-7.0/npm
+1
-1
1 addition, 1 deletion
php-7.0/npm
with
7 additions
and
2 deletions
php-7.0/Dockerfile
+
1
−
0
View file @
d4fc9c2e
...
...
@@ -63,6 +63,7 @@ COPY node /usr/local/bin/node
COPY
npm /usr/local/bin/npm
COPY
volume.php /usr/local/bin/volume.php
COPY
gulp /usr/local/bin/gulp
COPY
backstop /usr/local/bin/backstop
ENTRYPOINT
["docker-entrypoint.sh"]
CMD
["sh"]
...
...
This diff is collapsed.
Click to expand it.
php-7.0/backstop
0 → 100755
+
4
−
0
View file @
d4fc9c2e
#!/bin/bash
export
$(
cat
.env | xargs
)
docker run
--rm
-t
-v
$(
php /usr/local/bin/volume.php
)
-w
$PWD
--network
=
traefik_
${
COMPOSE_PROJECT_NAME
}
backstopjs/backstopjs
"
$@
"
This diff is collapsed.
Click to expand it.
php-7.0/node
+
1
−
1
View file @
d4fc9c2e
#!/bin/bash
docker run
-t
-v
$(
php /usr/local/bin/volume.php
)
-w
$PWD
node:8-jessie-slim node
$@
docker run
--rm
-t
-v
$(
php /usr/local/bin/volume.php
)
-w
$PWD
node:8-jessie-slim node
$@
This diff is collapsed.
Click to expand it.
php-7.0/npm
+
1
−
1
View file @
d4fc9c2e
#!/bin/bash
docker run
-t
-v
$(
php /usr/local/bin/volume.php
)
-w
$PWD
node:8-jessie-slim npm
$@
docker run
--rm
-t
-v
$(
php /usr/local/bin/volume.php
)
-w
$PWD
node:8-jessie-slim npm
$@
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment