Skip to content

Commit

Permalink
1.2 rc3 (#10)
Browse files Browse the repository at this point in the history
* distroless images

* changed expose nginx port

* added mising files

* FIX: docker CI

* algin to 1.2-rc3

* bump vmcenter

Co-authored-by: Michał Walkowski <michalwalkowski@MacBook-Pro-Micha.local>
  • Loading branch information
mwalkowski and Michał Walkowski authored Apr 7, 2022
1 parent 9c3a25c commit 3eeed81
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.vmc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM gcr.io/distroless/python3-debian10:latest

ARG VMC_VERSION=1.1-RC-2
ARG VMC_VERSION=1.2rc3
ENV VMC_VERSION=${VMC_VERSION}
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile.vmc-builder
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.7.12-slim-bullseye

ARG VMC_VERSION=1.1-RC-2
ARG VMC_VERSION=1.2rc3
ENV VMC_VERSION=${VMC_VERSION}
ENV VIRTUAL_ENV=/opt/venv

Expand All @@ -9,7 +9,6 @@ RUN python3 -m venv $VIRTUAL_ENV
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

RUN pip install --upgrade pip;\
pip install tzdata ;\
pip install --no-cache-dir vmcenter==${VMC_VERSION}; \
python3 -m vmc collectstatic --noinput --clear;

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v ?= 1.1-RC-2
v ?= 1.2rc3

all: build

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if __name__ == '__main__':

argv = [
'worker',
'-O fair',
'-O', 'fair',
'-E'
]
app.worker_main(argv)

0 comments on commit 3eeed81

Please sign in to comment.