Skip to content

Impossible to pack cartridge app in docker #953

Open
@hackallcode

Description

@hackallcode

I ran the following commands:

tt create cartridge --name tnt_app
cd tnt_app
tt init
tt pack tgz --use-docker --tarantool-version "2.11.2"

As the result, I got the error:

  • Using tarantool version 2.11.2 for packing
   • Apps to pack: tarantool
   • Generating new tt.yaml for the new package
   • Building docker image 'ubuntu:tt_pack'.
   • Docker image is built.
   ⨯ tt.yaml not found, you need to create tt environment config with 'tt init' or provide exact config location with --cfg option
   ⨯ container exit code is 1

I also tried using the --cartridge-compat flag, but it had no effect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    2spbugSomething isn't workingteamE

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions