File tree Expand file tree Collapse file tree 4 files changed +13
-0
lines changed
Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 66 - SERVICE=autopep8
77 - SERVICE=beautysh
88 - SERVICE=black
9+ - SERVICE=brittany
910 - SERVICE=clang-format
1011 - SERVICE=crystal
1112 # - SERVICE=elm-format
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ See list of beautifier Docker images at https://hub.docker.com/u/unibeautify/
1111| [ autopep8] ( https://github.com/hhatto/autopep8 ) | [ ![ Docker Build Status] ( https://img.shields.io/docker/build/unibeautify/autopep8.svg?style=flat-square )] ( https://hub.docker.com/r/unibeautify/autopep8/ ) | [ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/unibeautify/autopep8.svg?style=flat-square )] ( https://hub.docker.com/r/unibeautify/autopep8/ ) | [ ![ Docker Stars] ( https://img.shields.io/docker/stars/unibeautify/autopep8.svg?style=flat-square )] ( https://hub.docker.com/r/unibeautify/autopep8/ ) | [ ![ Docker Size] ( https://images.microbadger.com/badges/image/unibeautify/autopep8.svg )] ( https://microbadger.com/images/unibeautify/autopep8 ) |
1212| [ beautysh] ( https://github.com/bemeurer/beautysh ) | [ ![ Docker Build Status] ( https://img.shields.io/docker/build/unibeautify/beautysh.svg?style=flat-square )] ( https://hub.docker.com/r/unibeautify/beautysh/ ) | [ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/unibeautify/beautysh.svg?style=flat-square )] ( https://hub.docker.com/r/unibeautify/beautysh/ ) | [ ![ Docker Stars] ( https://img.shields.io/docker/stars/unibeautify/beautysh.svg?style=flat-square )] ( https://hub.docker.com/r/unibeautify/beautysh/ ) | [ ![ Docker Size] ( https://images.microbadger.com/badges/image/unibeautify/beautysh.svg )] ( https://microbadger.com/images/unibeautify/beautysh ) |
1313| [ black] ( https://github.com/ambv/black ) | [ ![ Docker Build Status] ( https://img.shields.io/docker/build/unibeautify/black.svg?style=flat-square )] ( https://hub.docker.com/r/unibeautify/black/ ) | [ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/unibeautify/black.svg?style=flat-square )] ( https://hub.docker.com/r/unibeautify/black/ ) | [ ![ Docker Stars] ( https://img.shields.io/docker/stars/unibeautify/black.svg?style=flat-square )] ( https://hub.docker.com/r/unibeautify/black/ ) | [ ![ Docker Size] ( https://images.microbadger.com/badges/image/unibeautify/black.svg )] ( https://microbadger.com/images/unibeautify/black ) |
14+ | [ brittany] ( https://github.com/lspitzner/brittany ) | [ ![ Docker Build Status] ( https://img.shields.io/docker/build/unibeautify/brittany.svg?style=flat-square )] ( https://hub.docker.com/r/unibeautify/brittany/ ) | [ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/unibeautify/brittany.svg?style=flat-square )] ( https://hub.docker.com/r/unibeautify/brittany/ ) | [ ![ Docker Stars] ( https://img.shields.io/docker/stars/unibeautify/brittany.svg?style=flat-square )] ( https://hub.docker.com/r/unibeautify/brittany/ ) | [ ![ Docker Size] ( https://images.microbadger.com/badges/image/unibeautify/brittany.svg )] ( https://microbadger.com/images/unibeautify/brittany ) |
1415| [ ClangFormat] ( https://clang.llvm.org/docs/ClangFormat.html ) | [ ![ Docker Build Status] ( https://img.shields.io/docker/build/unibeautify/clang-format.svg?style=flat-square )] ( https://hub.docker.com/r/unibeautify/clang-format/ ) | [ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/unibeautify/clang-format.svg?style=flat-square )] ( https://hub.docker.com/r/unibeautify/clang-format/ ) | [ ![ Docker Stars] ( https://img.shields.io/docker/stars/unibeautify/clang-format.svg?style=flat-square )] ( https://hub.docker.com/r/unibeautify/clang-format/ ) | [ ![ Docker Size] ( https://images.microbadger.com/badges/image/unibeautify/clang-format.svg )] ( https://microbadger.com/images/unibeautify/clang-format ) |
1516| [ Crystal] ( https://crystal-lang.org/ ) | [ ![ Docker Build Status] ( https://img.shields.io/docker/build/unibeautify/crystal.svg?style=flat-square )] ( https://hub.docker.com/r/unibeautify/crystal/ ) | [ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/unibeautify/crystal.svg?style=flat-square )] ( https://hub.docker.com/r/unibeautify/crystal/ ) | [ ![ Docker Stars] ( https://img.shields.io/docker/stars/unibeautify/crystal.svg?style=flat-square )] ( https://hub.docker.com/r/unibeautify/crystal/ ) | [ ![ Docker Size] ( https://images.microbadger.com/badges/image/unibeautify/crystal.svg )] ( https://microbadger.com/images/unibeautify/crystal ) |
1617| [ elm-format] ( https://github.com/avh4/elm-format ) | [ ![ Docker Build Status] ( https://img.shields.io/docker/build/unibeautify/elm-format.svg?style=flat-square )] ( https://hub.docker.com/r/unibeautify/elm-format/ ) | [ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/unibeautify/elm-format.svg?style=flat-square )] ( https://hub.docker.com/r/unibeautify/elm-format/ ) | [ ![ Docker Stars] ( https://img.shields.io/docker/stars/unibeautify/elm-format.svg?style=flat-square )] ( https://hub.docker.com/r/unibeautify/elm-format/ ) | [ ![ Docker Size] ( https://images.microbadger.com/badges/image/unibeautify/elm-format.svg )] ( https://microbadger.com/images/unibeautify/elm-format ) |
Original file line number Diff line number Diff line change 1+ FROM herpinc/brittany:0.12.1.1
2+
3+ LABEL io.whalebrew.name 'brittany'
4+ LABEL io.whalebrew.config.working_dir '/workdir'
5+ WORKDIR /workdir
6+
7+ ENTRYPOINT ["brittany" ]
8+ CMD ["--help" ]
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ services:
99 black :
1010 build : ./black
1111 image : unibeautify/black
12+ brittany :
13+ build : ./brittany
14+ image : unibeautify/brittany
1215 clang-format :
1316 build : ./clang-format
1417 image : unibeautify/clang-format
You can’t perform that action at this time.
0 commit comments