/docker_base_images

Vlad's Base Images for Docker

Primary LanguageShellOtherNOASSERTION

Vlad's Docker Base Images

Description

You can find published versions of these images on Docker Hub:

Development

List images

bundle exec rake docker:list

Lint images

bundle exec rake docker:lint
bundle exec rake docker:{IMAGE}:lint

Test images

bundle exec rake docker:spec
bundle exec rake docker:{IMAGE}:spec

Build images

bundle exec rake docker:build
bundle exec rake docker:{IMAGE}:build

Push images

bundle exec rake docker:push
bundle exec rake docker:{IMAGE}:push

Contribute

See CONTRIBUTING.md file.

License

Licensed under the Apache License, Version 2.0. See LICENSE file.