Skip to content

Commit

Permalink
removed SPRYKER_PHP_IMAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
maritechpro committed Sep 6, 2024
1 parent 860f899 commit b3ab42d
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 9 deletions.
1 change: 0 additions & 1 deletion bin/command/install/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ function Command::bootstrap() {
-f "${SOURCE_DIR}/generator/Dockerfile" \
--progress="${PROGRESS_TYPE:-auto}" \
--build-arg="USER_UID=${USER_FULL_ID%%:*}" \
--build-arg="SPRYKER_PHP_IMAGE=${SPRYKER_PHP_IMAGE}" \
-q \
"${SOURCE_DIR}/generator" >/dev/null
Console::end "[DONE]"
Expand Down
1 change: 0 additions & 1 deletion bin/command/install/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ function Command::config() {
-f "${SOURCE_DIR}/generator/deploy-file-generator/Dockerfile" \
--progress="${PROGRESS_TYPE:-auto}" \
--build-arg="USER_UID=${USER_FULL_ID%%:*}" \
--build-arg="SPRYKER_PHP_IMAGE=${SPRYKER_PHP_IMAGE}" \
-q \
"${SOURCE_DIR}/generator" >/dev/null

Expand Down
1 change: 0 additions & 1 deletion bin/sdk/assets/baked.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ function Assets::build() {
-f "${DEPLOYMENT_PATH}/images/baked/assets/Dockerfile" \
--progress="${PROGRESS_TYPE}" \
--build-arg "SPRYKER_PARENT_IMAGE=${cliImage}" \
--build-arg "SPRYKER_PHP_IMAGE=${SPRYKER_PHP_IMAGE:-spryker/php:8.2}" \
--build-arg "SPRYKER_ASSETS_MODE=${mode}" \
--build-arg "SPRYKER_PIPELINE=${SPRYKER_PIPELINE}" \
--build-arg "SPRYKER_BUILD_HASH=${SPRYKER_BUILD_HASH:-"current"}" \
Expand Down
2 changes: 0 additions & 2 deletions bin/sdk/images/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ function Images::_buildApp() {
-f "${DEPLOYMENT_PATH}/images/common/application/Dockerfile" \
--progress="${PROGRESS_TYPE}" \
--build-arg "SPRYKER_PLATFORM_IMAGE=${SPRYKER_PLATFORM_IMAGE}" \
--build-arg "SPRYKER_PHP_IMAGE=${SPRYKER_PHP_IMAGE:-spryker/php:8.2}" \
--build-arg "SPRYKER_LOG_DIRECTORY=${SPRYKER_LOG_DIRECTORY}" \
--build-arg "SPRYKER_PIPELINE=${SPRYKER_PIPELINE}" \
--build-arg "APPLICATION_ENV=${APPLICATION_ENV}" \
Expand All @@ -74,7 +73,6 @@ function Images::_buildApp() {
--secret "id=secrets-env,src=$SECRETS_FILE_PATH" \
--progress="${PROGRESS_TYPE}" \
--build-arg "SPRYKER_PARENT_IMAGE=${baseAppImage}" \
--build-arg "SPRYKER_PHP_IMAGE=${SPRYKER_PHP_IMAGE:-spryker/php:8.2}" \
--build-arg "SPRYKER_DOCKER_PREFIX=${SPRYKER_DOCKER_PREFIX}" \
--build-arg "SPRYKER_DOCKER_TAG=${SPRYKER_DOCKER_TAG}" \
--build-arg "USER_UID=${USER_FULL_ID%%:*}" \
Expand Down
3 changes: 1 addition & 2 deletions generator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# syntax = docker/dockerfile:experimental
ARG SPRYKER_PHP_VERSION=8.2
ARG SPRYKER_PHP_IMAGE=spryker/php:${SPRYKER_PHP_VERSION}
ARG SPRYKER_PHP_IMAGE=spryker/php:8.2

FROM ${SPRYKER_PHP_IMAGE}

Expand Down
3 changes: 1 addition & 2 deletions generator/deploy-file-generator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# syntax = docker/dockerfile:experimental
ARG SPRYKER_PHP_VERSION=8.2
ARG SPRYKER_PHP_IMAGE=spryker/php:${SPRYKER_PHP_VERSION}
ARG SPRYKER_PHP_IMAGE=spryker/php:8.2

FROM ${SPRYKER_PHP_IMAGE}

Expand Down

0 comments on commit b3ab42d

Please sign in to comment.