Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/articulate/docker-articulate-node-images
Image-crushing base docker image, to make local builds of `images` faster
https://github.com/articulate/docker-articulate-node-images
docker docker-image team-devex-sre
Last synced: 21 days ago
JSON representation
Image-crushing base docker image, to make local builds of `images` faster
- Host: GitHub
- URL: https://github.com/articulate/docker-articulate-node-images
- Owner: articulate
- License: mit
- Created: 2017-07-19T18:10:17.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T22:51:48.000Z (25 days ago)
- Last Synced: 2025-01-21T23:29:57.968Z (25 days ago)
- Topics: docker, docker-image, team-devex-sre
- Language: Dockerfile
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 62
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# docker-articulate-node-images
Image-crushing base docker image, to make local builds of [`images`](https://github.com/articulate/images)
faster.## To test locally
1. Run `make` to build a `local/articulate-node-images` image locally
2. Change the first line of your `images/Dockerfile` to be:```dockerfile
FROM local/articulate-node-images:
```3. Then in `images`, run:
```shell
docker-compose build --no-cache && docker-compose up -d
```Now you can test your changes by hitting `https://images.dev.articulate.zone`.
After making more changes, just repeat steps 1-3 above to rebuild and test.