This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Torrion
/
arbitry
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
test 59
master
komarov
4 years ago
parent
ff2de1f8da
commit
c56013ccc6
3 changed files
with
5 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-5
.drone.yml
+1
-1
docker/php-fpm/Dockerfile
+1
-1
docker/php/Dockerfile
+ 3
- 5
.drone.yml
View File
@@ -39,9 +39,7 @@ steps:
dry_run: true
insecure: true
build_args:
PHP_VERSION: 7.4.4
commands:
- ls -la
- PHP_VERSION=7.4.4
depends_on:
- clone
trigger:
@@ -57,8 +55,8 @@ steps:
dry_run: true
insecure: true
build_args:
BUILD_IMAGE:
docker-registry:5000/arbitry_php_base
PHP_VERSION:
7.4.4
- BUILD_IMAGE=
docker-registry:5000/arbitry_php_base
- PHP_VERSION=
7.4.4
depends_on:
- build_php_base
trigger:
+ 1
- 1
docker/php-fpm/Dockerfile
View File
@@ -1,4 +1,4 @@
ARG PHP_VERSION
=7.4.4
ARG PHP_VERSION
ARG BUILD_IMAGE
FROM php:$PHP_VERSION-fpm-alpine
+ 1
- 1
docker/php/Dockerfile
View File
@@ -1,4 +1,4 @@
ARG PHP_VERSION
=7.4.4
ARG PHP_VERSION
FROM php:$PHP_VERSION-alpine
RUN echo "date.timezone = UTC" > /usr/local/etc/php/conf.d/etc.ini
Write
Preview
Loading…
Cancel
Save