-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need some help getting started #200
Comments
You can follow installation instructions at https://marketplace.upbound.io/providers/upbound/provider-terraform/v0.10.0 from the Marketplace. It should provide a consistent packaging experience instead of building from the local git |
Yes, so far so good! But that only allows me to deploy what have already been released, and wont help me if I want to deploy and test my changes or some other changes (i.e. #74) ? |
|
So I can run the test and go build etc ... I just can't figure out how to make the 'build script' publish to my local registry instead ... |
something like that with your repo URL instead |
Sry I must be dumb... $ PLATFORM=linux_amd64 make Works and I get an image for amd64, i think ... REPOSITORY TAG IMAGE ID CREATED SIZE however this still fails ? $ PLATFORM=linux_amd64 DOCKER_REGISTRY=registry.company.dev/upbound/provider-terraform-staging make publish 19:08:45 [ .. ] Skipping image publish for xpkg.upbound.io/upbound/provider-terraform:v0.0.0-342.g9a22e93 |
Hi
I tried and failed to branch / build / publish / install / test .. this crossplane provider ...
I have gotten the hang of the using part and installing the released provider.
However there seams to be a some part of of setup to run / build this local that I am missing
For some ctx, I am using M1 mac as daily driver. However i spun of a Ubuntu 22.04 as dev environment using multipass
I fork repo and and run 'make'
go build seams fine ...
make test, looks oki!
if I check docker image
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
build-10484da4/provider-terraform-arm64 latest 1063824d22ee 5 hours ago 131MB
however now I would like to do a amd64 build and publish to a private repo so I can test deploy ?
Are there any instructions for this ?
The text was updated successfully, but these errors were encountered: