https://github.com/vulpemventures/docker-elements
Dockerfile of the public image vulpemventures/liquid
https://github.com/vulpemventures/docker-elements
Last synced: 12 months ago
JSON representation
Dockerfile of the public image vulpemventures/liquid
- Host: GitHub
- URL: https://github.com/vulpemventures/docker-elements
- Owner: vulpemventures
- License: mit
- Created: 2019-04-04T12:19:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-05T22:48:19.000Z (about 1 year ago)
- Last Synced: 2025-06-29T04:14:21.626Z (12 months ago)
- Language: Dockerfile
- Size: 49.8 KB
- Stars: 2
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker liquid
Dockerfile of the public image [ghcr.io/vulpemventures/elements:latest](https://github.com/orgs/vulpemventures/packages/container/package/elements)
Pull the image:
```bash
$ docker pull ghcr.io/vulpemventures/elements:latest
```
Run the image:
```bash
$ docker run -v path/to/liquid.conf:/home/elements/.elements -d ghcr.io/vulpemventures/elements:latest
```
## Release
To tag a new image with a new version:
1) Create a new folder with `VERSION` as directory name and changing the ARG `VERSION`
2) Modify the GH Action in `.github/workflows/docker-publish.yml`
3) Push in master