You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.
The task tasks.image.CreateImage fails when providers.label.description is set, seemingly due to improper quoting in the docker invocation.
See build log
The text was updated successfully, but these errors were encountered:
Ah yes, I remember this, there was quite a bit of hassle with those labels.
This:
'LABEL description='"'"'Hashbang shell server, based on Debian jessie'"'"''
looks really bad. What was the value in your manifest?
I agree with the sentiment of using a standard escaping function, just be aware of the comment I added in the old escaping function.
description: "Hashbang shell server, based on Debian {system.release}"
We are in the process of moving this particular build away from bootstrap-vz, since we aren't really taking advantage of it there, but I have other manifests that exhibit the same issue so I could prepare a patch for those.
The task
tasks.image.CreateImage
fails whenproviders.label.description
is set, seemingly due to improper quoting in thedocker
invocation.See build log
The text was updated successfully, but these errors were encountered: