Skip to content

dusty-82/gitlab-arm64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fai una copia locale del repo

$ git clone https://github.com/dusty-82/gitlab-arm64

Entra nella directory

$ cd gitlab-arm64

Exporta la versione di gitlab che vuoi costruire

$ export RELEASE_VERSION=17.5.1

Esegui la build dell'immagine

$ docker build . -t gitlab-arm64:$RELEASE_VERSION-ce --build-arg RELEASE_PACKAGE=gitlab-ce --build-arg RELEASE_VERSION=$RELEASE_VERSION-ce

Loggati al repository DockerHub

$ docker login -u username docker.io

Cambia tag all'immagine creata

$ docker tag gitlab-arm64:$RELEASE_VERSION-ce dusty82/gitlab-arm64:$RELEASE_VERSION-ce

Invia l'immagine su DockerHub

$ docker push dusty82/gitlab-arm64:$RELEASE_VERSION-ce

Modifica la versione dell'imagine nel file manifest e applicalo

$ kubectl apply -f gitlab.yaml

Reset Password Gitlab

$ kubectl -n gitlab exec -ti pods/gitlab-58c4b99949-x8gzv -- bash $ gitlab-rake "gitlab:password:reset[root]"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published