User Tools

Site Tools


gitlab

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
gitlab [2025/09/11 09:42] – created baumigitlab [2025/09/11 09:44] (current) baumi
Line 1: Line 1:
 ====== Gitlab ====== ====== Gitlab ======
  
-===== Multiplattform Build =====+===== Check Background Migrations from CLI ===== 
 +<code> 
 +gitlab-psql -c "SELECT job_class_name, table_name, column_name, job_arguments FROM batched_background_migrations WHERE status NOT IN(3, 6);" 
 +</code> 
 + 
 +===== Garbage Collection Container Registry ===== 
 +<code> 
 +gitlab-ctl registry-garbage-collect -m 
 +</code> 
 + 
 + 
 + 
 +===== CI/CD Multiplattform Build =====
 ==== Enable Binary Formats ==== ==== Enable Binary Formats ====
 <code bash> <code bash>
Line 26: Line 38:
 </code> </code>
  
-===== Switch to buildx in .gitlab-ci.yml =====+==== Switch to buildx in .gitlab-ci.yml ====
 Define CI_PLATFORMS variable in Settings / CI/CD: Define CI_PLATFORMS variable in Settings / CI/CD:
  
Line 46: Line 58:
  
  
 +{{tag>kb git}}
  
gitlab.1757576569.txt.gz · Last modified: by baumi

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki