mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Added alicevision dependency in docker files. Added cosmic, disco and eoan docker files.
This commit is contained in:
2
docker/eoan/hooks/build
Normal file
2
docker/eoan/hooks/build
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker build --build-arg CACHE_DATE="$(date)" --cache-from $IMAGE_NAME -f $DOCKERFILE_PATH -t $IMAGE_NAME -t $DOCKER_REPO:19.10 .
|
||||
2
docker/eoan/hooks/post_push
Normal file
2
docker/eoan/hooks/post_push
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker push $DOCKER_REPO:19.10
|
||||
Reference in New Issue
Block a user