Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
typo3
CI
testing-infrastructure
Commits
b2c7cf67
Unverified
Commit
b2c7cf67
authored
Oct 30, 2020
by
Susanne Moog
Committed by
GitHub
Oct 30, 2020
Browse files
[FEATURE] Upgrade composer (
#3
)
parent
1bdb4f57
Changes
9
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
b2c7cf67
...
...
@@ -51,23 +51,23 @@ FULLVERSION_PHP71=$(MAJOR_PHP71).$(MINOR_PHP71).$(PATCHLEVEL_PHP71)
SHORTVERSION_PHP71
=
$(MAJOR_PHP71)
.
$(MINOR_PHP71)
NAME_PHP72
=
typo3gmbh/php72
MAJOR_PHP72
=
3
MAJOR_PHP72
=
4
MINOR_PHP72
=
0
PATCHLEVEL_PHP72
=
16
PATCHLEVEL_PHP72
=
0
FULLVERSION_PHP72
=
$(MAJOR_PHP72)
.
$(MINOR_PHP72)
.
$(PATCHLEVEL_PHP72)
SHORTVERSION_PHP72
=
$(MAJOR_PHP72)
.
$(MINOR_PHP72)
NAME_PHP73
=
typo3gmbh/php73
MAJOR_PHP73
=
3
MAJOR_PHP73
=
4
MINOR_PHP73
=
0
PATCHLEVEL_PHP73
=
12
PATCHLEVEL_PHP73
=
0
FULLVERSION_PHP73
=
$(MAJOR_PHP73)
.
$(MINOR_PHP73)
.
$(PATCHLEVEL_PHP73)
SHORTVERSION_PHP73
=
$(MAJOR_PHP73)
.
$(MINOR_PHP73)
NAME_PHP74
=
typo3gmbh/php74
MAJOR_PHP74
=
3
MAJOR_PHP74
=
4
MINOR_PHP74
=
0
PATCHLEVEL_PHP74
=
3
PATCHLEVEL_PHP74
=
0
FULLVERSION_PHP74
=
$(MAJOR_PHP74)
.
$(MINOR_PHP74)
.
$(PATCHLEVEL_PHP74)
SHORTVERSION_PHP74
=
$(MAJOR_PHP74)
.
$(MINOR_PHP74)
...
...
@@ -81,7 +81,7 @@ SHORTVERSION_PHP80=$(MAJOR_PHP80).$(MINOR_PHP80)
NAME_JS
=
typo3gmbh/js
MAJOR_JS
=
2
MINOR_JS
=
0
PATCHLEVEL_JS
=
2
PATCHLEVEL_JS
=
3
FULLVERSION_JS
=
$(MAJOR_JS)
.
$(MINOR_JS)
.
$(PATCHLEVEL_JS)
SHORTVERSION_JS
=
$(MAJOR_JS)
.
$(MINOR_JS)
...
...
js/Dockerfile
View file @
b2c7cf67
FROM
node:12
MAINTAINER
TYPO3 GmbH <info@typo3.com>
# Updated on 30.10.2020
ADD
. /pd_build
...
...
php72/Dockerfile
View file @
b2c7cf67
FROM
ghcr.io/typo3gmbh/baseimage:3.0.1
6
FROM
ghcr.io/typo3gmbh/baseimage:3.0.1
7
MAINTAINER
TYPO3 GmbH <info@typo3.com>
ADD
. /pd_build
...
...
php72/php.sh
View file @
b2c7cf67
...
...
@@ -88,5 +88,5 @@ php -i | \
grep
-v
'^$'
>
/etc/php/cli-no-xdebug/php.ini
# Install composer
curl
-sSL
https://getcomposer.org/download/
1.9.1
/composer.phar
-o
/usr/bin/composer
curl
-sSL
https://getcomposer.org/download/
2.0.3
/composer.phar
-o
/usr/bin/composer
chmod
+x /usr/bin/composer
php73/Dockerfile
View file @
b2c7cf67
FROM
ghcr.io/typo3gmbh/baseimage:3.0.1
6
FROM
ghcr.io/typo3gmbh/baseimage:3.0.1
7
MAINTAINER
TYPO3 GmbH <info@typo3.com>
ADD
. /pd_build
...
...
php73/php.sh
View file @
b2c7cf67
...
...
@@ -88,5 +88,5 @@ php -i | \
grep
-v
'^$'
>
/etc/php/cli-no-xdebug/php.ini
# Install composer
curl
-sSL
https://getcomposer.org/download/
1.9.1
/composer.phar
-o
/usr/bin/composer
curl
-sSL
https://getcomposer.org/download/
2.0.3
/composer.phar
-o
/usr/bin/composer
chmod
+x /usr/bin/composer
php74/Dockerfile
View file @
b2c7cf67
FROM
ghcr.io/typo3gmbh/baseimage:3.0.1
6
FROM
ghcr.io/typo3gmbh/baseimage:3.0.1
7
MAINTAINER
TYPO3 GmbH <info@typo3.com>
ADD
. /pd_build
...
...
php74/php.sh
View file @
b2c7cf67
...
...
@@ -88,5 +88,5 @@ php -i | \
grep
-v
'^$'
>
/etc/php/cli-no-xdebug/php.ini
# Install composer
curl
-sSL
https://getcomposer.org/download/
1.9.1
/composer.phar
-o
/usr/bin/composer
curl
-sSL
https://getcomposer.org/download/
2.0.3
/composer.phar
-o
/usr/bin/composer
chmod
+x /usr/bin/composer
php80/Dockerfile
View file @
b2c7cf67
FROM
php:8.0.0RC
2
-alpine
FROM
php:8.0.0RC
3
-alpine
MAINTAINER
TYPO3 GmbH <info@typo3.com>
RUN
apk add
--no-cache
\
...
...
@@ -99,4 +99,4 @@ mkdir -p /etc/php/cli-no-xdebug/ && \
grep -v '^$' > /etc/php/cli-no-xdebug/php.ini && \
rm -Rf /usr/src/* && \
# Install composer latest
curl -sSL https://getcomposer.org/download/2.0.
2
/composer.phar -o /usr/bin/composer && chmod +x /usr/bin/composer
curl -sSL https://getcomposer.org/download/2.0.
3
/composer.phar -o /usr/bin/composer && chmod +x /usr/bin/composer
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment