Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
ldap-auth
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-auth
Commits
34fd15f4
Commit
34fd15f4
authored
2 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Update the base image.
parent
79850ae3
No related branches found
No related tags found
No related merge requests found
Pipeline
#2960
failed
2 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
2 deletions
Dockerfile
+
2
−
2
View file @
34fd15f4
FROM
registry.hub.docker.com/library/python:3.
9
-slim-bu
ster
as
wheels
FROM
registry.hub.docker.com/library/python:3.
10
-slim-bu
llseye
as
wheels
# hadolint ignore=DL3008,DL3015
RUN
apt-get update
&&
\
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-y
\
...
...
@@ -11,7 +11,7 @@ WORKDIR /wheels
RUN
python3
-m
pip wheel https://github.com/python-ldap/python-ldap/releases/download/python-ldap-3.3.1/python-ldap-3.3.1.tar.gz
RUN
python3
-m
pip wheel git+https://github.com/adarnimrod/flask-simpleldap.git@ldapi-support#egg
=
flask-simpleldap
FROM
registry.hub.docker.com/library/python:3.
9
-slim-bu
ster
FROM
registry.hub.docker.com/library/python:3.
10
-slim-bu
llsye
# hadolint ignore=DL3008
RUN
apt-get update
&&
\
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-y
--no-install-recommends
\
...
...
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