ci: simplified build-and-release pipeline + Dockerfile#7
Merged
Conversation
-e Signed-off-by: Quentin Laplanche <quentin.laplanche@docker.com>
The org requires all actions pinned to a full-length commit SHA. Pin docker/login-action, docker/setup-buildx-action and docker/build-push-action (same major versions) to their release SHAs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The fork's CI customizations on top of stock Envoy v1.38.2, extracted into their own PR so they're tracked independently of the upstream version bump.
build-and-release.yamlworkflow (build + push image to ECR) and aDockerfile.github/workflows/*(envoy-checks, release, publish, mobile, codeql, etc.),.github/ISSUE_TEMPLATE/*,.github/config.yml,.github/dependabot.ymlbuild-and-release.yamlto commit SHAs.dockerignore51 files, +108/−5,579 — almost entirely deletions of unused upstream CI.
Context
maintracks pure upstream Envoy releases; fork customizations land as PRs. This is the CI customization; the file-based ip_tagging feature is in a separate PR (#6).