Skip to content

Commit 4a5935d

Browse files
committed
move code to 7.2 folder.
1 parent 0699d87 commit 4a5935d

File tree

11 files changed

+15
-14
lines changed

11 files changed

+15
-14
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

7.2/build-images.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env bash
2+
3+
set -x
4+
set -e
5+
6+
(cd 7.2/base && docker build --rm --pull -t formapro/nginx-php-fpm:7.2-latest .)
7+
(cd 7.2/php-all-exts && docker build --rm -t formapro/nginx-php-fpm:7.2-latest-all-exts .)
File renamed without changes.

7.2/push-images.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env bash
2+
3+
set -x
4+
set -e
5+
6+
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
7+
docker push formapro/nginx-php-fpm:7.2-latest
8+
docker push formapro/nginx-php-fpm:7.2-latest-all-exts

build-images.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

push-images.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)