Linux Foundation Collaborative Projects
index
:
music
2.0.0-ONAP
beijing
casablanca
dev-cassandra-only
dublin
elalto
frankfurt
master
release-2.5.3
release-2.5.5
release-3.0.24
This repo contains the code for a multi-site coordination service (MUSIC) and associated recipes that enables efficient, highly available state-management across geo-redundant sites.
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Dockerfile
blob: 0c06fba570121ad0078b2c7ae81d1930295b2f3d (
plain
)
1
2
3
4
FROM
busybox:latest
RUN
mkdir -p app
COPY
maven/ app/
CMD
[
"tail"
,
"-f"
,
"/dev/null"
]