-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use https in update.sh #580
Merged
Merged
Conversation
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
tianon
reviewed
Aug 5, 2019
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Oct 11, 2019
Changes: - docker-library/mysql@ddf116f: Merge pull request docker-library/mysql#479 from infosiftr/mysql.db-test - docker-library/mysql@0619155: Update "test" database deletion code with extra query from mysql_secure_installation - docker-library/mysql@b5a5d78: Merge pull request docker-library/mysql#471 from ltangvald/refactoring - docker-library/mysql@206541a: Adjust printf to be more resilient; use exit code directly instead of a variable - docker-library/mysql@91785a5: Add --dont-use-mysql-root-password flag for docker_process_sql - docker-library/mysql@8d01eea: Fix source detection for centos, call check_config first, explicit global for DATADIR SOCKET - docker-library/mysql@8a58acb: Adjustments from tianon's comments - docker-library/mysql@169471f: Apply update.sh to update each entrypoint; drop 5.5 from update.sh - docker-library/mysql@06acf82: A few entrypoint updates to increase usability - docker-library/mysql@bbf5d01: Remove empty function docker_wait_for_server - docker-library/mysql@125ac54: Replace function docker_init_client_command with docker_process_sql - docker-library/mysql@964f6c2: Merge function docker_load_tzinfo into docker_setup_db - docker-library/mysql@ce4d14d: Merge function docker_generate_root_password into docker_setup_db - docker-library/mysql@71962c5: Rename function docker_init_database_dir to docker_create_db_directories - docker-library/mysql@04b03e0: Merge functions mysql_write_password_file, docker_init_root_user and docker_setup_db_users into docker_setup_db - docker-library/mysql@880bb34: Rename docker_init_database_user to docker_setup_db_users - docker-library/mysql@dfa4cb4: Rename docker_expire_root_user to mysql_expire_root_user - docker-library/mysql@9b90b1c: Move old-mysql-only logic for waiting for server startup into function - docker-library/mysql@915c792: Rename functions for starting and stopping server - docker-library/mysql@f1abc95: Rename docker_main to _main - docker-library/mysql@c9600d2: Rename log functions from docker to mysql - docker-library/mysql@34ae313: Rename docker_init_env to docker_setup_env - docker-library/mysql@ae7b623: Rename docker_get_config to mysql_get_config - docker-library/mysql@5e10737: Rename docker_write_password_file to mysql_write_password_file - docker-library/mysql@67f2bd3: Rename docker_process_init_file to docker_process_init_files - docker-library/mysql@1503220: Rename docker_verify_env to docker_verify_minimum_env - docker-library/mysql@2fcb086: Rename docker_file_env to file_env - docker-library/mysql@ef9caa9: Rename docker_check_config to mysql_check_config - docker-library/mysql@9f77ea5: entrypoint: Make value checks more consistent - docker-library/mysql@33ba3e5: entrypoint: Only execute main function if the script is not sourced - docker-library/mysql@db2319e: entrypoint: Move main script functionality to function - docker-library/mysql@f9c185f: entrypoint: Move more logic into functions - docker-library/mysql@db12713: entrypoint: Use mktemp instead of install - docker-library/mysql@4672559: Prefix function names in entrypoint with "docker" - docker-library/mysql@eb2821b: Fix typo templaing->templating - docker-library/mysql@2242976: Move flag for password file to when the client command is first defined - docker-library/mysql@03bdbad: Add 5.5 and 5.6 to entrypoint templating - docker-library/mysql@a9e8576: Template: Use --daemonize for temporary server startup. - docker-library/mysql@9e51c81: Template: Use mysqladmin to stop temporary server - docker-library/mysql@ea73775: Template: Store root password in file - docker-library/mysql@a8aa1cf: Template: Create logging functions - docker-library/mysql@34f3ef2: Template: Rename template directory to be hidden - docker-library/mysql@afceb7f: Template: Create functions for starting and stopping server during init - docker-library/mysql@5a727ad: Make template for 5.7+ entrypoint script - docker-library/mysql@f16150e: Unify entrypoint scripts for 5.7 and 8.0 - docker-library/mysql@d56d41d: Update generated README - docker-library/mysql@68f5102: Merge pull request docker-library/mysql#580 from J0WI/https-update - docker-library/mysql@0f33848: Use https in update.sh
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Oct 11, 2019
Changes: - docker-library/mysql@305192d: Merge pull request docker-library/mysql#599 from infosiftr/really_sourced - docker-library/mysql@2501cf3: Improve _is_sourced check - docker-library/mysql@ddf116f: Merge pull request docker-library/mysql#479 from infosiftr/mysql.db-test - docker-library/mysql@0619155: Update "test" database deletion code with extra query from mysql_secure_installation - docker-library/mysql@b5a5d78: Merge pull request docker-library/mysql#471 from ltangvald/refactoring - docker-library/mysql@206541a: Adjust printf to be more resilient; use exit code directly instead of a variable - docker-library/mysql@91785a5: Add --dont-use-mysql-root-password flag for docker_process_sql - docker-library/mysql@8d01eea: Fix source detection for centos, call check_config first, explicit global for DATADIR SOCKET - docker-library/mysql@8a58acb: Adjustments from tianon's comments - docker-library/mysql@169471f: Apply update.sh to update each entrypoint; drop 5.5 from update.sh - docker-library/mysql@06acf82: A few entrypoint updates to increase usability - docker-library/mysql@bbf5d01: Remove empty function docker_wait_for_server - docker-library/mysql@125ac54: Replace function docker_init_client_command with docker_process_sql - docker-library/mysql@964f6c2: Merge function docker_load_tzinfo into docker_setup_db - docker-library/mysql@ce4d14d: Merge function docker_generate_root_password into docker_setup_db - docker-library/mysql@71962c5: Rename function docker_init_database_dir to docker_create_db_directories - docker-library/mysql@04b03e0: Merge functions mysql_write_password_file, docker_init_root_user and docker_setup_db_users into docker_setup_db - docker-library/mysql@880bb34: Rename docker_init_database_user to docker_setup_db_users - docker-library/mysql@dfa4cb4: Rename docker_expire_root_user to mysql_expire_root_user - docker-library/mysql@9b90b1c: Move old-mysql-only logic for waiting for server startup into function - docker-library/mysql@915c792: Rename functions for starting and stopping server - docker-library/mysql@f1abc95: Rename docker_main to _main - docker-library/mysql@c9600d2: Rename log functions from docker to mysql - docker-library/mysql@34ae313: Rename docker_init_env to docker_setup_env - docker-library/mysql@ae7b623: Rename docker_get_config to mysql_get_config - docker-library/mysql@5e10737: Rename docker_write_password_file to mysql_write_password_file - docker-library/mysql@67f2bd3: Rename docker_process_init_file to docker_process_init_files - docker-library/mysql@1503220: Rename docker_verify_env to docker_verify_minimum_env - docker-library/mysql@2fcb086: Rename docker_file_env to file_env - docker-library/mysql@ef9caa9: Rename docker_check_config to mysql_check_config - docker-library/mysql@9f77ea5: entrypoint: Make value checks more consistent - docker-library/mysql@33ba3e5: entrypoint: Only execute main function if the script is not sourced - docker-library/mysql@db2319e: entrypoint: Move main script functionality to function - docker-library/mysql@f9c185f: entrypoint: Move more logic into functions - docker-library/mysql@db12713: entrypoint: Use mktemp instead of install - docker-library/mysql@4672559: Prefix function names in entrypoint with "docker" - docker-library/mysql@eb2821b: Fix typo templaing->templating - docker-library/mysql@2242976: Move flag for password file to when the client command is first defined - docker-library/mysql@03bdbad: Add 5.5 and 5.6 to entrypoint templating - docker-library/mysql@a9e8576: Template: Use --daemonize for temporary server startup. - docker-library/mysql@9e51c81: Template: Use mysqladmin to stop temporary server - docker-library/mysql@ea73775: Template: Store root password in file - docker-library/mysql@a8aa1cf: Template: Create logging functions - docker-library/mysql@34f3ef2: Template: Rename template directory to be hidden - docker-library/mysql@afceb7f: Template: Create functions for starting and stopping server during init - docker-library/mysql@5a727ad: Make template for 5.7+ entrypoint script - docker-library/mysql@f16150e: Unify entrypoint scripts for 5.7 and 8.0 - docker-library/mysql@d56d41d: Update generated README - docker-library/mysql@68f5102: Merge pull request docker-library/mysql#580 from J0WI/https-update - docker-library/mysql@0f33848: Use https in update.sh
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Oct 14, 2019
Changes: - docker-library/mysql@5fa3526: Update to 5.7.28-1debian9 - docker-library/mysql@49bedb5: Update to 5.6.46-1debian9 - docker-library/mysql@367788b: Update to 8.0.18-1debian9 - docker-library/mysql@305192d: Merge pull request docker-library/mysql#599 from infosiftr/really_sourced - docker-library/mysql@2501cf3: Improve _is_sourced check - docker-library/mysql@ddf116f: Merge pull request docker-library/mysql#479 from infosiftr/mysql.db-test - docker-library/mysql@0619155: Update "test" database deletion code with extra query from mysql_secure_installation - docker-library/mysql@b5a5d78: Merge pull request docker-library/mysql#471 from ltangvald/refactoring - docker-library/mysql@206541a: Adjust printf to be more resilient; use exit code directly instead of a variable - docker-library/mysql@91785a5: Add --dont-use-mysql-root-password flag for docker_process_sql - docker-library/mysql@8d01eea: Fix source detection for centos, call check_config first, explicit global for DATADIR SOCKET - docker-library/mysql@8a58acb: Adjustments from tianon's comments - docker-library/mysql@169471f: Apply update.sh to update each entrypoint; drop 5.5 from update.sh - docker-library/mysql@06acf82: A few entrypoint updates to increase usability - docker-library/mysql@bbf5d01: Remove empty function docker_wait_for_server - docker-library/mysql@125ac54: Replace function docker_init_client_command with docker_process_sql - docker-library/mysql@964f6c2: Merge function docker_load_tzinfo into docker_setup_db - docker-library/mysql@ce4d14d: Merge function docker_generate_root_password into docker_setup_db - docker-library/mysql@71962c5: Rename function docker_init_database_dir to docker_create_db_directories - docker-library/mysql@04b03e0: Merge functions mysql_write_password_file, docker_init_root_user and docker_setup_db_users into docker_setup_db - docker-library/mysql@880bb34: Rename docker_init_database_user to docker_setup_db_users - docker-library/mysql@dfa4cb4: Rename docker_expire_root_user to mysql_expire_root_user - docker-library/mysql@9b90b1c: Move old-mysql-only logic for waiting for server startup into function - docker-library/mysql@915c792: Rename functions for starting and stopping server - docker-library/mysql@f1abc95: Rename docker_main to _main - docker-library/mysql@c9600d2: Rename log functions from docker to mysql - docker-library/mysql@34ae313: Rename docker_init_env to docker_setup_env - docker-library/mysql@ae7b623: Rename docker_get_config to mysql_get_config - docker-library/mysql@5e10737: Rename docker_write_password_file to mysql_write_password_file - docker-library/mysql@67f2bd3: Rename docker_process_init_file to docker_process_init_files - docker-library/mysql@1503220: Rename docker_verify_env to docker_verify_minimum_env - docker-library/mysql@2fcb086: Rename docker_file_env to file_env - docker-library/mysql@ef9caa9: Rename docker_check_config to mysql_check_config - docker-library/mysql@9f77ea5: entrypoint: Make value checks more consistent - docker-library/mysql@33ba3e5: entrypoint: Only execute main function if the script is not sourced - docker-library/mysql@db2319e: entrypoint: Move main script functionality to function - docker-library/mysql@f9c185f: entrypoint: Move more logic into functions - docker-library/mysql@db12713: entrypoint: Use mktemp instead of install - docker-library/mysql@4672559: Prefix function names in entrypoint with "docker" - docker-library/mysql@eb2821b: Fix typo templaing->templating - docker-library/mysql@2242976: Move flag for password file to when the client command is first defined - docker-library/mysql@03bdbad: Add 5.5 and 5.6 to entrypoint templating - docker-library/mysql@a9e8576: Template: Use --daemonize for temporary server startup. - docker-library/mysql@9e51c81: Template: Use mysqladmin to stop temporary server - docker-library/mysql@ea73775: Template: Store root password in file - docker-library/mysql@a8aa1cf: Template: Create logging functions - docker-library/mysql@34f3ef2: Template: Rename template directory to be hidden - docker-library/mysql@afceb7f: Template: Create functions for starting and stopping server during init - docker-library/mysql@5a727ad: Make template for 5.7+ entrypoint script - docker-library/mysql@f16150e: Unify entrypoint scripts for 5.7 and 8.0 - docker-library/mysql@d56d41d: Update generated README - docker-library/mysql@68f5102: Merge pull request docker-library/mysql#580 from J0WI/https-update - docker-library/mysql@0f33848: Use https in update.sh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.