Skip to content

Commit

Permalink
Meta change to record docker image history
Browse files Browse the repository at this point in the history
  • Loading branch information
davecoulter committed Aug 11, 2022
1 parent ccfc266 commit 29b6a73
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 0 additions & 2 deletions docker/requirements.web.dev
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
astro-ghost==0.1.33
opencv-python==4.5.5.64
2 changes: 1 addition & 1 deletion docker/web_image_history/0.2.6/Dockerfile.web
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ghcr.io/davecoulter/yse_pz:0.2.0
LABEL description="Ubuntu image for YSEPZ v0.2.0"
LABEL description="Ubuntu image for YSEPZ v0.2.6"
LABEL maintainer="Dave Coulter (dcoulter@ucsc.edu)"

SHELL ["/bin/bash", "-c"]
Expand Down
16 changes: 16 additions & 0 deletions docker/web_image_history/0.2.7/Dockerfile.web
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
FROM ghcr.io/davecoulter/yse_pz:0.2.6
LABEL description="Ubuntu image for YSEPZ v0.2.7"
LABEL maintainer="Dave Coulter (dcoulter@ucsc.edu)"

SHELL ["/bin/bash", "-c"]

RUN apt-get update --fix-missing && \
pip install --upgrade pip

WORKDIR /app

COPY requirements.txt /app/requirements.txt
RUN pip install -r /app/requirements.txt

RUN apt-get clean && \
rm -rf /var/lib/apt/lists/*
2 changes: 2 additions & 0 deletions docker/web_image_history/0.2.7/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
astro-ghost==0.1.33
opencv-python==4.5.5.64

0 comments on commit 29b6a73

Please sign in to comment.