Last active
January 9, 2019 14:31
-
-
Save cschiewek/003869879e8f981a6c12c21782014115 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
π β sbn git:(yarn-install-and-check) β COMPOSE_FILE=docker-compose.yml docker-compose run --rm app bash | |
Creating network "sbn_default" with the default driver | |
Creating volume "sbn_node_modules" with default driver | |
Creating sbn_stats_1 ... done | |
Creating sbn_sync_1 ... done | |
Creating sbn_elastic_1 ... done | |
Creating sbn_memcached_1 ... done | |
Creating sbn_redis_1 ... done | |
Creating sbn_mysql_1 ... done | |
Creating sbn_dns_1 ... done | |
Creating sbn_webpack_1 ... done | |
Broadcasting UDP key request... | |
Got key from server. | |
Writing key to /root/.ssh/id_rsa | |
Running command: /opt/entrypoint/dispatcher.sh base_image_check bundle yarn-check yarn-install use_dns_server cleanup_pids service_health_checks/mysql service_health_checks/elasticsearch service_health_checks/redis -- bash | |
The current base image (3.1.9) is up-to-date! π | |
Checking bundle | |
The Gemfile's dependencies are satisfied | |
Verifying node modules are up-to-date with yarn | |
... | |
error Found 473 errors. | |
real 1m21.006s | |
user 0m45.110s | |
sys 0m37.460s | |
Verifying node modules are up-to-date with yarn | |
warning "@rails/webpacker > [email protected]" has unmet peer dependency "caniuse-lite@^1.0.30000697". | |
warning Your current version of Yarn is out of date. The latest version is "1.13.0", while you're on "1.12.3". | |
real 1m4.721s | |
user 0m19.580s | |
sys 0m15.750s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
π β sbn git:(yarn-install-and-check) β COMPOSE_FILE=docker-compose.yml docker-compose run --rm app bash | |
Starting sbn_mysql_1 ... done | |
Starting sbn_memcached_1 ... done | |
Starting sbn_dns_1 ... done | |
Starting sbn_stats_1 ... done | |
Starting sbn_elastic_1 ... done | |
Starting sbn_sync_1 ... done | |
Starting sbn_webpack_1 ... done | |
Starting sbn_redis_1 ... done | |
Broadcasting UDP key request... | |
Got key from server. | |
Writing key to /root/.ssh/id_rsa | |
Running command: /opt/entrypoint/dispatcher.sh base_image_check bundle yarn-check yarn-install use_dns_server cleanup_pids service_health_checks/mysql service_health_checks/elasticsearch service_health_checks/redis -- bash | |
The current base image (3.1.9) is up-to-date! π | |
Checking bundle | |
The Gemfile's dependencies are satisfied | |
Verifying node modules are up-to-date with yarn | |
warning "webpack-dev-server#array-includes#es-abstract@^1.7.0" could be deduped from "1.11.0" to "[email protected]" | |
real 1m4.421s | |
user 0m41.870s | |
sys 0m29.070s | |
Verifying node modules are up-to-date with yarn | |
warning Your current version of Yarn is out of date. The latest version is "1.13.0", while you're on "1.12.3". | |
real 0m7.486s | |
user 0m3.420s | |
sys 0m2.820s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment