Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Esgf Docker
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
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
ESGF
mirrors
Esgf Docker
Commits
bfeab77b
Unverified
Commit
bfeab77b
authored
4 months ago
by
William Tucker
Committed by
GitHub
4 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Update Tomcat to version 9
parent
dab58685
No related branches found
No related tags found
No related merge requests found
Pipeline
#613998
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
images/tomcat/Dockerfile
+3
-3
3 additions, 3 deletions
images/tomcat/Dockerfile
with
3 additions
and
3 deletions
images/tomcat/Dockerfile
+
3
−
3
View file @
bfeab77b
...
...
@@ -16,9 +16,9 @@ RUN mkdir -p $CATALINA_HOME
WORKDIR
$CATALINA_HOME
# Download and install Tomcat 8
ARG
TOMCAT_MAJOR_VERSION=
8
ARG
TOMCAT_VERSION=
8.5.81
ARG
TOMCAT_SHA512=
729387275cce4a0900289722f6c70ebcf7aee924af671b110b8ea8577fd6d045d47f17d526c8db5fd41c8590102e7f5100e95e89f7fd511b941565812ecbed35
ARG
TOMCAT_MAJOR_VERSION=
9
ARG
TOMCAT_VERSION=
9.0.94
ARG
TOMCAT_SHA512=
14d941808565bac5913b94d3ad24e1d783ab1dfb29b7aee32b9ce1b5c7629a3a836b944b8ee7990d1719e75cf8cc928efdf682cdd4b908eaa77c69cd37e9f436
ARG
TOMCAT_URL=https://archive.apache.org/dist/tomcat/tomcat-$TOMCAT_MAJOR_VERSION/v$TOMCAT_VERSION/bin/apache-tomcat-$TOMCAT_VERSION.tar.gz
RUN
curl
-fsSL
-o
tomcat.tar.gz
$TOMCAT_URL
&&
\
echo
"
$TOMCAT_SHA512
*tomcat.tar.gz"
|
sha512sum
--strict
--check
&&
\
...
...
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