Containerfile and Dockerfile are interchangeable for the most part.
OCI prefers the generic term Containerfile.
To set an environment variable.
ENV EXAMPLE=/opt/example ENV APP_PROFILE=dev