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

feat(build): add fiat-integration module to exercise the just-built docker imageTest docker image #1158

Merged
merged 4 commits into from
May 1, 2024

Conversation

dbyron-sf
Copy link
Contributor

Also, add a healthcheck to the docker images.

to facilitate testing container startup
multi-arch with --load doesn't work, so add a separate step using the local platform to
make an image available for testing.

see docker/buildx#59
@dbyron-sf dbyron-sf marked this pull request as ready for review May 1, 2024 18:56

private static final int REDIS_PORT = 6379;

private static final Logger logger = LoggerFactory.getLogger(StandaloneContainerTest.class);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will continue requesting that new code use the Log4j API

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I'm copying and pasting at this point. Old habits die hard.

@dbyron-sf dbyron-sf added the ready to merge Approved and ready for merge label May 1, 2024
@mergify mergify bot added the auto merged label May 1, 2024
@mergify mergify bot merged commit 69fdb4c into spinnaker:master May 1, 2024
4 checks passed
@dbyron-sf dbyron-sf deleted the test-docker-image branch May 1, 2024 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants