Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
ldap-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
shore
ldap-docker
Commits
8f564324
Commit
8f564324
authored
6 months ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
fixup! LAM: Use the httpd base image.
parent
69d85854
No related branches found
No related tags found
Loading
Pipeline
#4210
failed
6 months ago
Stage: .pre
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ldap-account-manager/Dockerfile
+2
-0
2 additions, 0 deletions
ldap-account-manager/Dockerfile
with
2 additions
and
0 deletions
ldap-account-manager/Dockerfile
+
2
−
0
View file @
8f564324
FROM
registry.shore.co.il/httpd:bookworm
USER
root
# hadolint ignore=DL3008
RUN
apt-get update
&&
\
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-y
--no-install-recommends
\
...
...
@@ -7,6 +8,7 @@ RUN apt-get update && \
patch
\
&&
\
rm
-rf
/tmp/
*
/var/tmp/
*
/var/lib/apt/lists/
*
/var/cache/apt/archives/
*
USER
www-data
COPY
--chown=root:root patch.diff /root/
COPY
--chown=root:root entrypoint /usr/local/bin/
COPY
--chown=root:root lam-setpass /usr/local/bin/
...
...
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