Part 1: Move your image to Dockerhub
Prerequisites Setup
Step 1: Create a DockerHub account
- Go to https://hub.docker.com and click "Sign Up"
- Choose a username (this will be part of your image URLs)
- Verify your email address
Step 2: Create a repository on DockerHub
- Log into DockerHub and click "Create a Repository"
- Choose a repository name (should match or relate to your GitLab project)
- Set visibility (Public or Private)
- Click "Create"
From here, we offer two methods for migrating a RenkuLab GitLab docker image to Dockerhub.
Use Method 1 (GitLab CI) if you with to avoid installing docker locally.
Use Method 2 (Docker CLI) if you with to avoid rebuilding your image.
Method 1: Using GitLab CI/CD Pipeline
Method 2: Using the Docker command line
Part 2: Create a new Renku Launcher
In the project page:
- Under Sessions section click on ➕ to add a new launcher