[TT-15334/docker fips] Add docker images with fips binaries#409
Merged
Razeen-Abdal-Rahman merged 19 commits intomasterfrom Oct 8, 2025
Merged
[TT-15334/docker fips] Add docker images with fips binaries#409Razeen-Abdal-Rahman merged 19 commits intomasterfrom
Razeen-Abdal-Rahman merged 19 commits intomasterfrom
Conversation
Contributor
Author
DescriptionThese changes are in response to a customer request for fips compliant docker images. These are provided by using our existing fips binaries in a distroless image. THESE ARE NOT FIPS VALIDATED IMAGES. see this ticket Motivation and ContextThese images were request to be included in regular releases by a clinet. How This Has Been Testedpolicy sync and local run of goreleaser for tyk, tyk-pump, tyk-analytics, and tyk-sink produces fips images using the fips binary generated by each component. |
f15c6f8 to
fe80fd7
Compare
Contributor
Author
|
Here are the PRs for the actual repos when changes are synced (all for TT-15334): |
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.
Motivation and Context
These changes are in response to a customer request for fips compliant docker images. These are provided by using our existing fips binaries in a distroless image. THESE ARE NOT FIPS VALIDATED IMAGES. see this ticket
Types of changes
changes to config.yaml -> adding dockerhub repo for fips images for tyk, tyk-analytics, tyk-pump and tyk-sink
changes to dockers.gotmpl -> this template should now be able to identify the type of binary used for the docker image (eg std or fips)
changes to docker_manifests.gotmpl -> this template should now be able to identify the type of binary used for the docker image (eg std or fips)
changes to goreleaser.yaml -> this now includes the dockers and docker manifests templates