https://github.com/meteor/circleci
https://github.com/meteor/circleci
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/meteor/circleci
- Owner: meteor
- Created: 2018-01-10T01:14:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T09:42:24.000Z (9 months ago)
- Last Synced: 2025-01-30T06:24:42.935Z (4 months ago)
- Language: Dockerfile
- Size: 25.4 KB
- Stars: 2
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meteor CircleCI Base Image
## Building Docker image for NodeJS version 14
```bash
docker build -t meteor/circleci .
```
## Building Docker image for NodeJS version 18
```bash
docker build -f DockerfileNode20 -t meteor/circleci:android-30-node-20 .
```
> latest image created: circleci:2023.12.1-android-34-node-20## Publishing `latest` Docker tag
```bash
docker push meteor/circleci
```
## Publishing specific Docker tag
```bash
docker tag meteor/circleci:
docker push meteor/circleci:
```