mirror of
https://github.com/docker/compose.git
synced 2025-07-21 12:44:54 +02:00
Remove unused files
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
4e310a945e
commit
d64f3f3912
14
.fossa.yml
14
.fossa.yml
@ -1,14 +0,0 @@
|
|||||||
# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli)
|
|
||||||
# Visit https://fossa.io to learn more
|
|
||||||
|
|
||||||
version: 2
|
|
||||||
cli:
|
|
||||||
server: https://app.fossa.io
|
|
||||||
fetcher: custom
|
|
||||||
project: git@github.com:docker/compose
|
|
||||||
analyze:
|
|
||||||
modules:
|
|
||||||
- name: .
|
|
||||||
type: pip
|
|
||||||
target: .
|
|
||||||
path: .
|
|
@ -1,15 +0,0 @@
|
|||||||
FROM s390x/alpine:3.10.1
|
|
||||||
|
|
||||||
ARG COMPOSE_VERSION=1.16.1
|
|
||||||
|
|
||||||
RUN apk add --update --no-cache \
|
|
||||||
python \
|
|
||||||
py-pip \
|
|
||||||
&& pip install --no-cache-dir docker-compose==$COMPOSE_VERSION \
|
|
||||||
&& rm -rf /var/cache/apk/*
|
|
||||||
|
|
||||||
WORKDIR /data
|
|
||||||
VOLUME /data
|
|
||||||
|
|
||||||
|
|
||||||
ENTRYPOINT ["docker-compose"]
|
|
Loading…
x
Reference in New Issue
Block a user