Skip to content

Commit

Permalink
Merge pull request #7 from pagemachine/readme-dockerfile-links
Browse files Browse the repository at this point in the history
Link Dockerfiles in README
  • Loading branch information
mbrodala authored Dec 6, 2024
2 parents 70b11fe + 4ce79f1 commit 56bb45c
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 56bb45c

Please sign in to comment.