-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #529 from baobabsoluciones/hotfix/security
Changes needed due to security reasons.
- Loading branch information
Showing
11 changed files
with
27 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# VERSION 1.0.10 | ||
# VERSION 1.0.11 | ||
# AUTHOR: [email protected] | ||
|
||
FROM python:3.10-slim-buster | ||
|
@@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive | |
ENV TERM linux | ||
|
||
# CORNFLOW vars | ||
ARG CORNFLOW_VERSION=1.0.10 | ||
ARG CORNFLOW_VERSION=1.0.11 | ||
|
||
# install linux pkg | ||
RUN apt update -y && apt-get install -y --no-install-recommends \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# AIRFLOW VERSION 2.9.0 | ||
# AUTHOR: [email protected] | ||
# DESCRIPTION: Airflow 2.9.0 image personalized for use with Cornflow (from baobabsoluciones/pysolver image) | ||
# baobab code version is 1.0.10 | ||
# baobab code version is 1.0.11 | ||
|
||
FROM baobabsoluciones/pysolver:1.0 | ||
LABEL maintainer="cornflow@baobabsoluciones" | ||
|
@@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND noninteractive | |
ENV TERM linux | ||
|
||
# Airflow vars | ||
ARG AIRFLOW_VERSION=2.9.0 | ||
ARG AIRFLOW_VERSION=2.9.1 | ||
ARG AIRFLOW_USER_HOME=/usr/local/airflow | ||
ARG CONSTRAINT_URL="https://raw.githubusercontent.com/apache/airflow/constraints-${AIRFLOW_VERSION}/constraints-3.10.txt" | ||
ARG AIRFLOW__CORE__LOAD_EXAMPLES=False | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
setuptools.setup( | ||
name="cornflow", | ||
version="1.0.10", | ||
version="1.0.11", | ||
author="baobab soluciones", | ||
author_email="[email protected]", | ||
description="Cornflow is an open source multi-solver optimization server with a REST API built using flask.", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters