Based on @kristofdho's suggestion we should add an API method that allows users to define system-property key-value pairs that are automatically available at image runtime. This already exists internally as ImageSingletons.lookup(SystemPropertiesSupport.class).initializeProperty("property.name", "value") and should be made available though public API.