Skip to content

Instantly share code, notes, and snippets.

View JanWendler's full-sized avatar

Jan Wendler JanWendler

  • Switzerland
View GitHub Profile
@Smasherr
Smasherr / copy_images.sh
Last active October 10, 2023 07:33
This script can be used to copy all docker images from one GitLab-project to another. It was created because in GitLab it's not possible to move projects that contain docker images.
#!/usr/bin/env bash
# This script can be used to copy all docker images from one GitLab-project to another.
# It was created because in GitLab it's not possible to move projects that contain docker images.
#
# Related issue: https://gitlab.com/gitlab-org/gitlab/-/issues/18383
#
# Author: Daniel Estermann <estermad@apache.org>
# Thanks to komar <komar@core.org.ua> for his brilliant support
@nicolasdao
nicolasdao / open_source_licenses.md
Last active May 9, 2024 10:14
What you need to know to choose an open source license.