... | ... | @@ -64,4 +64,9 @@ Follow [instructions](https://medium.com/prgcont/using-buildah-in-gitlab-ci-9b52 |
|
|
explains configurations we might want to consider.
|
|
|
|
|
|
# Use podman with docker executor
|
|
|
From version 15.3 GitLab supports podman as a drop-in replacement for docker. Check out [documentation](https://docs.gitlab.com/runner/executors/docker.html#use-podman-to-run-docker-commands). |
|
|
\ No newline at end of file |
|
|
From version 15.3 GitLab supports podman as a drop-in replacement for docker. Check out [documentation](https://docs.gitlab.com/runner/executors/docker.html#use-podman-to-run-docker-commands).
|
|
|
|
|
|
# Kaniko images
|
|
|
Project-Kaniko stopped building debug images for powerpc64le at some point. I want to resurrect debug images and while I am waiting to upstream my work I want to be able to use it to build CI images here.
|
|
|
## Remap Google's Docker repository
|
|
|
I need a way to remap Google's docker repo to mine on gitlab. Refer to Redhat's [documentation](https://www.redhat.com/sysadmin/manage-container-registries) Sections "Remapping references" and "Advanced configuration management via drop-on config files". |
|
|
\ No newline at end of file |