File tree 2 files changed +2
-12
lines changed
2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com for more information
3
3
# See https://pre-commit.com/hooks.html for more hooks
4
4
repos :
5
- - repo : local
6
- hooks :
7
- - id : clean-up-pyc-and-pyo-files
8
- name : Scrub all .pyc and .pyo files before committing
9
- entry : ./.hook-scripts/clean-up-pyc-and-pyo-files
10
- language : script
11
5
12
6
- repo : https://github.com/pre-commit/pre-commit-hooks
13
7
rev : v5.0.0
Original file line number Diff line number Diff line change @@ -71,12 +71,8 @@ multiarch_netdump: ## Makes a moosefs-netdump multi-architecture docker image fo
71
71
docker buildx build --build-arg application_version=${MOOSEFS_VERSION} --platform ${PLATFORMS} --pull --push -t ${HUB_USER} /moosefs-netdump:latest -f Dockerfile.netdump .
72
72
docker pull ${HUB_USER} /moosefs-netdump:latest
73
73
74
- local : local_cgiserver \ # # Make images for whatever architecture you're running on, but does not push to docker hub
75
- local_chunkserver \
76
- local_cli \
77
- local_master \
78
- local_metalogger \
79
- local_netdump
74
+ local : local_all # # Make images for whatever architecture you're running on, but does not push to docker hub
75
+ local_all : local_cgiserver local_chunkserver local_cli local_master local_metalogger local_netdump
80
76
81
77
multiarch_images : multiarch # # Builds multi-architecture docker images for all the services and pushes them to docker hub
82
78
multiarch : multiarch_cgiserver \
You can’t perform that action at this time.
0 commit comments