Skip to content
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 1 commit into from
Aug 7, 2019
Merged

Use https in update.sh #580

merged 1 commit into from
Aug 7, 2019

Conversation

J0WI
Copy link
Contributor

@J0WI J0WI commented Jul 28, 2019

No description provided.

update.sh Outdated Show resolved Hide resolved
@tianon tianon merged commit 68f5102 into docker-library:master Aug 7, 2019
@J0WI J0WI deleted the https-update branch August 7, 2019 19:27
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants