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

fix: docker security build #2263

Closed

Conversation

rach-id
Copy link
Member

@rach-id rach-id commented Aug 14, 2023

Closes #2249

@rach-id rach-id added dependencies Pull requests that update a dependency file chore optional label for items that follow the `chore` conventional commit labels Aug 14, 2023
@rach-id rach-id self-assigned this Aug 14, 2023
@MSevey MSevey requested a review from a team August 14, 2023 14:42
@rootulp
Copy link
Collaborator

rootulp commented Aug 14, 2023

FYI @sweexordious docker-security-build and golangci-lint fails

@rach-id
Copy link
Member Author

rach-id commented Aug 14, 2023

Thanks, I'll continue working on it

@rootulp rootulp marked this pull request as draft August 14, 2023 15:41
@rootulp rootulp changed the title chore(deps): bump core to v1.26.2-tm-v0.34.28 fix: docker security build Aug 14, 2023
@rach-id
Copy link
Member Author

rach-id commented Aug 14, 2023

Closing in favor of #2272

@rach-id rach-id closed this Aug 14, 2023
@rootulp
Copy link
Collaborator

rootulp commented Aug 14, 2023

It looks like this PR accidentally included a bump to go-ethereum which is broken for unrelated reasons. See #2259. I reverted the go-ethereum bump and confirmed this does fix Docker security build via make build-docker.

@rach-id
Copy link
Member Author

rach-id commented Aug 14, 2023

yes 100%, I was this morning debugging ethereum dependency and it's because it uses a version of exp package which is not backwards compatible, while upsteam uses an old version.

rach-id added a commit that referenced this pull request Aug 15, 2023
<!--
Please read and fill out this form before submitting your PR.

Please make sure you have reviewed our contributors guide before
submitting your
first PR.
-->

## Overview

Closes #2249

Replaces #2263 so that
the workflows do not run for a fork branch and fail

## Checklist

<!-- 
Please complete the checklist to ensure that the PR is ready to be
reviewed.

IMPORTANT:
PRs should be left in Draft until the below checklist is completed.
-->

- [ ] New and updated code has appropriate documentation
- [ ] New and updated code has new and/or updated testing
- [ ] Required CI checks are passing
- [ ] Visual proof for any user facing features like CLI or
documentation updates
- [ ] Linked issues closed with keywords
rootulp pushed a commit to rootulp/celestia-app that referenced this pull request Aug 15, 2023
<!--
Please read and fill out this form before submitting your PR.

Please make sure you have reviewed our contributors guide before
submitting your
first PR.
-->

## Overview

Closes celestiaorg#2249

Replaces celestiaorg#2263 so that
the workflows do not run for a fork branch and fail

## Checklist

<!-- 
Please complete the checklist to ensure that the PR is ready to be
reviewed.

IMPORTANT:
PRs should be left in Draft until the below checklist is completed.
-->

- [ ] New and updated code has appropriate documentation
- [ ] New and updated code has new and/or updated testing
- [ ] Required CI checks are passing
- [ ] Visual proof for any user facing features like CLI or
documentation updates
- [ ] Linked issues closed with keywords
rach-id added a commit to rach-id/celestia-app that referenced this pull request Aug 18, 2023
<!--
Please read and fill out this form before submitting your PR.

Please make sure you have reviewed our contributors guide before
submitting your
first PR.
-->

## Overview

Closes celestiaorg#2249

Replaces celestiaorg#2263 so that
the workflows do not run for a fork branch and fail

## Checklist

<!--
Please complete the checklist to ensure that the PR is ready to be
reviewed.

IMPORTANT:
PRs should be left in Draft until the below checklist is completed.
-->

- [ ] New and updated code has appropriate documentation
- [ ] New and updated code has new and/or updated testing
- [ ] Required CI checks are passing
- [ ] Visual proof for any user facing features like CLI or
documentation updates
- [ ] Linked issues closed with keywords

(cherry picked from commit 3e9ce1f)
0xchainlover pushed a commit to celestia-org/celestia-app that referenced this pull request Aug 1, 2024
<!--
Please read and fill out this form before submitting your PR.

Please make sure you have reviewed our contributors guide before
submitting your
first PR.
-->

## Overview

Closes celestiaorg/celestia-app#2249

Replaces celestiaorg/celestia-app#2263 so that
the workflows do not run for a fork branch and fail

## Checklist

<!-- 
Please complete the checklist to ensure that the PR is ready to be
reviewed.

IMPORTANT:
PRs should be left in Draft until the below checklist is completed.
-->

- [ ] New and updated code has appropriate documentation
- [ ] New and updated code has new and/or updated testing
- [ ] Required CI checks are passing
- [ ] Visual proof for any user facing features like CLI or
documentation updates
- [ ] Linked issues closed with keywords
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore optional label for items that follow the `chore` conventional commit dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate why the CI is failing for the docker builds
2 participants