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

Remove Dockerfile #1631

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ title: 'vX.Y.Z release'
git push origin "v$NEW_RELEASE"

- [ ] Ping [`hubble-maintainers` team] on Slack to get an approval to run
[Image Release Build workflow].
[Release workflow].
- [ ] Wait for the [`Create a release` workflow] to finish.
- [ ] Find the release draft in the [Releases page]. Copy and paste release notes from
CHANGELOG.md, and click on `Publish release` button.
Expand All @@ -95,7 +95,7 @@ title: 'vX.Y.Z release'
and then open a pull request against the `main` branch, get it reviewed and merged.

[Cilium release tool]: https://github.com/cilium/release
[Image Release Build workflow]: https://github.com/cilium/hubble/actions/workflows/build-images-release.yaml
[Release workflow]: https://github.com/cilium/hubble/actions/workflows/release.yml
[`hubble-maintainers` team]: https://github.com/orgs/cilium/teams/hubble-maintainers
[Releases page]: https://github.com/cilium/hubble/releases
[Cilium Slack #general channel]: https://cilium.slack.com/archives/C1MATJ5U5
Expand Down
1 change: 0 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"gitAuthor": "renovate[bot] <[email protected]>",
"includePaths": [
".github/workflows/**",
"Dockerfile",
"go.mod",
"go.sum",
"Makefile",
Expand Down
155 changes: 0 additions & 155 deletions .github/workflows/build-images-release.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ name: Create a release
jobs:
build:
name: Create Release
environment: release
aanm marked this conversation as resolved.
Show resolved Hide resolved
if: github.repository == 'cilium/hubble'
runs-on: ubuntu-24.04
steps:
Expand Down
18 changes: 0 additions & 18 deletions Dockerfile

This file was deleted.