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

Update the version of the docker image to v4. #331

Open
georgeiliadis91 opened this issue Mar 7, 2022 · 3 comments · May be fixed by #332
Open

Update the version of the docker image to v4. #331

georgeiliadis91 opened this issue Mar 7, 2022 · 3 comments · May be fixed by #332

Comments

@georgeiliadis91
Copy link

When creating the docker containers with the documentation currently it installs a container with

"strapi": "3.6.8",
"strapi-admin": "3.6.8",
"strapi-utils": "3.6.8",

The current version is 4.x

@dfang
Copy link

dfang commented Mar 9, 2022

why not build images by tags?

@razinj
Copy link

razinj commented Mar 15, 2022

I'm facing the same issue -- no official Docker image for Strapi 4, for that I created my own image until there is an official Docker solution, if you are interested you can check my guide here.

@BenjaminPrice BenjaminPrice linked a pull request Mar 17, 2022 that will close this issue
@bcdevlucas
Copy link

If anyone is looking for an updated project I've created one here:
https://github.com/bluecollardev/strapi-launcher

  • Supports Strapi v4 as well as older versions of Strapi (3x, 2x).
  • Specify Strapi versions and Node.js versions when building images.
  • Updated to use ES modules. As such this library requires Node.js >= 12.
  • Uses commander instead of argv for CLI.

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

Successfully merging a pull request may close this issue.

4 participants