Enhancement Type
Improve an existing feature
Describe the enhancement
I'd like a mechanism where the container is configured based on the content of the packwiz/generic pack.
For example, an .env file present in the generic pack could be used to set up environment variables, including the server TYPE etc. or, for packwiz packs, the values in the pack.toml could be used to select the server type/versioning.
This would mean when we ship our packs as artifacts, they don't depend on the outer configuration where a version bump would normally mean a breaking change for the pack consumer.
Enhancement Type
Improve an existing feature
Describe the enhancement
I'd like a mechanism where the container is configured based on the content of the packwiz/generic pack.
For example, an
.envfile present in the generic pack could be used to set up environment variables, including the serverTYPEetc. or, for packwiz packs, the values in thepack.tomlcould be used to select the server type/versioning.This would mean when we ship our packs as artifacts, they don't depend on the outer configuration where a version bump would normally mean a breaking change for the pack consumer.