# yaml-language-server: $schema=https://raw.githubusercontent.com/mcmah309/containeryard/master/src/schemas/yard-schema.json # hooks: # build: # pre: echo pre build hook # post: echo post build hook inputs: # modules: # finalizer: local_modules/finalizer remotes: - url: https://github.com/mcmah309/yard_module_repository commit: 992eac4ffc0a65d7e8cd30597d93920901fbd1cd modules: base: bases/ubuntu/base git_config: independent/git_config bash_flavor: apt/bash_interactive/flavors/mcmah309 outputs: Containerfile: - base: version: $UBUNTU_VERSION - RUN apt install -y git - git_config: user_name: $(git config --get user.name) email: $(git config --get user.email) - bash_flavor: - ENTRYPOINT ["/bin/bash"]