Commit Graph

7 Commits

Author SHA1 Message Date
boxofyellow ba9590c184 fix up string interpolation 2024-01-26 16:34:40 +00:00
boxofyellow 748d779644 PR feed back 2024-01-26 16:34:40 +00:00
boxofyellow 8abbcf0a68 make oci-container.test.ts test data more varied 2024-01-26 16:34:40 +00:00
boxofyellow 54571c1488 fix copy past error 2024-01-26 16:34:40 +00:00
Conor Sloan 6c4739c768 Sanitize repo name when including in a layer title
These titles were previously including the filename as {org}/{repo}_{version} which means when clients download the layer they think it needs to be unwrapped into a folder called {org}.
This is not what we want, so we should instead rename the file as {org}-{repo}_{version}. e.g. from myorg/myrepo_myversion.zip to myorg-myrepo_myversion.zip
2023-11-23 14:37:29 +00:00
Conor Sloan ffca16d01f fix low hanging fruit linter errors 2023-11-22 12:41:53 +00:00
Conor Sloan 8f0926c56a initial mvp version 2023-11-17 20:04:42 +00:00