Skip to content

LocalStack Pro will require localstack/localstack-pro docker image #7854

@thrau

Description

@thrau

Hi everyone!

In the upcoming weeks, we will merge a release candidate of our upcoming major release, LocalStack v2, into our master branch, which will come into effect into the latest Docker image end of next week (tentative date: March 23, 2023).

From that day, it will no longer be possible to start LocalStack Pro with a LOCALSTACK_API_KEY using the localstack/localstack Docker image. Pro users should migrate to the localstack/localstack-pro image.

Depending on how you start LocalStack, here’s what you need to look out for:

  • Docker Compose: Change the image property of your service container from localstack/localstack to localstack/localstack-pro.
  • Docker command: Similar to when using Docker Compose, you simply need to specify localstack/localstack-pro as the image you want to start.
  • LocalStack CLI: simply upgrade LocalStack to the latest version using pip install --upgrade localstack. The localstack CLI already uses the correct image when you have an API key set in your environment

You can find a more detailed explanation on our discourse page in the upcoming hours. We will also release a detailed list of changes and migration instructions for v2 in the upcoming days.

Stay tuned! ✌️

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions