Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eduGAIN Connectivity Check
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
edugain
eduGAIN Connectivity Check
Commits
71a67520
Commit
71a67520
authored
11 months ago
by
Marco Malavolti
Browse files
Options
Downloads
Patches
Plain Diff
Updated Dockerfile CMD command to JSON version
parent
2a7e0384
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-4
4 additions, 4 deletions
Dockerfile
with
4 additions
and
4 deletions
Dockerfile
+
4
−
4
View file @
71a67520
FROM
debian:12
LABEL
Authors="Marco Malavolti <marco.malavolti@garr.it>"
ARG
CHROME_VERSION
ARG
CHROMEDRIVER_VERSION
ARG
PYFF_VERSION
ARG
CHROME_VERSION
=126.0.6478.126-1
ARG
CHROMEDRIVER_VERSION
=126.0.6478.126
ARG
PYFF_VERSION
=2.1.2
#COPY --from=hairyhenderson/gomplate:v3.11.5 /gomplate /bin/gomplate
...
...
@@ -75,4 +75,4 @@ RUN mkdir -p /var/run/supervisord
COPY
start.sh /start.sh
RUN
chmod
+x /start.sh
CMD
/start.sh
CMD
["
/start.sh
"]
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