https://github.com/edouard-lopez/explore-container-testing
playing with container-structure-test
https://github.com/edouard-lopez/explore-container-testing
containers testing
Last synced: 6 months ago
JSON representation
playing with container-structure-test
- Host: GitHub
- URL: https://github.com/edouard-lopez/explore-container-testing
- Owner: edouard-lopez
- License: mit
- Created: 2021-10-14T14:25:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-19T12:38:59.000Z (over 4 years ago)
- Last Synced: 2025-02-09T11:43:42.580Z (over 1 year ago)
- Topics: containers, testing
- Language: Dockerfile
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# explore-container-testing
> playing with [container-structure-test](https://github.com/GoogleContainerTools/container-structure-test/).
## Usage
Build the container (once)
make build
Run the test suite
make test
Enter the container for manual play
make run-docker
## Credit
* In collaboration with [Juan Jose Garcia Torres](https://github.com/JJGT) during a [ManoMano](https://jobs.lever.co/manomano) Qrafternoon.
* Dockerfile come from [`pure` prompt](https://github.com/pure-fish/pure/) for [Fish shell](https://fishshell.com/) project.