https://github.com/ximaz/epitech-coding-style-aarch64
EPITECH Coding Style Docker image, including both banana (C, Header files, Makefiles) AND lambdananas (Haskell) for the ARM 64 architecture. Also supported by Apple Silicons M1, M2 and M3 chipsets.
https://github.com/ximaz/epitech-coding-style-aarch64
clean-code codingstyle epitech epitech-norme epitech-project epitech-study epitech-survival-kit
Last synced: about 2 months ago
JSON representation
EPITECH Coding Style Docker image, including both banana (C, Header files, Makefiles) AND lambdananas (Haskell) for the ARM 64 architecture. Also supported by Apple Silicons M1, M2 and M3 chipsets.
- Host: GitHub
- URL: https://github.com/ximaz/epitech-coding-style-aarch64
- Owner: Ximaz
- Created: 2024-04-18T13:48:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T20:30:00.000Z (about 1 year ago)
- Last Synced: 2025-02-05T22:20:00.973Z (3 months ago)
- Topics: clean-code, codingstyle, epitech, epitech-norme, epitech-project, epitech-study, epitech-survival-kit
- Language: Dockerfile
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Epitech Coding Style
#### Requirements
____You need to install `docker` and `git`, to build correctly epitech coding style
imageIf you have not setup an SSH private/public key on your GitHub profile, you may
want to change the URL inside `build.sh` which points to the banana vera
repository URL as it's a private EPITECH repository. Switch the following
line :```bash
BANANA_VERA_REPOSITORY="[email protected]:Epitech/banana-coding-style-checker"
```to this one :
```bash
BANANA_VERA_REPOSITORY="https://github.com/Epitech/banana-coding-style-checker"
```#### Epitech Coding Style
____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
**`epitech-coding-style`**
``` bash
docker push epitechcontent/epitech-coding-style:latest
```Where `latest` is the tag of image you want to push, e.g. : latest, devel, coverage