Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Service Orchestrator
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
Container 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
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator
Commits
b0e13329
Verified
Commit
b0e13329
authored
1 year ago
by
Karel van Klink
Browse files
Options
Downloads
Patches
Plain Diff
remove unnecessary /etc/gso folder
parent
567f6356
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!90
include TRANSLATIONS_DIR as environment variable in the Docker image
Pipeline
#84411
passed
1 year ago
Stage: tox
Stage: documentation
Stage: sonarqube
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-4
2 additions, 4 deletions
Dockerfile
with
2 additions
and
4 deletions
Dockerfile
+
2
−
4
View file @
b0e13329
...
...
@@ -12,10 +12,8 @@ RUN pip install \
--target
/app
\
geant-service-orchestrator
==
${
ARTIFACT_VERSION
}
# Create the directory for the configuration and copy the example config into it
# NOTE: a real config must be mounted at /etc/gso/config.json when running the container
RUN
mkdir
-p
/etc/gso
&&
\
chown
-R
appuser:appgroup /etc/gso
# Copy an example config into the container
# NOTE: a real config must be mounted at /app/config.json when running the container
COPY
--chown=appuser:appgroup gso/oss-params-example.json /app/config.json
# The app reads the configuration from this location.
...
...
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