Pinned Loading
-
-
install_mac.sh
install_mac.sh 1#!/bin/bash
23# author : Saliha
4# date: 2022-01-14
5# version: 1.0
-
Clean_Pipelines - GitLab
Clean_Pipelines - GitLab 1## Create a [Personal Access Tokens](https://git.XXX.com/-/profile/personal_access_tokens) (scope `api`, `read_repository` and `write_repository`)
2## Setup your .env (run `cp .env.sample .env` and update `.env` content with your favorite editor)
3## Run `./clean_old_pipelines.sh` (run `chmod ug+x *.sh` if needed)
45TOKEN="xxxxxxxxxxxxxxxxxxxx" # Personal Access Tokens (Select scopes: api, read_repository, write_repository)
-
installDocker
installDocker 1#!/bin/bash
23install_ubuntu() {
4## Remove any pre installed docker packages :
5sudo service docker stop
-
Docker container security Policy
Docker container security Policy 1FROM python:3.9.1-alpine AS compile-image. [ 0-Multi Stage ]
23LABEL description="No root user, COPY what is needed, no latest, only root users can write, multistage build"
45RUN python -m venv /opt/venv
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.