A docker container running apache atlas
789
This build is attempting to build Atlas Server running in a kerberized environment, eventually with TagSync flowing to a Ranger service
NOTE: This image will take a while to start up as it has to create all the object tyoes etc, need to look at how to speed this up
This image has a dependance on an external SolrCloud. The easiest way to get Atlas running is by using a compose file. You will find one in the root directory of this repo called docker-compose.atlas.yml and can build it by running the following command:
docker-compose -f docker-compose.atlas.yml up
To access the image, go to a browser and go to the UI. The default port for Atlas is 21000 and will be running on your localhost. To log in use the super secure username / password combination admin/admin
If you want to try and rebuild this image locally for a different version of Atlas etc. then you can follow the instructions below:
Note: Running the commands below to rebuild a new image will take a LONG time
./../.gitsubmodules and refresh the submodules by running git submodule update --recursive --remote.gitignore entry for the binaries file
mkdir binaries./build.sh - This might take a while as it will be building Atlas from the source codedocker build . -f Dockerfile.localYou should now have a new ImageID for the dockerfile. Update the docker-compose file with the new ImageID to test
Content type
Image
Digest
Size
1.3 GB
Last updated
over 6 years ago
docker pull spydernaz/apache-atlas