Actions
action #37420
closedTry OBS registry (registry.opensuse.org)
Description
Now that we've got the docker images for travis from docker hub, @coolo has proposed before to use obs registry (registry.opensuse.org) so... lets see...
Updated by szarate over 6 years ago
- Status changed from New to In Progress
I guess this is in process: https://github.com/os-autoinst/openQA/pull/1685
Updated by szarate over 6 years ago
- Follows action #35383: Create a docker container to run unit and integration tests added
Updated by SLindoMansilla over 6 years ago
- Subject changed from Try OBS docker registry to Try OBS registry (registry.opensuse.org)
- Description updated (diff)
Updated by szarate over 6 years ago
- Status changed from In Progress to Feedback
For cleaning purposes, i'm using ( CID=$(docker ps -a -q) && (docker kill ${CID}; docker rm ${CID} ) )
, but this can be improved to destroy the container once done...
Updated by szarate over 6 years ago
- Target version changed from Current Sprint to Done
Actions