Galaxy related Dockerfiles and building scripts.
- Installed ubuntu(version >= 18.04) or centos7 amd64 version
- Installed docker and docker-compose, refer to docker
- "build-env" is the common docker build and release script, including a version control system and building scripts.
- "client" is the Docker image which have a Tomcat and guacamole-client deployed in,refer to client.
- "keycloak" is the Docker image which support authentication and authorization,refer to keycloak.
- "keycloak-init" is the init container for keycloak,refer to keycloak-init.
- Checkout the related resources to the building directory, and run docker build.
- For the detail ,please refer to the README.md inside each sub directory.