JanusGraph / janusgraph

JanusGraph: an open-source, distributed graph database
https://janusgraph.org
Other
5.33k stars 1.17k forks source link

Move Docker image into main repository #3793

Open FlorianHockmann opened 1 year ago

FlorianHockmann commented 1 year ago

We have decided to move the Docker image from the janusgraph-docker into this repo here to simplify the development workflow and to improve the usability of the security scanning.

This includes the following tasks:

FlorianHockmann commented 1 year ago

The pushing of the Docker image is currently failing on master and I'm not sure why:

[INFO] --- exec-maven-plugin:3.1.0:exec (docker-deploy) @ janusgraph-dist ---
usage: build-and-push-image.sh version base-image build-path tag-suffix [push]
Error:  Command execution failed.

The login to Docker Hub before that was successful and it should be using our Docker Hub bot now as I've added a token for that to the secretes. The token also should have the necessary permissions.