Skip to content

A collection of tasks for building container images.

License

Notifications You must be signed in to change notification settings

MLNW/container-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License

Container Tasks

A collection of generalized tasks for building container images.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License

About The Project

The idea of this project is to provide generalized tasks for building container images, e.g., for shared development environments. The tasks are defined in podman.tasks.yml.

An example of how to use these tasks to build, test, and debug container images is available in Taskfile.yml. It includes and parameterizes the general tasks to build a personal development environment defined in the images/dev/ directory.

(back to top)

Built With

Task Podman

(back to top)

Getting Started

You may use this repository to build my personal development environment defined in the imges/dev/ directory. You may also use the tasks defined in podman.tasks.yml to build your own container images. For this purpose include the tasks as a remote taskfile.

Prerequisites

You will need to have these tools installed on your system:

Building

Review available tasks via task --list. Build the example development environment via task image:dev:build. Create a WSL ready distribution of the development environment via task image:dev:wsl.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

About

A collection of tasks for building container images.

Topics

Resources

License

Stars

Watchers

Forks