Advertisement
Guest User

Untitled

a guest
Apr 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. [root@dockerbox pom]# docker run -it --rm repos.docker.uno.cz.infra/uno/flyway:8u151-jdk-alpine3.7-4.2.0-u3 validate
  2. 2018-04-18T10:09:33. INFO (flyway_entrypoint.sh): running in shell: /bin/bash
  3. 2018-04-18T10:09:33. INFO (flyway_entrypoint.sh): current process id: 1
  4. 2018-04-18T10:09:33. INFO (flyway_entrypoint.sh): args: validate
  5. 2018-04-18T10:09:33. INFO (flyway_entrypoint.sh): ready to expand configs
  6. (env_configs_expand.sh): Configs expansion started
  7. (env_configs_expand.sh): Current process id: 1
  8.  
  9. Expanded environment variables
  10. DB_CHECK_SCHEMA_EXISTENCE=false
  11. LANG=C.UTF-8
  12. HOSTNAME=8951baebdade
  13. JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
  14. JAVA_VERSION=8u151
  15. ENV_SECRETS_DIR=
  16. ENV_SECRETS_DEBUG=false
  17. PWD=/flyway
  18. HOME=/root
  19. DB_PASSWORD=
  20. TERM=xterm
  21. ENV_CONFIGS_DEBUG=true
  22. DB_USERNAME=
  23. SHLVL=1
  24. DB_URL=
  25. PATH=/sqlcl/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin
  26. JAVA_ALPINE_VERSION=8.151.12-r0
  27. ENV_CONFIGS_DIR=/
  28. _=/bin/printenv
  29. (env_configs_expand.sh): Configs expansion done
  30. 2018-04-18T10:09:33. INFO (flyway_entrypoint.sh): secrets mounted, ready to expand
  31. (env_secrets_expand.sh): Secrets expansion started
  32. (env_secrets_expand.sh): Current process id: 1
  33. (env_secrets_expand.sh): Secrets expansion done
  34. (wait_for_schema.sh): DB_CHECK_SCHEMA_EXISTENCE=false
  35. (wait_for_schema.sh): current process id: 1
  36. (wait_for_schema.sh): db schema check skipped
  37. 2018-04-18T10:09:33. INFO (jar_service_entrypoint.sh): current process id: 1
  38. 2018-04-18T10:09:33. INFO (flyway_entrypoint.sh): args: validate
  39. 2018-04-18T10:09:33. INFO (flyway_entrypoint.sh): executing flyway: validate
  40. Flyway 4.2.0 by Boxfuse
  41.  
  42. ERROR: Unable to connect to the database. Configure the url, user and password!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement