Skip to content

Commit

Permalink
調整順序
Browse files Browse the repository at this point in the history
  • Loading branch information
bestlong committed Sep 28, 2023
1 parent 1a6fb9c commit 7932a61
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,41 +5,41 @@ build-nc: build-php-nc
publish: publish-php

build-php:
docker build -f ./Dockerfile --build-arg PHP_TAG_VERSION=5.6 -t letsdockerize/php:5.6 .
docker build -f ./Dockerfile --build-arg PHP_TAG_VERSION=7.0 -t letsdockerize/php:7.0 .
docker build -f ./Dockerfile --build-arg PHP_TAG_VERSION=7.1 -t letsdockerize/php:7.1 .
docker build -f ./Dockerfile --build-arg PHP_TAG_VERSION=7.2 -t letsdockerize/php:7.2 .
docker build -f ./Dockerfile --build-arg PHP_TAG_VERSION=7.3 -t letsdockerize/php:7.3 .
docker build -f ./Dockerfile --build-arg PHP_TAG_VERSION=7.4 -t letsdockerize/php:7.4 .
docker build -f ./Dockerfile --build-arg PHP_TAG_VERSION=8.0 -t letsdockerize/php:8.0 .
docker build -f ./Dockerfile --build-arg PHP_TAG_VERSION=8.1 -t letsdockerize/php:8.1 .
docker build -f ./Dockerfile --build-arg PHP_TAG_VERSION=8.0 -t letsdockerize/php:8.0 .
docker build -f ./Dockerfile --build-arg PHP_TAG_VERSION=7.4 -t letsdockerize/php:7.4 .
docker build -f ./Dockerfile --build-arg PHP_TAG_VERSION=7.3 -t letsdockerize/php:7.3 .
docker build -f ./Dockerfile --build-arg PHP_TAG_VERSION=7.2 -t letsdockerize/php:7.2 .
docker build -f ./Dockerfile --build-arg PHP_TAG_VERSION=7.1 -t letsdockerize/php:7.1 .
docker build -f ./Dockerfile --build-arg PHP_TAG_VERSION=7.0 -t letsdockerize/php:7.0 .
docker build -f ./Dockerfile --build-arg PHP_TAG_VERSION=5.6 -t letsdockerize/php:5.6 .

build-php-nc:
docker build --no-cache -f ./Dockerfile --build-arg PHP_TAG_VERSION=5.6 -t letsdockerize/php:5.6 .
docker build --no-cache -f ./Dockerfile --build-arg PHP_TAG_VERSION=7.0 -t letsdockerize/php:7.0 .
docker build --no-cache -f ./Dockerfile --build-arg PHP_TAG_VERSION=7.1 -t letsdockerize/php:7.1 .
docker build --no-cache -f ./Dockerfile --build-arg PHP_TAG_VERSION=7.2 -t letsdockerize/php:7.2 .
docker build --no-cache -f ./Dockerfile --build-arg PHP_TAG_VERSION=7.3 -t letsdockerize/php:7.3 .
docker build --no-cache -f ./Dockerfile --build-arg PHP_TAG_VERSION=7.4 -t letsdockerize/php:7.4 .
docker build --no-cache -f ./Dockerfile --build-arg PHP_TAG_VERSION=8.0 -t letsdockerize/php:8.0 .
docker build --no-cache -f ./Dockerfile --build-arg PHP_TAG_VERSION=8.1 -t letsdockerize/php:8.1 .
docker build --no-cache -f ./Dockerfile --build-arg PHP_TAG_VERSION=8.0 -t letsdockerize/php:8.0 .
docker build --no-cache -f ./Dockerfile --build-arg PHP_TAG_VERSION=7.4 -t letsdockerize/php:7.4 .
docker build --no-cache -f ./Dockerfile --build-arg PHP_TAG_VERSION=7.3 -t letsdockerize/php:7.3 .
docker build --no-cache -f ./Dockerfile --build-arg PHP_TAG_VERSION=7.2 -t letsdockerize/php:7.2 .
docker build --no-cache -f ./Dockerfile --build-arg PHP_TAG_VERSION=7.1 -t letsdockerize/php:7.1 .
docker build --no-cache -f ./Dockerfile --build-arg PHP_TAG_VERSION=7.0 -t letsdockerize/php:7.0 .
docker build --no-cache -f ./Dockerfile --build-arg PHP_TAG_VERSION=5.6 -t letsdockerize/php:5.6 .

publish-php:
docker push letsdockerize/php:5.6
docker push letsdockerize/php:7.0
docker push letsdockerize/php:7.1
docker push letsdockerize/php:7.2
docker push letsdockerize/php:7.3
docker push letsdockerize/php:7.4
docker push letsdockerize/php:8.0
docker push letsdockerize/php:8.1
docker push letsdockerize/php:8.0
docker push letsdockerize/php:7.4
docker push letsdockerize/php:7.3
docker push letsdockerize/php:7.2
docker push letsdockerize/php:7.1
docker push letsdockerize/php:7.0
docker push letsdockerize/php:5.6

dev:
docker build -f ./Dockerfile-dev --build-arg PHP_TAG_VERSION=5.6 -t letsdockerize/php:5.6 .
docker build -f ./Dockerfile-dev --build-arg PHP_TAG_VERSION=7.0 -t letsdockerize/php:7.0 .
docker build -f ./Dockerfile-dev --build-arg PHP_TAG_VERSION=7.1 -t letsdockerize/php:7.1 .
docker build -f ./Dockerfile-dev --build-arg PHP_TAG_VERSION=7.2 -t letsdockerize/php:7.2 .
docker build -f ./Dockerfile-dev --build-arg PHP_TAG_VERSION=7.3 -t letsdockerize/php:7.3 .
docker build -f ./Dockerfile-dev --build-arg PHP_TAG_VERSION=7.4 -t letsdockerize/php:7.4 .
docker build -f ./Dockerfile-dev --build-arg PHP_TAG_VERSION=8.0 -t letsdockerize/php:8.0 .
docker build -f ./Dockerfile-dev --build-arg PHP_TAG_VERSION=8.1 -t letsdockerize/php:8.1 .
docker build -f ./Dockerfile-dev --build-arg PHP_TAG_VERSION=8.0 -t letsdockerize/php:8.0 .
docker build -f ./Dockerfile-dev --build-arg PHP_TAG_VERSION=7.0 -t letsdockerize/php:7.4 .
docker build -f ./Dockerfile-dev --build-arg PHP_TAG_VERSION=7.1 -t letsdockerize/php:7.3 .
docker build -f ./Dockerfile-dev --build-arg PHP_TAG_VERSION=7.2 -t letsdockerize/php:7.2 .
docker build -f ./Dockerfile-dev --build-arg PHP_TAG_VERSION=7.3 -t letsdockerize/php:7.1 .
docker build -f ./Dockerfile-dev --build-arg PHP_TAG_VERSION=7.4 -t letsdockerize/php:7.0 .
docker build -f ./Dockerfile-dev --build-arg PHP_TAG_VERSION=5.6 -t letsdockerize/php:5.6 .

0 comments on commit 7932a61

Please sign in to comment.