Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-images
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uffd
docker-images
Commits
1a57edb4
Commit
1a57edb4
authored
Sep 10, 2021
by
Julian
Browse files
Options
Downloads
Patches
Plain Diff
Disabled debugging for Bullseye image
parent
5de04b6a
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#7650
passed
Sep 10, 2021
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile.bullseye
+2
-2
2 additions, 2 deletions
Dockerfile.bullseye
with
2 additions
and
2 deletions
Dockerfile.bullseye
+
2
−
2
View file @
1a57edb4
...
@@ -17,7 +17,7 @@ RUN apt-get -qq update && \
...
@@ -17,7 +17,7 @@ RUN apt-get -qq update && \
pip3 install ansible --upgrade && \
pip3 install ansible --upgrade && \
ansible --version && \
ansible --version && \
mkdir -p /var/run/ && \
mkdir -p /var/run/ && \
git clone --depth 1
-b uffd-docker-image-debug
"https://git.cccv.de/infra/ansible/roles/openldap.git" && \
git clone --depth 1 "https://git.cccv.de/infra/ansible/roles/openldap.git" && \
git clone --depth 1 "https://git.cccv.de/infra/ansible/roles/certificates.git" && \
git clone --depth 1 "https://git.cccv.de/infra/ansible/roles/certificates.git" && \
apt-get -qq clean
apt-get -qq clean
...
@@ -25,5 +25,5 @@ COPY ansible-inventory.yml inventory.yml
...
@@ -25,5 +25,5 @@ COPY ansible-inventory.yml inventory.yml
COPY ansible-playbook.yml playbook.yml
COPY ansible-playbook.yml playbook.yml
COPY ansible.cfg ansible.cfg
COPY ansible.cfg ansible.cfg
RUN ansible-playbook
-vvvv
playbook.yml && \
RUN ansible-playbook playbook.yml && \
rm -fr openldap certificates inventory.yml playbook.yml ansible.cfg
rm -fr openldap certificates inventory.yml playbook.yml ansible.cfg
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