Setting Environment Variables in S2I

1.2k Views Asked by At

Currently I am attempting to set an environment variable from my S2I assemble file like so

export VARIABLE=some_dynamic_value

When I actually run the container built by my builder, the environment variable does not exist. Is there a way for the builder to set environment variables dynamically?

1

There are 1 best solutions below

1
On