You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User Story:
As a developer of Open Liberty, I need to test against various databases to ensure that Open Liberty features that depend on persisted data are work against the production databases used by our customers while also maintaining a secure build platform and reducing the security risk of running our tests for external contributors.
Current status:
We pull and run databases images from DockerHub (via Artifactory mirror) at test runtime.
This includes verified images, community images, and custom images (built in-house)
Main goals:
Only pull verified images from an alternative source to DockerHub
Remove dependencies on custom images
These are risky because they are pulled without a known and trusted source
Instead, pull a verified image, and build the custom image at runtime
Internal and external users can see exactly how the image was created from source code
Internally, cache built custom images so that runtime performance is minimally impacted (is this possible?)
Collaborate with build team to setup an Artifactory mirror that can pull from alternative sources
User Story:
As a developer of Open Liberty, I need to test against various databases to ensure that Open Liberty features that depend on persisted data are work against the production databases used by our customers while also maintaining a secure build platform and reducing the security risk of running our tests for external contributors.
Current status:
Main goals:
ghcr.io/gvenzl/oracle-free
approved for useScope:
Images we currently use:
Images we should be using:
Images that need more consideration:
FROM ibmcom/cloudant-developer:2.0.1
com.ibm.ws.rest.handler.validator.cloudant_fat
cloudant-1.0
feature is stabilized can we consider disabling this test?FROM gcavalcante8808/krb5-server
docker-entrypoint.sh
FROM public.ecr.aws/docker/library/alpine:3.17
krb5-server
krb5
supervisor
tini
The text was updated successfully, but these errors were encountered: