Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hivemind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
hive
hivemind
Commits
2a71792d
Commit
2a71792d
authored
1 year ago
by
Bartek Wrona
Browse files
Options
Downloads
Patches
Plain Diff
haf_app_admin eliminated from Dockerfile
parent
fc732209
No related branches found
No related tags found
2 merge requests
!827
Merge develop changes to master
,
!645
Updated HAf submodule to latest develop
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-2
1 addition, 2 deletions
Dockerfile
with
1 addition
and
2 deletions
Dockerfile
+
1
−
2
View file @
2a71792d
...
...
@@ -31,7 +31,6 @@ RUN <<EOF
DEBIAN_FRONTEND=noniteractive apt-get clean && rm -rf /var/lib/apt/lists/*
/root/setup_os.sh --haf-admin-account="haf_admin"
useradd -ms /bin/bash -c "HAF application admin account" -u 4001 -U "haf_app_admin" --groups users
# This user needs UID of 1000 to be able to save logs to cache when run in CI
useradd -ms /bin/bash -c "Hivemind service account" -u 1000 "hivemind" --groups users
EOF
...
...
@@ -76,7 +75,7 @@ ARG HTTP_PORT=8080
ENV
HTTP_PORT=${HTTP_PORT}
# Lets use by default host address from default docker bridge network
ARG
POSTGRES_URL="postgresql://h
af_app_ad
min@172.17.0.1/haf_block_log"
ARG
POSTGRES_URL="postgresql://h
ive
min
d
@172.17.0.1/haf_block_log"
ENV
POSTGRES_URL=${POSTGRES_URL}
ARG
POSTGRES_ADMIN_URL="postgresql://haf_admin@172.17.0.1:5432/haf_block_log"
...
...
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