Skip to content
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

Build stargaze docker image using buildx #922

Closed
wants to merge 187 commits into from

Conversation

tasiov
Copy link
Contributor

@tasiov tasiov commented Nov 13, 2023

No description provided.

spoo-bar and others added 30 commits August 2, 2023 21:42
* removing all the x/claim files

* adding upgrade handler

* app unwiring

* making linter happy

* updating the upgrade handler

* fixing linting

* update upgrade e2e test

* update upgrade script

---------

Co-authored-by: Jorge Hernandez <[email protected]>
Co-authored-by: jhernandezb <[email protected]>
* feat: integrate v4 of the packet forward middleware

* test: add e2e testing for pfm via interchaintest

---------

Co-authored-by: Spoorthi <[email protected]>
Co-authored-by: Jorge Hernandez <[email protected]>
* using local docker instead of heigliner image

* removing heighliner

* adding the gh workflow
* bump wasmd

* Update app/wasm.go

Co-authored-by: Spoorthi <[email protected]>

* fix keeper initialization

* update accepted queries list

* fix linter

* display images

* update libwasmvm in docker

* update drone sig

* bump PFM

---------

Co-authored-by: Spoorthi <[email protected]>
* bump go version

* update Makefile
…esome-fork

switch to sdk fork with upstream fixes
Bumps [github.com/cosmos/gogoproto](https://github.com/cosmos/gogoproto) from 1.4.6 to 1.4.11.
- [Release notes](https://github.com/cosmos/gogoproto/releases)
- [Changelog](https://github.com/cosmos/gogoproto/blob/main/CHANGELOG.md)
- [Commits](cosmos/gogoproto@v1.4.6...v1.4.11)

---
updated-dependencies:
- dependency-name: github.com/cosmos/gogoproto
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
jhernandezb and others added 20 commits October 17, 2023 11:59
…e-props

feat: migrate the x/globalfee proposals to gov v1 type
…odules-

feat: adding param migrations for stargaze modules
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…hub.com/spf13/cobra-1.8.0

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0
@tasiov tasiov force-pushed the tasiov/docker-build-arm branch 2 times, most recently from a59efac to f4a138a Compare November 13, 2023 17:26
.drone.yml Outdated
Comment on lines 70 to 99
- name: publish-alpha
- name: publish-docker
image: plugins/docker
settings:
dockerfile: docker/Dockerfile
repo: publicawesome/stargaze
username:
from_secret: docker_username
password:
from_secret: docker_password
tags:
- 12.0.0-alpha.1
when:
event:
- push
branch:
- spoorrthi/remove-claim
- name: docker_release
image: plugins/docker
settings:
dockerfile: docker/Dockerfile
repo: publicawesome/stargaze
username:
from_secret: docker_username
password:
from_secret: docker_password
auto_tag: true
dockerfile: docker/Dockerfile
platforms: linux/arm64,linux/amd64
push: true
when:
event:
- push
- tag

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we have different steps for final releases (tag) vs latest or alpha versions, let's keep both, if you want to trigger an image push you can temporarily set it to your branch and also perhaps we could ad main

@tasiov tasiov changed the base branch from main to release/v12.x November 13, 2023 18:12
@tasiov tasiov closed this Nov 13, 2023
@tasiov tasiov deleted the tasiov/docker-build-arm branch November 13, 2023 18:13
@tasiov tasiov restored the tasiov/docker-build-arm branch November 13, 2023 18:13
Copy link

mergify bot commented Nov 13, 2023

⚠️ The sha of the head commit of this PR conflicts with #923. Mergify cannot evaluate rules on this PR. ⚠️

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

Successfully merging this pull request may close these issues.

4 participants