Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-ci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UNL ITS
docker-ci
Commits
da90092f
Commit
da90092f
authored
6 years ago
by
Jose Raul Barreras
Browse files
Options
Downloads
Patches
Plain Diff
style: fix typo
parent
0d8c50fb
No related branches found
No related tags found
4 merge requests
!5
Develop
,
!4
Working copy
,
!3
Static code analysis on xls branch
,
!1
WIP: Static code analysis on xls branch
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+3
-3
3 additions, 3 deletions
Makefile
with
3 additions
and
3 deletions
Makefile
+
3
−
3
View file @
da90092f
...
...
@@ -19,7 +19,7 @@ GIT_COMMIT = $(strip $(shell git rev-parse --short HEAD))
####################
BUILD_ARGS
:=
--build-arg
VCS_REF
=
$(
GIT_COMMIT
)
.PHONY
:
all clean test $(DOCKERFILES) clean_images $(IMAGES_TO_CLEAN) static-code-analysis delete_danglig_images
.PHONY
:
all clean test $(DOCKERFILES) clean_images $(IMAGES_TO_CLEAN) static-code-analysis delete_dangli
n
g_images
all
:
\
php-lint_5.6 php-lint_7.0 php-lint_7.1 php-lint_7.2 php-lint_latest
\
...
...
@@ -69,12 +69,12 @@ $(DOCKERFILES):
@
docker run
--rm
-i
nimmis/label-inspector lint <
$(
@D
)
/Dockerfile
@
docker run
--rm
-i
nimmis/label-inspector validate <
$(
@D
)
/Dockerfile
clean_images
:
$(IMAGES_TO_CLEAN) delete_danglig_images
clean_images
:
$(IMAGES_TO_CLEAN) delete_dangli
n
g_images
$(IMAGES_TO_CLEAN)
:
@
echo
"Uninstalling
$@
"
@
docker rmi
$(
shell docker images
--format
'{{.Repository
}
}:{{.Tag}}'
--filter
reference
=
$@
)
delete_danglig_images
:
delete_dangli
n
g_images
:
@
echo
"Removing dangling images"
@
docker image prune
-f
help
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment