jenkins-x-plugins / jenkins-x-plugins/jx-gitops

jx gitops image to support registry/arch modification

Open
#278 2 comments 6 reactions 0 assignees View on GitHub
enhancement lifecycle/rotten
Dominant language
Go
Stars
35
Forks
53
Avg merge
1d 12h
Merged PRs (30d)
7

Description

we should add CLI arguments to allow the registry prefix on image strings to be modified for Deployments / Jobs.

Eg

```bash
jx gitops image —from-registry gcr.io —to-registry my-registry-host
```

would then replace any files in `content-root/**.yaml` which have a container image like `gcr.io/myorg/myimage` => `my-registry-host/myorg/myimage`

also it would be nice to be able to add a `—arch arm64` argument to modify the image to reference the arm64 architecture

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.