Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Find a proper destination registry #3

Closed
chrischdi opened this issue Dec 8, 2021 · 1 comment
Closed

Find a proper destination registry #3

chrischdi opened this issue Dec 8, 2021 · 1 comment

Comments

@chrischdi
Copy link
Contributor

chrischdi commented Dec 8, 2021

Pulling images from githubs package registry requires authentication.

Because of that make deploy does not work out of the box.

Alternatives would be for example:

  • quay.io
  • hub.docker.com

We have to first determine Daimler internally what would be okay to use for us as team.

Workaround:

REGISTRY=my-registry/repository make image
REGISTRY=my-registry/repository make push
sed -i '[email protected]/daimler/[email protected]/schloc@g' config/default/kustomization.yaml
sed -i "s/latest/$(git describe --tags --exact-match 2>/dev/null || git rev-parse HEAD)/" config/default/kustomization.yaml
make deploy
Christian Schlotter , Daimler TSS GmbH, Provider Information
@johannesfrey
Copy link
Contributor

Closing due to project being archived: #34

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants