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
905d9f0d
Commit
905d9f0d
authored
9 years ago
by
Reinhold Kainhofer
Browse files
Options
Downloads
Patches
Plain Diff
VM2 on J2, using php 5.4
parent
fd35e5eb
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
j2vm2_full/Dockerfile
+6
-1
6 additions, 1 deletion
j2vm2_full/Dockerfile
j2vm3_full/Dockerfile
+1
-0
1 addition, 0 deletions
j2vm3_full/Dockerfile
with
7 additions
and
1 deletion
j2vm2_full/Dockerfile
+
6
−
1
View file @
905d9f0d
FROM
php:5.
6
-apache
FROM
php:5.
4
-apache
MAINTAINER
Reinhold Kainhofer <reinhold@kainhofer.com>
MAINTAINER
Reinhold Kainhofer <reinhold@kainhofer.com>
# Enable Apache Rewrite Module
# Enable Apache Rewrite Module
RUN
a2enmod rewrite
RUN
a2enmod rewrite
# Install PHP extensions
# Install PHP extensions
RUN
apt-get update
&&
apt-get
install
-y
libpng12-dev libjpeg-dev zip unzip
&&
rm
-rf
/var/lib/apt/lists/
*
\
RUN
apt-get update
&&
apt-get
install
-y
libpng12-dev libjpeg-dev zip unzip
&&
rm
-rf
/var/lib/apt/lists/
*
\
&&
docker-php-ext-configure gd
--with-png-dir
=
/usr
--with-jpeg-dir
=
/usr
\
&&
docker-php-ext-configure gd
--with-png-dir
=
/usr
--with-jpeg-dir
=
/usr
\
...
@@ -12,6 +13,10 @@ RUN docker-php-ext-install mysqli
...
@@ -12,6 +13,10 @@ RUN docker-php-ext-install mysqli
VOLUME
/var/www/html
VOLUME
/var/www/html
# Install MySQL (will only be started if needed)
# RUN apt-get update && apt-get install -y mysql-server && rm -rf /var/lib/apt/lists/*
# Define Joomla version and expected SHA1 signature
# Define Joomla version and expected SHA1 signature
ENV
VMFULL_VERSION 2.6.14
ENV
VMFULL_VERSION 2.6.14
ENV
VMFULL_MD5 0a589d9db3831ae4e3d8eb95db28aeee
ENV
VMFULL_MD5 0a589d9db3831ae4e3d8eb95db28aeee
...
...
This diff is collapsed.
Click to expand it.
j2vm3_full/Dockerfile
+
1
−
0
View file @
905d9f0d
...
@@ -4,6 +4,7 @@ MAINTAINER Reinhold Kainhofer <reinhold@kainhofer.com>
...
@@ -4,6 +4,7 @@ MAINTAINER Reinhold Kainhofer <reinhold@kainhofer.com>
# Enable Apache Rewrite Module
# Enable Apache Rewrite Module
RUN
a2enmod rewrite
RUN
a2enmod rewrite
# Install PHP extensions
# Install PHP extensions
RUN
apt-get update
&&
apt-get
install
-y
libpng12-dev libjpeg-dev zip unzip
&&
rm
-rf
/var/lib/apt/lists/
*
\
RUN
apt-get update
&&
apt-get
install
-y
libpng12-dev libjpeg-dev zip unzip
&&
rm
-rf
/var/lib/apt/lists/
*
\
&&
docker-php-ext-configure gd
--with-png-dir
=
/usr
--with-jpeg-dir
=
/usr
\
&&
docker-php-ext-configure gd
--with-png-dir
=
/usr
--with-jpeg-dir
=
/usr
\
...
...
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