Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Web Hosting EKS - PHP 8.4
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
Container Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OTDI Web Hosting
Container Images
Web Hosting EKS - PHP 8.4
Commits
014e7d3a
Commit
014e7d3a
authored
1 year ago
by
Edward Hicks
Browse files
Options
Downloads
Patches
Plain Diff
8.2 -> 8.3
parent
11b05e09
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Dockerfile
+3
-3
3 additions, 3 deletions
Dockerfile
Makefile
+1
-1
1 addition, 1 deletion
Makefile
runlocal.sh
+1
-1
1 addition, 1 deletion
runlocal.sh
usr/local/src/php-8.3.3.tar.xz
+3
-0
3 additions, 0 deletions
usr/local/src/php-8.3.3.tar.xz
with
8 additions
and
5 deletions
Dockerfile
+
3
−
3
View file @
014e7d3a
...
...
@@ -24,10 +24,10 @@ RUN tar zxf yaz-5.31.1.tar.gz && \
CORECOUNT
=
$(
cat
/proc/cpuinfo|egrep
'^processor'
|wc
-l
)
nice
make
-j
$((
$CORECOUNT
+
1
))
&&
\
make
install
# Install PHP
8.2
# Install PHP
RUN
mkdir
-pv
/usr/local/etc/php /var/www/sharedtmp /var/www/privatedata
RUN
tar
Jxf php-8.
2
.
*
.tar.xz
&&
\
cd
php-8.
2
.
*
/
&&
\
RUN
tar
Jxf php-8.
3
.
*
.tar.xz
&&
\
cd
php-8.
3
.
*
/
&&
\
PKG_CONFIG_PATH
=
/usr/local/lib64/pkgconfig
\
./configure
\
--build
=
x86_64-redhat-linux-gnu
--host
=
x86_64-redhat-linux-gnu
\
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
014e7d3a
IMAGE
=
wheks-php8
2
:fcgid
IMAGE
=
wheks-php8
3
:fcgid
build-and-push
:
docker build
-t
$(
IMAGE
)
.
This diff is collapsed.
Click to expand it.
runlocal.sh
+
1
−
1
View file @
014e7d3a
...
...
@@ -8,4 +8,4 @@ docker run -it --rm --name wheks \
-e
WHEKS_EMAIL
=
hicks.367@osu.edu
\
-e
WHEKS_ENTITYID
=
https://blah.osu.edu/shibboleth
\
-v
php-html:/var/www/html:rw
\
wheks-php8
2
:fcgid
$@
wheks-php8
3
:fcgid
$@
This diff is collapsed.
Click to expand it.
usr/local/src/php-8.
2.16
.tar.xz
→
usr/local/src/php-8.
3.3
.tar.xz
LFS
+
3
−
0
View file @
014e7d3a
No preview for this file type
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