Merge pull request #10 from Xboarder56/master

upgrade base image + velociraptor release
This commit is contained in:
weslambert
2022-05-10 08:19:37 -04:00
committed by GitHub
2 changed files with 2 additions and 4 deletions

View File

@@ -1,8 +1,7 @@
FROM ubuntu:18.04 FROM ubuntu:20.04
LABEL version="Velociraptor v0.6.1" LABEL version="Velociraptor v0.6.4"
LABEL description="Velociraptor server in a Docker container" LABEL description="Velociraptor server in a Docker container"
LABEL maintainer="Wes Lambert, @therealwlambert" LABEL maintainer="Wes Lambert, @therealwlambert"
ENV VERSION="0.6.1"
COPY ./entrypoint . COPY ./entrypoint .
RUN chmod +x entrypoint && \ RUN chmod +x entrypoint && \
apt-get update && \ apt-get update && \

View File

@@ -3,7 +3,6 @@ set -e
BIND_ADDRESS="0.0.0.0" BIND_ADDRESS="0.0.0.0"
PUBLIC_PATH="public" PUBLIC_PATH="public"
LOG_DIR="." LOG_DIR="."
SERVER_URL="https://VelociraptorServer:8000/"
DATASTORE_LOCATION="./" DATASTORE_LOCATION="./"
FILESTORE_DIRECTORY="./" FILESTORE_DIRECTORY="./"
CLIENT_DIR="/velociraptor/clients" CLIENT_DIR="/velociraptor/clients"