Skip to content

Commit baa1540

Browse files
Run update.sh
1 parent 479a3b9 commit baa1540

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

crate/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ WARNING:
1616

1717
# Supported tags and respective `Dockerfile` links
1818

19-
- [`latest`, `1.0`, `1.0.6` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/89e1557944b257c9e56b0e93a458eb6f0238ece3/Dockerfile)
19+
- [`latest`, `1.1.2` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/2b402ff0c49a3334e5e72ba9f1f55c23f05bd88b/Dockerfile)
2020
- [`0.57`, `0.57.6` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/54ceb9d7065ee853faf3b050ddaeeee3580585b8/Dockerfile)
21+
- [`1.0`, `1.0.6` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/89e1557944b257c9e56b0e93a458eb6f0238ece3/Dockerfile)
2122

2223
For detailed information about the published artifacts of each of the above supported tags (image metadata, transfer size, etc), please see [the `repos/crate` directory](https://github.com/docker-library/repo-info/blob/master/repos/crate) in [the `docker-library/repo-info` GitHub repo](https://github.com/docker-library/repo-info).
2324

mariadb/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,6 @@ This is an optional variable. Set to `yes` to allow the container to be started
144144

145145
This is an optional variable. Set to `yes` to generate a random initial password for the root user (using `pwgen`). The generated root password will be printed to stdout (`GENERATED ROOT PASSWORD: .....`).
146146

147-
### `MYSQL_ONETIME_PASSWORD`
148-
149-
Sets root (*not* the user specified in `MYSQL_USER`!) user as expired once init is complete, forcing a password change on first login. *NOTE*: This feature is supported on MySQL 5.6+ only. Using this option on MySQL 5.5 will throw an appropriate error during initialization.
150-
151147
# Initializing a fresh instance
152148

153149
When a container is started for the first time, a new database with the specified name will be created and initialized with the provided configuration variables. Furthermore, it will execute files with extensions `.sh`, `.sql` and `.sql.gz` that are found in `/docker-entrypoint-initdb.d`. Files will be executed in alphabetical order. You can easily populate your mariadb services by [mounting a SQL dump into that directory](https://docs.docker.com/engine/tutorials/dockervolumes/#mount-a-host-file-as-a-data-volume) and provide [custom images](https://docs.docker.com/reference/builder/) with contributed data. SQL files will be imported by default to the database specified by the `MYSQL_DATABASE` variable.

0 commit comments

Comments
 (0)