Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Docker - VirtueMart images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
Open Tools
Docker - VirtueMart images
Commits
fc89f9d8
Commit
fc89f9d8
authored
9 years ago
by
Reinhold Kainhofer
Browse files
Options
Downloads
Patches
Plain Diff
Joomla Security Release -> Download links for VM 3.0.12 fullinstaller have changed
parent
0d5cbfc5
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
j2vm3_full/Dockerfile
+3
-2
3 additions, 2 deletions
j2vm3_full/Dockerfile
with
3 additions
and
2 deletions
j2vm3_full/Dockerfile
+
3
−
2
View file @
fc89f9d8
...
...
@@ -19,10 +19,11 @@ VOLUME /var/www/html
# Define Joomla version and expected SHA1 signature
ENV
VMFULL_VERSION 3.0.12
ENV
VMFULL_MD5 7e6bef1cff409042ea6efd20e582938e
ENV
VMFULL_MD5 68dfeda59610bd798c0f03a7fb9340df
ENV
VMFULL_POSTFIX "_with_security_patch"
# Download package and extract to web volume
RUN
curl
-o
virtuemart.zip
-SL
http://dev.virtuemart.net/attachments/download/98
0
/VirtueMart
${
VMFULL_VERSION
}
_Joomla_2.5.2
8
-Stable-Full_Package.zip
\
RUN
curl
-o
virtuemart.zip
-SL
http://dev.virtuemart.net/attachments/download/98
3
/VirtueMart
${
VMFULL_VERSION
}
_Joomla_2.5.2
9
-Stable-Full_Package
${
VMFULL_POSTFIX
}
.zip
\
&&
echo
"
$VMFULL_MD5
*virtuemart.zip"
|
md5sum
-c
-
\
&&
mkdir
/usr/src/virtuemart
\
&&
unzip virtuemart.zip
-d
/usr/src/virtuemart
\
...
...
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