-
Notifications
You must be signed in to change notification settings - Fork 3
/
Dockerfile
20 lines (19 loc) · 1.5 KB
/
Dockerfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
FROM alpine
LABEL org.opencontainers.image.title="Memgraph" \
org.opencontainers.image.description="Memgraph Extension for Docker Desktop" \
org.opencontainers.image.vendor="Ajeet Singh Raina" \
com.docker.desktop.extension.api.version="0.3.0" \
com.docker.extension.screenshots="[ \
{\"url\": \"https://raw.githubusercontent.com/collabnix/memgraph-docker-extension/main/memgraph.png\", \"alt\": \"Screenshot\"} \
]" \
com.docker.extension.categories="Databases" \
com.docker.desktop.extension.icon="https://raw.githubusercontent.com/collabnix/memgraph-docker-extension/main/memgraph.svg" \
com.docker.extension.detailed-description="Memgraph is a high-performance, in-memory graph database that provides fast and scalable data storage and querying capabilities for graph data. Memgraph is a streaming graph application platform that helps you wrangle your streaming data, build sophisticated models you can query in real-time, and develop applications you never thought possible within a couple of days, not months. With Memgraph Docker Extension, now you can setup Memgraph platform in no seconds." \
com.docker.extension.publisher-url='[{"title":"GitHub", "url":"https://github.com/collabnix/memgraph-docker-extension/"}]' \
com.docker.extension.additional-urls='[{"title":"GitHub","url":"https://github.com/collabnix/memgraph-docker-extension/"}]' \
com.docker.extension.changelog=""
COPY docker-compose.yaml .
COPY metadata.json .
COPY docker.svg .
COPY memgraph.svg .
COPY ui ui