TACC / abaco

Actor Based Co(mputing)ntainers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

updating an actor causes the mounts to disappear

joestubbs opened this issue · comments

register the actor:

$ curl -X POST -sk -H "Authorization: Bearer XXXXXXXXXXXXXXXXXXXXX" -H "Content-Type: application/json" --data '{"image":"jturcino/update-demo:latest", "name":"update-demo"}' 'https://api.sd2e.org/actors/v2'

update the actor:

curl -X PUT -sk -H "Authorization: Bearer XXXXXXXXXXXXXXXXXXXXX" -H "Content-Type: application/json" --data '{"image":"jturcino/update-demo:update"}' 'https://api.sd2e.org/actors/v2/ly8R1RKx4E7Kj'

list the actor - mounts are missing:

curl -sk -H "Authorization: Bearer XXXXXXXXXXXXXXXXXXXXX" 'https://api.sd2e.org/actors/v2/ly8R1RKx4E7Kj'