Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
The container is now built directly from the root directory.
Even the simplest composition was moved to demo/plain.
1 contributor

Users who have contributed to this file

executable file 7 lines (6 sloc) 309 Bytes
#!/bin/bash
printenv | sed 's/^\(.*\)$/\1/g' | grep -E "^MP_VERSION" > /opt/tier/env.bash
printenv | sed 's/^\(.*\)$/\1/g' | grep -E "^TIER_RELEASE" >> /opt/tier/env.bash
printenv | sed 's/^\(.*\)$/\1/g' | grep -E "^TIER_MAINTAINER" >> /opt/tier/env.bash
echo "/opt/tier/env.bash is:"
cat /opt/tier/env.bash