quaint-motorcycle-48051
09/17/2024, 2:38 PMRequest message serialization failure: b.Va is not a function
quaint-motorcycle-48051
09/17/2024, 2:38 PMimport * as docker from '@pulumi/docker';
import * as path from 'path';
export const image = new docker.Image('image', {
imageName: '<http://docker.io/repository/test:tag|docker.io/repository/test:tag>',
build: {
context: path.resolve(__dirname, '../../'),
dockerfile: path.resolve(__dirname, '../../Dockerfile'),
args: {
BUILDKIT_INLINE_CACHE: '1',
'.dockerignore': path.resolve(__dirname, '../../.dockerignore'),
},
platform: 'linux/amd64',
},
});
quaint-motorcycle-48051
09/17/2024, 2:39 PMquaint-motorcycle-48051
09/17/2024, 2:39 PMfast-ram-96156
09/18/2024, 9:51 PMpulumi
v.3.133.0. I have seen reports of this happening from time to time and it may be a transient issue. The Pulumi engineering team is aware of this issue though.quaint-motorcycle-48051
09/20/2024, 4:13 PMbrief-xylophone-82066
09/23/2024, 9:48 PM