jkp85 / core-server-old

:moyai: Core server code used on child server types.

Home Page:https://3blades.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codacy Badge Build Status Docker Hub codecov slack in

Core server

Core server used for child server types.

Includes the following functionality:

  • Authenticates to 3Blades server using JWT's
  • SSH remote after_success
  • Streaming log capabilities
  • Server environment variables
  • Cron server
  • RESTful endpoint server

Any image could conceivably use core-server functionality. We suggest building custom images with docker multi-stage builds. For example:

FROM 3blades/core-server AS core
FROM tensorflow/tensorflow:latest-gpu
COPY --from=core runner /runner
EXPOSE 8080

Copyright and license

Copyright © 2016-2017 3Blades, LLC. All rights reserved, except as follows. Code is released under the BSD 3.0 license. The README.md file, and files in the "docs" folder are licensed under the Creative Commons Attribution 4.0 International License under the terms and conditions set forth in the file "LICENSE.docs". You may obtain a duplicate copy of the same license, titled CC-BY-SA-4.0, at http://creativecommons.org/licenses/by/4.0/.

About

:moyai: Core server code used on child server types.

https://3blades.io

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 98.0%Language:Shell 1.2%Language:Makefile 0.8%