https://github.com/ximaz/epitest-docker-aarch64
EPITECH Epitest Docker image supported by ARM 64 architectures and Apple Sillicons M1, M2 and M3 chipsets
https://github.com/ximaz/epitest-docker-aarch64
epitech epitech-project epitech-study epitech-survival-kit
Last synced: about 2 months ago
JSON representation
EPITECH Epitest Docker image supported by ARM 64 architectures and Apple Sillicons M1, M2 and M3 chipsets
- Host: GitHub
- URL: https://github.com/ximaz/epitest-docker-aarch64
- Owner: Ximaz
- Created: 2024-04-18T13:46:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T21:52:07.000Z (about 1 year ago)
- Last Synced: 2025-02-05T22:20:01.564Z (3 months ago)
- Topics: epitech, epitech-project, epitech-study, epitech-survival-kit
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## Epitest Docker
#### Requirements
____You need to install `docker`, to build correctly epitest-docker image
#### Epitest-Docker
____Just specify the tag you want to apply to the image on the build.sh :
``` bash
build.sh --tag latest
```You can add an option to clean the cache before building the image :
``` bash
build.sh --tag latest -n
```#### Deployment
____##### Login into dockerhub
``` bash
docker login -u username
```You'll be prompted for your password
##### Push docker image
**`epitest-docker`**
``` bash
docker push epitechcontent/epitest-docker:latest
```Where `latest` is the tag of image you want to push, e.g. : latest, devel, coverage