Draft: Expose meta information, release at runtime
Example usage of this within the GitLab specs would be:
# pseudo
it 'does something' do
expect(Runtime::Env.release).to be hash_including(:name, :image, :tag)
end
/cc @rspeicher
Edited by James Nutt