Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scitas-software-stacks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCITAS
Software stack
scitas-software-stacks
Merge requests
!34
Linting the stacks
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Linting the stacks
linting-the-stacks
into
release/pinot-noir/rhel9.4
Overview
0
Commits
7
Pipelines
6
Changes
3
Open
Nicolas Richart
requested to merge
linting-the-stacks
into
release/pinot-noir/rhel9.4
2 months ago
Overview
0
Commits
7
Pipelines
6
Changes
3
Expand
0
0
Merge request reports
Viewing commit
d7f908d4
Prev
Next
Show latest version
3 files
+
7
−
3
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
d7f908d4
Linting dockerfiles
· d7f908d4
Nicolas Richart
authored
2 months ago
dockerfiles/deploy/Dockerfile
+
1
−
1
Options
FROM
debian:12-slim
FROM
debian:12-slim
RUN
apt
-qq
update
&&
apt
-qq
-y
install
\
RUN
apt
-get
-qq
update
&&
apt
-get
-qq
-y
install
--no-install-recommends
\
squashfuse fuse3 rsync
\
squashfuse fuse3 rsync
\
&&
rm
-rf
/var/lib/apt/lists/
*
&&
rm
-rf
/var/lib/apt/lists/
*
Loading