Skip to content

Commit

Permalink
First attempt to fix Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed May 9, 2019
1 parent e32da9e commit 4d33210
Show file tree
Hide file tree
Showing 38 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM %%FROM%%

ENV HY_VERSION %%VERSION%%

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.pypy2.7-jessie
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM pypy:2.7-jessie

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.pypy2.7-slim-jessie
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM pypy:2.7-slim-jessie

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.pypy3.5-slim-stretch
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM pypy:3.5-slim-stretch

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.pypy3.5-stretch
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM pypy:3.5-stretch

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.pypy3.6-slim-stretch
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM pypy:3.6-slim-stretch

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.pypy3.6-stretch
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM pypy:3.6-stretch

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.python2.7-alpine3.8
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:2.7-alpine3.8

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.python2.7-alpine3.9
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:2.7-alpine3.9

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.python2.7-jessie
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:2.7-jessie

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.python2.7-slim-jessie
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:2.7-slim-jessie

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.python2.7-slim-stretch
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:2.7-slim-stretch

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.python2.7-stretch
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:2.7-stretch

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:2.7-windowsservercore-1803

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:2.7-windowsservercore-1809

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:2.7-windowsservercore-ltsc2016

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.python3.5-alpine3.8
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.5-alpine3.8

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.python3.5-alpine3.9
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.5-alpine3.9

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.python3.5-jessie
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.5-jessie

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.python3.5-slim-jessie
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.5-slim-jessie

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.python3.5-slim-stretch
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.5-slim-stretch

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.python3.5-stretch
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.5-stretch

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.python3.6-alpine3.8
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.6-alpine3.8

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.python3.6-alpine3.9
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.6-alpine3.9

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.python3.6-jessie
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.6-jessie

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.python3.6-slim-jessie
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.6-slim-jessie

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.python3.6-slim-stretch
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.6-slim-stretch

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.python3.6-stretch
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.6-stretch

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.6-windowsservercore-1803

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.6-windowsservercore-1809

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.6-windowsservercore-ltsc2016

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.python3.7-alpine3.8
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.7-alpine3.8

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.python3.7-alpine3.9
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.7-alpine3.9

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.python3.7-slim-stretch
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.7-slim-stretch

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
2 changes: 1 addition & 1 deletion dockerfiles-generated/Dockerfile.python3.7-stretch
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.7-stretch

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.7-windowsservercore-1803

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.7-windowsservercore-1809

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.7-windowsservercore-ltsc2016

ENV HY_VERSION 0.16.0

RUN pip install --no-cache-dir "hy == $HY_VERSION"
RUN pip install --no-cache-dir "hy==$HY_VERSION"

CMD ["hy"]

0 comments on commit 4d33210

Please sign in to comment.