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
Replace the + character in constructed docker tag with -. + character is not defined in OCI spec opencontainers/distribution-spec#154
and therefore should not be necessarily supported by implementations.
At least with Docker version 20.10.6 it causes the image build failure:
docker build -t rancher/terraform-controller-executor:v0.0.0+d616b67-amd64 -f package/Dockerfile.executor
invalid argument "rancher/terraform-controller-executor:v0.0.0+d616b67-amd64" for "-t, --tag" flag: invalid reference format
See 'docker build --help'.
The text was updated successfully, but these errors were encountered:
somaritane
changed the title
Replace the + character in constructed docker tag with -.
Replace the + character in constructed docker tag with -May 31, 2021
somaritane
changed the title
Replace the + character in constructed docker tag with -
Replace the + character in constructed docker tag
May 31, 2021
Replace the
+
character in constructed docker tag with-
.+
character is not defined in OCI spec opencontainers/distribution-spec#154and therefore should not be necessarily supported by implementations.
At least with Docker version 20.10.6 it causes the image build failure:
The text was updated successfully, but these errors were encountered: