Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switched to ARG variables #504

Open
wants to merge 2 commits into
base: al-ops-stable
Choose a base branch
from

Conversation

maritechpro
Copy link

Description

  • Ticket/Issue:

Related resources

Change log

Checklist

  • I agree with the Code Contribution License Agreement in CONTRIBUTING.md

@maritechpro maritechpro changed the base branch from master to al-ops-stable July 25, 2024 14:15

FROM spryker/php:${SPRYKER_PHP_VERSION}
FROM ${SPRYKER_PHP_IMAGE}
Copy link
Contributor

@zeetabit zeetabit Jul 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need to add --build-arg="SPRYKER_PHP_IMAGE=${SPRYKER_PHP_IMAGE:-spryker/php:73}" into bootstap step.
Check for Building generator...
in bin/command/install/bootstrap.sh
and in bin/command/install/config.sh.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants