Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vlkb-soda
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
ViaLactea
vlkb-soda
Commits
a743f23a
Commit
a743f23a
authored
1 month ago
by
Robert Butora
Browse files
Options
Downloads
Patches
Plain Diff
docker: allows write on /srv/cutouts
parent
9e1512c1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/Dockerfile.soda
+3
-3
3 additions, 3 deletions
docker/Dockerfile.soda
docker/Makefile
+1
-1
1 addition, 1 deletion
docker/Makefile
with
4 additions
and
4 deletions
docker/Dockerfile.soda
+
3
−
3
View file @
a743f23a
...
...
@@ -40,7 +40,7 @@ COPY deps/ast_9.2.9-1_amd64.deb ./
RUN dpkg -i /root/ast_9.2.9-1_amd64.deb && ldconfig \
&& mkdir -p ${WEBAPP_DIR} \
&& mkdir -p /srv/datasets \
&& mkdir -
p
/srv/cutouts \
&& mkdir -
-mode 777
/srv/cutouts \
&& mkdir -p /etc/pki/tls
ARG VLKB_VERSION
...
...
@@ -65,8 +65,8 @@ RUN chmod -R a+rwX ${WEBAPP_DIR}/WEB-INF \
&& touch ${WEBAPP_DIR}/WEB-INF/classes/iamtoken.properties \
&& chmod a+rw ${WEBAPP_DIR}/WEB-INF/classes/*.properties
RUN groupadd --gid 100
0
admin \
&& useradd --uid 100
0
--gid admin --shell /bin/bash --create-home --no-log-init admin
RUN groupadd --gid 100
2
admin \
&& useradd --uid 100
2
--gid admin --shell /bin/bash --create-home --no-log-init admin
COPY start-soda.sh /home/admin/start-soda.sh
RUN chown admin:admin /home/admin/start-soda.sh
...
...
This diff is collapsed.
Click to expand it.
docker/Makefile
+
1
−
1
View file @
a743f23a
...
...
@@ -8,7 +8,7 @@ deps/ast-9.2.9.tar.gz:
.PHONY
:
build-soda
build-soda
:
docker build
--build-arg
VLKB_VERSION
=
$(
VERSION
)
-t
soda
-f
Dockerfile.soda .
docker build
--progress
=
plain
--no-cache
--build-arg
VLKB_VERSION
=
$(
VERSION
)
-t
soda
-f
Dockerfile.soda .
.PHONY
:
build-ingestion
build-ingestion
:
...
...
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