Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Commits
9cf9649a
Commit
9cf9649a
authored
1 year ago
by
Bastien Abadie
Browse files
Options
Downloads
Patches
Plain Diff
Remove useless gitlab tokens
parent
ae9e94b7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2226
Remove useless gitlab tokens
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+0
-2
0 additions, 2 deletions
Dockerfile
Dockerfile.binary
+0
-3
0 additions, 3 deletions
Dockerfile.binary
with
0 additions
and
5 deletions
Dockerfile
+
0
−
2
View file @
9cf9649a
...
...
@@ -6,8 +6,6 @@ ADD . build
RUN
cd
build
&&
python3 setup.py sdist
FROM
registry.gitlab.teklia.com/arkindex/backend/base:gitlab-teklia
# Auth token expires on 01/07/2024
ARG
GITLAB_TOKEN="glpat-3sBZPFgkZbqJxfSqjcAa"
# Install arkindex and its deps
# Uses a source archive instead of full local copy to speedup docker build
...
...
This diff is collapsed.
Click to expand it.
Dockerfile.binary
+
0
−
3
View file @
9cf9649a
...
...
@@ -5,9 +5,6 @@ RUN apt-get update && apt-get install --no-install-recommends -y build-essential
RUN pip install nuitka
# Auth token expires on 01/07/2024
ARG GITLAB_TOKEN="glpat-3sBZPFgkZbqJxfSqjcAa"
# We build in /usr/share because Django will try to load some files relative to that path
# once executed in the binary (management commands, ...)
WORKDIR /usr/share
...
...
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