Skip to content

Commit

Permalink
reformat white space
Browse files Browse the repository at this point in the history
  • Loading branch information
baxtree committed May 10, 2022
1 parent 92092a6 commit 8f5c6b9
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
version: "3"
services:

subaligner-centos7:
build:
context: ./
dockerfile: Dockerfile-CentOS7
image: baxtree/subaligner:${SUBALIGNER_VERSION}.el7
subaligner-centos7:
build:
context: ./
dockerfile: Dockerfile-CentOS7
image: baxtree/subaligner:${SUBALIGNER_VERSION}.el7

subaligner-centos8:
build:
context: ./
dockerfile: Dockerfile-CentOS8
image: baxtree/subaligner:${SUBALIGNER_VERSION}.el8
subaligner-centos8:
build:
context: ./
dockerfile: Dockerfile-CentOS8
image: baxtree/subaligner:${SUBALIGNER_VERSION}.el8

subaligner-ubuntu18:
build:
context: ./
dockerfile: Dockerfile-Ubuntu18
image: baxtree/subaligner:${SUBALIGNER_VERSION}.u18
subaligner-ubuntu18:
build:
context: ./
dockerfile: Dockerfile-Ubuntu18
image: baxtree/subaligner:${SUBALIGNER_VERSION}.u18

subaligner-ubuntu20:
build:
context: ./
dockerfile: Dockerfile-Ubuntu20
image: baxtree/subaligner:${SUBALIGNER_VERSION}.u20
subaligner-ubuntu20:
build:
context: ./
dockerfile: Dockerfile-Ubuntu20
image: baxtree/subaligner:${SUBALIGNER_VERSION}.u20

subaligner-archlinux:
build:
Expand Down

0 comments on commit 8f5c6b9

Please sign in to comment.