https://github.com/pgrimaud/docker-images
My personal Docker public images
https://github.com/pgrimaud/docker-images
Last synced: 4 months ago
JSON representation
My personal Docker public images
- Host: GitHub
- URL: https://github.com/pgrimaud/docker-images
- Owner: pgrimaud
- License: mit
- Created: 2020-07-06T10:50:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T10:29:04.000Z (almost 4 years ago)
- Last Synced: 2025-01-06T09:11:34.781Z (5 months ago)
- Language: Makefile
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Images
This repository contains my Docker public images available on the GitHub public container registry.
## Images
- Shopify's [theme kit](https://github.com/Shopify/themekit) binary in a Docker image
- Shopify's [theme check](https://github.com/Shopify/theme-check) binary in a Docker image
- More to come...## Build
**To build an image, just run the command `make`. You'll see the available images to build.**
e.g. to build and publish **Theme Kit** image, just run :
```make themekit-image```.## LICENSE
MIT License