Skip to content

Commit e6289fc

Browse files
committed
Use balenalib DockerHub repository to resolve node base image
Change-type: patch Signed-off-by: Ken Bannister <[email protected]>
1 parent 0d71e1c commit e6289fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resolve/resolvers/nodeResolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const getDeviceTypeVersions = memoize(
3232
const tags: string[] = [];
3333
// 100 is the max page size
3434
let nextUrl: string | undefined =
35-
`https://hub.docker.com/v2/repositories/resin/${deviceType}-node/tags/?page_size=100`;
35+
`https://hub.docker.com/v2/repositories/balenalib/${deviceType}-node/tags/?page_size=100`;
3636
while (nextUrl != null) {
3737
const res = (
3838
await getAsync({

0 commit comments

Comments
 (0)