Skip to content

Commit

Permalink
[TASK] Link Dockerfiles in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrodala committed Dec 6, 2024
1 parent 70b11fe commit 4ce79f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
- `build.context` points to the URL of this GitHub repository, the fragment refers
to a release, `x.y.z` in this case, try to always use the
[latest release](https://github.com/pagemachine/docker-mysql-data/releases).
- `build.dockerfile` is the `mysql.Dockerfile`
- `build.dockerfile` is the [`mysql.Dockerfile`](mysql.Dockerfile)
- `build.additional_contexts.data` must be defined and point to a local directory
with `*.sql`, `.sql.gz` or `.sh` files to use for populating the database on build.
- `build.args.MYSQL_IMAGE_VERSION` must be a valid tag of the `mysql` Docker image.
Expand Down Expand Up @@ -114,7 +114,7 @@ services:
- `build.context` points to the URL of this GitHub repository, the fragment refers
to a release, `x.y.z` in this case, try to always use the
[latest release](https://github.com/pagemachine/docker-mysql-data/releases).
- `build.dockerfile` is the `mariadb.Dockerfile`
- `build.dockerfile` is the [`mariadb.Dockerfile`](mariadb.Dockerfile)
- `build.additional_contexts.data` must be defined and point to a local directory
with `*.sql`, `.sql.gz` or `.sh` files to use for populating the database on build.
- `build.args.MARIADB_IMAGE_VERSION` must be a valid tag of the `mariadb` Docker image.
Expand Down

0 comments on commit 4ce79f1

Please sign in to comment.