Skip to content

Embedding a larger binary file doesn't work #3403

@jandubois

Description

@jandubois

We can now embed data provision files:

provision:
- mode: data
  file: binary.data
  path: /tmp/binary.data

But if the data file is long, this throws an error:

FATA[0000] Feature Retain Line Breaks BeforeAction failed with error: bufio.Scanner: token too long

This could probably be fixed by embedding the binary blob as a base64 encoded string using the !!binary tag.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions