Generate service image for testing
See original GitHub issueAdd the possibility to generate a docker image on a PR branch to allow the community to test it easily.
Maybe based on a git tag (testing-service-myservice
) ?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:33 (31 by maintainers)
Top Results From Across the Web
Create a Service Image - TechDocs - Broadcom Inc.
To create a service image: ... Images. on the. Project. panel. Select. Create New VS Image . Import Raw Traffic.
Read more >Build, Test, and Automate Server Image Creation - Medium
Testing the Packer-built server images; Automating the build and test process ... Here's a sample ServerSpec test for checking Sensu service on our...
Read more >Lorem Picsum
The Lorem Ipsum for photos. · Easy to use, stylish placeholders · Specific Image · Static Random Image · Grayscale · Blur ·...
Read more >Placeholder.com: Placeholder.com – The Free Image ...
Placeholder.com is a free image placeholder service for web designers, serving billions and billions of images each year. You can specify image size...
Read more >Testing S2I Images | OpenShift Container Platform 3.11
The goal of testing an S2I image is to make sure that all of these ... The easiest way to run the S2I...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Because we use custom script for building multiarch image ( target is variable that define arch like amd64 or armv7). We can’t do that with dockerhub only.
And front is not builded.
Custom autobuild is maybe the solution if we can filter on PR. https://docs.docker.com/docker-hub/builds/advanced/#custom-build-phase-hooks
Need a few days ( again 😅) to test this approach.
OK , latest news about this issue.
PR build tag/filter is implemented and tested.
So for each PR there is a build and docker image available