Skip to content

UKHomeOffice/docker-mysql-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Docker MySQL Java Container

Build Status

Docker MySQL Container that also includes Open Java 8 JRE install.

Getting Started

These instructions will cover usage information and for the docker container

Prerequisities

In order to run this container you'll need docker installed.

Usage

This is intended as a base image that would extended mysql so Java code maybe run along with mysql tools installed e.g.

FROM quay.io/ukhomeofficedigital/mysql-java:v0.1.2

# Customisations to allow for schema updates using liquidbase Java file
# =====================================================================

ENV TERM dumb

COPY docker-entrypoint.sh /

ENTRYPOINT ["/docker-entrypoint.sh"]

It was created to run a simple bash mysql users script and then run a Java Liquidbase schema install.

It extends the mysql only repository and as such, most of the documentation is available here: Docker MySQL

Contributing

Feel free to submit pull requests and issues. If it's a particualy large PR, you may wish to discuss it in an issue first.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

About

A mysql container with java

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Packages

No packages published