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 Aug 14, 2020. It is now read-only.
The problem is that such an environment name is outside of POSIX portable set, and appc tries to stick to it. See rkt/rkt#3532 (comment) for more details.
Files touched: schema/types/environment.go, schema/types/environment_test.go
Allow additional characters in the set considered valid in environment variable names. Prompted by
appc/docker2aci#244 and rkt/rkt#3532.
Files touched: schema/types/environment.go, schema/types/environment_test.go, spec/aci.md
Allow additional characters in the set considered valid in environment variable names. Prompted by
appc/docker2aci#244 and rkt/rkt#3532.
indradhanush
pushed a commit
to kinvolk-archives/appc-spec
that referenced
this issue
Jan 24, 2018
Files touched: schema/types/environment.go, schema/types/environment_test.go, spec/aci.md
Allow additional characters in the set considered valid in environment variable names. Prompted by
appc/docker2aci#244 and rkt/rkt#3532.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I have encountered a edge-case where docker image cannot be converted to aci:
# docker2aci --version docker2aci version 9cec4de appc version 0.8.10
Docker image was created using following Dockerfile:
I have push the image to
dohnto/docker2aci-env:1.0
for maintainers to verify the bug.Expected result: don't fail :)
The text was updated successfully, but these errors were encountered: