-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PS replaces deprecared module pkg_resources, also fixes some unit tests and fixes the schema validation by adding specific schema draft to choose in order to prevent the processor to fall back to use the latest draft that may potentially cause issues. Also this PS bumps kubectl version to 1.32.0 due to CVE and switched base ubuntu image repo to quay.io/airshipit Change-Id: Ie40f179eac83fde4d828e6f63a9c03e473eb3b15
- Loading branch information
Sergiy Markin
committed
Dec 26, 2024
1 parent
2fb6265
commit 86b7d03
Showing
8 changed files
with
97 additions
and
86 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
# 429 Too Many Requests - Server message: too many requests: | ||
# You have reached your pull rate limit. | ||
# You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit | ||
ARG FROM=public.ecr.aws/docker/library/ubuntu:jammy | ||
ARG FROM=quay.io/airshipit/ubuntu:jammy | ||
FROM ${FROM} | ||
|
||
LABEL org.opencontainers.image.authors='[email protected], irc://#airshipit@freenode' \ | ||
|
@@ -55,7 +55,7 @@ ARG DEBIAN_FRONTEND=noninteractive | |
ARG ctx_base=src/bin | ||
|
||
# Kubectl version | ||
ARG KUBECTL_VERSION=1.31.0 | ||
ARG KUBECTL_VERSION=1.32.0 | ||
|
||
# Needed from apache-airflow 1.10.2, since core.airflow_home config is deprecated | ||
ENV AIRFLOW_HOME=${AIRFLOW_HOME} | ||
|
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
ARG FROM=ubuntu:jammy | ||
ARG FROM=quay.io/airshipit/ubuntu:jammy | ||
FROM ${FROM} | ||
|
||
LABEL org.opencontainers.image.authors='[email protected], irc://#airshipit@freenode' \ | ||
|
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
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