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

[CI] Add GitHub Action to push docker images, that antedate development #4070

Closed
pysel opened this issue Jan 19, 2023 · 1 comment · Fixed by #4182
Closed

[CI] Add GitHub Action to push docker images, that antedate development #4070

pysel opened this issue Jan 19, 2023 · 1 comment · Fixed by #4182

Comments

@pysel
Copy link
Member

pysel commented Jan 19, 2023

Background

In #3503 @niccoloraspa added a Github Action that automatically pushes images to docker hub on certain events (see #3503).

We need the same workflow for https://hub.docker.com/r/osmolabs/osmosis-e2e-init-chain.

Suggested Design

Similar workflow as in #3503, which pushes images of previous versions, when backport to previous tag happens, to https://hub.docker.com/r/osmolabs/osmosis-e2e-init-chain.

Acceptance Criteria

Design implemented, tested from a private fork

@p0mvn
Copy link
Member

p0mvn commented Jan 25, 2023

More context: #1415 (comment)

@p0mvn p0mvn moved this from Needs Review 🔍 to Todo 🕒 in Osmosis Chain Development Jan 25, 2023
@hieuvubk hieuvubk self-assigned this Jan 27, 2023
MasterPi-2124 added a commit to notional-labs/osmosis that referenced this issue Jan 31, 2023
p0mvn pushed a commit that referenced this issue Feb 1, 2023
* update OSMOSIS_E2E_UPGRADE_VERSION variable in .vscode/launch.json

* test osmosis_e2e docker

* test osmosis_e2e docker

* e2e: Write node Docker container logs to a file (#4118)

* Write node Docker container logs to a file

* add documentation

* add documentation

* update (#6)

* update OSMOSIS_E2E_UPGRADE_VERSION variable in .vscode/launch.json (#4173)

* e2e: Write node Docker container logs to a file (#4118)

* Write node Docker container logs to a file

* add documentation

* add documentation

---------

Co-authored-by: ducnt131 <62016666+anhductn2001@users.noreply.github.com>

* test osmosis_e2e docker

* test osmosis_e2e docker

* #4070

* Update push-dev-docker-images.yml

---------

Co-authored-by: ducnt131 <62016666+anhductn2001@users.noreply.github.com>
@github-project-automation github-project-automation bot moved this from Todo 🕒 to Done ✅ in Osmosis Chain Development Feb 1, 2023
mergify bot pushed a commit that referenced this issue Feb 1, 2023
* update OSMOSIS_E2E_UPGRADE_VERSION variable in .vscode/launch.json

* test osmosis_e2e docker

* test osmosis_e2e docker

* e2e: Write node Docker container logs to a file (#4118)

* Write node Docker container logs to a file

* add documentation

* add documentation

* update (#6)

* update OSMOSIS_E2E_UPGRADE_VERSION variable in .vscode/launch.json (#4173)

* e2e: Write node Docker container logs to a file (#4118)

* Write node Docker container logs to a file

* add documentation

* add documentation

---------

Co-authored-by: ducnt131 <62016666+anhductn2001@users.noreply.github.com>

* test osmosis_e2e docker

* test osmosis_e2e docker

* #4070

* Update push-dev-docker-images.yml

---------

Co-authored-by: ducnt131 <62016666+anhductn2001@users.noreply.github.com>
(cherry picked from commit 0dbb56a)
p0mvn pushed a commit that referenced this issue Feb 1, 2023
* update OSMOSIS_E2E_UPGRADE_VERSION variable in .vscode/launch.json

* test osmosis_e2e docker

* test osmosis_e2e docker

* e2e: Write node Docker container logs to a file (#4118)

* Write node Docker container logs to a file

* add documentation

* add documentation

* update (#6)

* update OSMOSIS_E2E_UPGRADE_VERSION variable in .vscode/launch.json (#4173)

* e2e: Write node Docker container logs to a file (#4118)

* Write node Docker container logs to a file

* add documentation

* add documentation

---------

Co-authored-by: ducnt131 <62016666+anhductn2001@users.noreply.github.com>

* test osmosis_e2e docker

* test osmosis_e2e docker

* #4070

* Update push-dev-docker-images.yml

---------

Co-authored-by: ducnt131 <62016666+anhductn2001@users.noreply.github.com>
(cherry picked from commit 0dbb56a)

Co-authored-by: Master Pi <minh.vln140501@gmail.com>
p0mvn pushed a commit that referenced this issue Feb 5, 2023
* update OSMOSIS_E2E_UPGRADE_VERSION variable in .vscode/launch.json

* test osmosis_e2e docker

* test osmosis_e2e docker

* e2e: Write node Docker container logs to a file (#4118)

* Write node Docker container logs to a file

* add documentation

* add documentation

* update (#6)

* update OSMOSIS_E2E_UPGRADE_VERSION variable in .vscode/launch.json (#4173)

* e2e: Write node Docker container logs to a file (#4118)

* Write node Docker container logs to a file

* add documentation

* add documentation

---------

Co-authored-by: ducnt131 <62016666+anhductn2001@users.noreply.github.com>

* test osmosis_e2e docker

* test osmosis_e2e docker

* #4070

* Update push-dev-docker-images.yml

* update to go1.19

* only update tests/localosmosis

* missing

---------

Co-authored-by: Master Pi <minh.vln140501@gmail.com>
Co-authored-by: ducnt131 <62016666+anhductn2001@users.noreply.github.com>
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
mergify bot pushed a commit that referenced this issue Feb 5, 2023
* update OSMOSIS_E2E_UPGRADE_VERSION variable in .vscode/launch.json

* test osmosis_e2e docker

* test osmosis_e2e docker

* e2e: Write node Docker container logs to a file (#4118)

* Write node Docker container logs to a file

* add documentation

* add documentation

* update (#6)

* update OSMOSIS_E2E_UPGRADE_VERSION variable in .vscode/launch.json (#4173)

* e2e: Write node Docker container logs to a file (#4118)

* Write node Docker container logs to a file

* add documentation

* add documentation

---------

Co-authored-by: ducnt131 <62016666+anhductn2001@users.noreply.github.com>

* test osmosis_e2e docker

* test osmosis_e2e docker

* #4070

* Update push-dev-docker-images.yml

* update to go1.19

* only update tests/localosmosis

* missing

---------

Co-authored-by: Master Pi <minh.vln140501@gmail.com>
Co-authored-by: ducnt131 <62016666+anhductn2001@users.noreply.github.com>
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
(cherry picked from commit d92be8b)
p0mvn pushed a commit that referenced this issue Feb 5, 2023
* update OSMOSIS_E2E_UPGRADE_VERSION variable in .vscode/launch.json

* test osmosis_e2e docker

* test osmosis_e2e docker

* e2e: Write node Docker container logs to a file (#4118)

* Write node Docker container logs to a file

* add documentation

* add documentation

* update (#6)

* update OSMOSIS_E2E_UPGRADE_VERSION variable in .vscode/launch.json (#4173)

* e2e: Write node Docker container logs to a file (#4118)

* Write node Docker container logs to a file

* add documentation

* add documentation

---------

Co-authored-by: ducnt131 <62016666+anhductn2001@users.noreply.github.com>

* test osmosis_e2e docker

* test osmosis_e2e docker

* #4070

* Update push-dev-docker-images.yml

* update to go1.19

* only update tests/localosmosis

* missing

---------

Co-authored-by: Master Pi <minh.vln140501@gmail.com>
Co-authored-by: ducnt131 <62016666+anhductn2001@users.noreply.github.com>
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
(cherry picked from commit d92be8b)

Co-authored-by: Dong <93205232+DongLieu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants