File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 22# See https://pre-commit.com for more information
33# See https://pre-commit.com/hooks.html for more hooks
44repos :
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
115
126 - repo : https://github.com/pre-commit/pre-commit-hooks
137 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
7171 docker buildx build --build-arg application_version=${MOOSEFS_VERSION} --platform ${PLATFORMS} --pull --push -t ${HUB_USER} /moosefs-netdump:latest -f Dockerfile.netdump .
7272 docker pull ${HUB_USER} /moosefs-netdump:latest
7373
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
8076
8177multiarch_images : multiarch # # Builds multi-architecture docker images for all the services and pushes them to docker hub
8278multiarch : multiarch_cgiserver \
You can’t perform that action at this time.
0 commit comments