Posts

Showing posts from November 12, 2018

National Register of Historic Places listings in Falls Church, Virginia

Image
[dummy-text] National Register of Historic Places listings in Falls Church, Virginia From Wikipedia, the free encyclopedia Jump to navigation Jump to search Location of Falls Church in Virginia This is a list of the National Register of Historic Places listings in Falls Church, Virginia . This is intended to be a complete list of the properties and districts on the National Register of Historic Places in the independent city of Falls Church, Virginia, United States. The locations of National Register properties and districts for which the latitude and longitude coordinates are included below, may be seen in a Google map. [1] There are 6 properties and districts listed on the National Register in the city, including 1 National Historic Landmark. This National Park Service list is complete through NPS recent listings posted November 2, 2018. [2] Map all coordinates using: OpenStreetMap  Download coordinates as: KML  ·  GPX Current listi

invalid reference format when building a Docker Image

Image
up vote 0 down vote favorite I have the following lines in a Dockerfile: ARG SOMEARGUMENT COPY --from=$SOMEARGUMENT /some/path/goes/here where SOMEARGUMENT could be either "some/repository:1.1.1" or "some/repository:2.2.2" But when trying to build I always get the error: invalid reference format: repository name must be lowercase So it is obvious that the argument passed when building the image (i.e. SOMEARGUMENT) is not being resolved. Is it actaully possible to do something like this in a Dockerfile? Thanks. docker dockerfile share | improve this question asked Nov 8 at 13:00 eindemwort 38 6 add a comment  |  up vote 0 down vote favorite I have the following lines in a Dockerfile: ARG SOMEARGUMENT COPY --from=$SOMEARGUMENT /some/path/goes/here where SOMEARGUMENT could be either "some/repository:1.1.1" or "some/repository:2.2.2" But when trying to build I always get the error: invalid