Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chaperone-base
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ai3
docker
chaperone-base
Commits
25fc0d6d
Commit
25fc0d6d
authored
3 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Update to new a/i deb repository URL
parent
e3691c0b
No related branches found
No related tags found
1 merge request
!2
Use Debian Bullseye
Pipeline
#21495
passed
3 years ago
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
build.sh
+1
-1
1 addition, 1 deletion
build.sh
with
2 additions
and
2 deletions
Dockerfile
+
1
−
1
View file @
25fc0d6d
...
...
@@ -3,7 +3,7 @@ FROM debian:bullseye-slim
COPY
build.sh /tmp/build.sh
COPY
python37_compat.patch /tmp/python37_compat.patch
COPY
chaperone.conf /etc/chaperone.d/chaperone.conf
COPY
deb_autistici_org.gpg /
etc/apt/trusted
.gpg
.d/
COPY
deb_autistici_org.gpg /
usr/share/keyrings/deb.autistici.org
.gpg
RUN
/tmp/build.sh
&&
rm
/tmp/build.sh
...
...
This diff is collapsed.
Click to expand it.
build.sh
+
1
−
1
View file @
25fc0d6d
...
...
@@ -29,7 +29,7 @@ die() {
set
-x
# Add the ai3 Debian package repository.
echo
"deb http://deb.autistici.org/urepo
ai3
/"
\
echo
"deb
[signed-by=/usr/share/keyrings/deb.autistici.org.gpg]
http://deb.autistici.org/urepo
float/bullseye
/"
\
>
/etc/apt/sources.list.d/ai3.list
apt-get
-q
update
...
...
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