-
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.
Upgrade ap-base from 3.18.9 to 3.20.3 1 (#931)
- Loading branch information
1 parent
9066020
commit 3d55e3d
Showing
52 changed files
with
60 additions
and
49 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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
# https://hub.docker.com/r/prom/alertmanager/tags?page=1&ordering=last_updated | ||
FROM prom/alertmanager:v0.27.0 AS UPSTREAM | ||
|
||
FROM quay.io/astronomer/ap-base:3.18.9 | ||
FROM quay.io/astronomer/ap-base:3.20.3-1 | ||
LABEL maintainer="Astronomer <[email protected]>" | ||
ARG BUILD_NUMBER=-1 | ||
LABEL io.astronomer.docker=true | ||
|
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 |
---|---|---|
|
@@ -3,3 +3,5 @@ | |
CVE-2023-45288 | ||
CVE-2024-24790 | ||
CVE-2024-34156 | ||
CVE-2024-45337 | ||
CVE-2024-45338 |
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,5 +1,6 @@ | ||
# Upstream alertmanager images include several CVEs. | ||
# We should try to remove these each time we update. | ||
CVE-2023-42366 | ||
CVE-2023-45288 | ||
CVE-2024-24790 | ||
GO-2024-2883 |
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 +1 @@ | ||
0.27.0-3 | ||
0.27.0-4 |
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ RUN git clone https://github.com/astronomer/aws-es-proxy.git $AWSESPROXY_DIR && | |
|
||
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o aws-es-proxy | ||
|
||
FROM quay.io/astronomer/ap-base:3.18.9 | ||
FROM quay.io/astronomer/ap-base:3.20.3-1 | ||
LABEL maintainer="Astronomer <[email protected]>" | ||
|
||
ARG BUILD_NUMBER=-1 | ||
|
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 |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
CVE-2023-45288 | ||
CVE-2024-24790 | ||
CVE-2024-34156 | ||
CVE-2024-45338 |
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,2 +1,3 @@ | ||
CVE-2023-42366 | ||
CVE-2023-45288 | ||
CVE-2024-24790 |
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 +1 @@ | ||
1.5.0-11 | ||
1.5.0-12 |
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 |
---|---|---|
|
@@ -35,7 +35,7 @@ RUN git clone https://github.com/prometheus/blackbox_exporter $DISTRIBUTION_DIR | |
|
||
RUN CGO_ENABLED=0 make build | ||
|
||
FROM quay.io/astronomer/ap-base:3.18.9 | ||
FROM quay.io/astronomer/ap-base:3.20.3-1 | ||
LABEL maintainer="Astronomer <[email protected]>" | ||
|
||
ARG BUILD_NUMBER=-1 | ||
|
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 |
---|---|---|
|
@@ -4,3 +4,5 @@ CVE-2023-45283 | |
CVE-2023-45288 | ||
CVE-2024-24790 | ||
CVE-2024-34156 | ||
CVE-2024-45337 | ||
CVE-2024-45338 |
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 +1,2 @@ | ||
CVE-2023-42366 | ||
CVE-2024-24790 |
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 +1 @@ | ||
0.25.0-3 | ||
0.25.0-4 |
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
# limitations under the License. | ||
|
||
# https://quay.io/repository/astronomer/ap-base?tab=tags | ||
FROM quay.io/astronomer/ap-base:3.18.9 | ||
FROM quay.io/astronomer/ap-base:3.20.3-1 | ||
LABEL maintainer="Astronomer <[email protected]>" | ||
|
||
ARG BUILD_NUMBER=-1 | ||
|
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,10 +1,11 @@ | ||
CVE-2023-0286 | ||
CVE-2023-32681 | ||
CVE-2023-42366 | ||
CVE-2023-49083 | ||
CVE-2023-50782 | ||
CVE-2023-5752 | ||
CVE-2024-0727 | ||
CVE-2024-26130 | ||
CVE-2024-37891 | ||
CVE-2024-50602 | ||
CVE-2024-9143 | ||
GHSA-h4gh-qq45-vh27 | ||
GHSA-5cpq-8wj7-hf2v | ||
GHSA-jm77-qphf-c4w8 | ||
GHSA-v8gr-m533-ghj9 |
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 +1 @@ | ||
8.0.17 | ||
8.0.17-1 |
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
# limitations under the License. | ||
|
||
# https://github.com/kubernetes/git-sync/releases | ||
FROM quay.io/astronomer/ap-base:3.18.9 | ||
FROM quay.io/astronomer/ap-base:3.20.3-1 | ||
LABEL maintainer="Astronomer <[email protected]>" | ||
|
||
ARG BUILD_NUMBER=-1 | ||
|
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,5 +1 @@ | ||
CVE-2023-39326 | ||
CVE-2023-45283 | ||
CVE-2023-45284 | ||
CVE-2023-45285 | ||
CVE-2023-48795 | ||
CVE-2023-42366 |
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 +1 @@ | ||
3.18.9 | ||
3.20.3-1 |
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
FROM quay.io/astronomer/ap-base:3.18.9 | ||
FROM quay.io/astronomer/ap-base:3.20.3-1 | ||
LABEL maintainer="Astronomer <[email protected]>" | ||
|
||
ARG BUILD_NUMBER=-1 | ||
|
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 +1 @@ | ||
0.0.3-6 | ||
0.0.3-7 |
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,2 +1 @@ | ||
CVE-2024-50602 | ||
CVE-2024-9143 | ||
CVE-2023-42366 |
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 +1 @@ | ||
3.19.4 | ||
3.20.3-1 |
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 |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
# We should try to remove these each time we update. | ||
CVE-2024-24790 | ||
CVE-2024-34156 | ||
CVE-2024-45337 |
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 +1,2 @@ | ||
CVE-2023-42366 | ||
CVE-2024-24790 |
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 +1 @@ | ||
0.15.0-3 | ||
0.15.0-4 |
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
FROM quay.io/astronomer/ap-base:3.18.9 | ||
FROM quay.io/astronomer/ap-base:3.20.3-1 | ||
|
||
LABEL maintainer="Astronomer <[email protected]>" | ||
|
||
|
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 |
---|---|---|
|
@@ -2,3 +2,4 @@ CVE-2023-45283 | |
CVE-2023-45288 | ||
CVE-2024-24790 | ||
CVE-2024-34156 | ||
CVE-2024-45337 |
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 +1 @@ | ||
CVE-2024-24790 | ||
CVE-2023-42366 |
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 +1 @@ | ||
2.10.18-1 | ||
2.10.18-2 |
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
FROM quay.io/astronomer/ap-base:3.18.9 | ||
FROM quay.io/astronomer/ap-base:3.20.3-1 | ||
|
||
LABEL maintainer="Astronomer <[email protected]>" | ||
|
||
|
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,3 +1,4 @@ | ||
CVE-2023-45288 | ||
CVE-2024-24790 | ||
CVE-2024-34156 | ||
CVE-2024-45337 |
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 +1 @@ | ||
0.25.6-6 | ||
0.25.6-7 |
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
# https://hub.docker.com/r/jbub/pgbouncer_exporter | ||
FROM jbub/pgbouncer_exporter:v0.18.0 AS upstream | ||
|
||
FROM quay.io/astronomer/ap-base:3.20.3 | ||
FROM quay.io/astronomer/ap-base:3.20.3-1 | ||
|
||
LABEL maintainer="Astronomer <[email protected]>" | ||
|
||
|
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 +1 @@ | ||
0.18.0 | ||
0.18.0-1 |
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
FROM quay.io/astronomer/ap-base:3.20.3 | ||
FROM quay.io/astronomer/ap-base:3.20.3-1 | ||
LABEL maintainer="Astronomer <[email protected]>" | ||
|
||
ARG BUILD_NUMBER=-1 | ||
|
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 +1 @@ | ||
CVE-2024-50602 | ||
CVE-2023-42366 |
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 +1 @@ | ||
1.17.0-15 | ||
1.17.0-16 |
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
|
||
# https://github.com/CenterForOpenScience/docker-library/blob/master/pgbouncer/Dockerfile | ||
# https://quay.io/repository/centerforopenscience/pgbouncer | ||
FROM quay.io/astronomer/ap-base:3.18.9 | ||
FROM quay.io/astronomer/ap-base:3.20.3-1 | ||
LABEL maintainer="Astronomer <[email protected]>" | ||
|
||
# Make it possible to override the UID/GID/username of the user running | ||
|
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 +1 @@ | ||
1.23.1-2 | ||
1.23.1-3 |
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 |
---|---|---|
|
@@ -4,3 +4,5 @@ CVE-2023-45283 | |
CVE-2023-45288 | ||
CVE-2024-24790 | ||
CVE-2024-34156 | ||
CVE-2024-45337 | ||
CVE-2024-45338 |
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,2 +1 @@ | ||
CVE-2024-50602 | ||
CVE-2024-9143 | ||
CVE-2023-42366 |
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 +1 @@ | ||
0.16.0 | ||
0.16.0-1 |
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 |
---|---|---|
|
@@ -36,7 +36,7 @@ RUN git clone https://github.com/astronomer/distribution.git $DISTRIBUTION_DIR & | |
|
||
RUN CGO_ENABLED=0 make PREFIX=/go clean binaries && file ./bin/registry | grep "statically linked" | ||
|
||
FROM quay.io/astronomer/ap-base:3.18.9 | ||
FROM quay.io/astronomer/ap-base:3.20.3-1 | ||
LABEL maintainer="Astronomer <[email protected]>" | ||
|
||
ARG BUILD_NUMBER=-1 | ||
|
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 |
---|---|---|
|
@@ -46,4 +46,6 @@ CVE-2023-45287 | |
CVE-2023-45288 | ||
CVE-2024-24790 | ||
CVE-2024-34156 | ||
CVE-2024-45337 | ||
CVE-2024-45338 | ||
GHSA-m425-mq94-257g |
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 +1 @@ | ||
3.18.9 | ||
3.20.3-1 |
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ ENV VECTOR_VERSION 0.44.0 | |
RUN curl -fsSL https://github.com/vectordotdev/vector/releases/download/v${VECTOR_VERSION}/vector-${VECTOR_VERSION}-x86_64-unknown-linux-musl.tar.gz \ | ||
| tar --directory=/tmp --strip-components=3 -xzf - ./vector-x86_64-unknown-linux-musl/bin/vector | ||
|
||
FROM quay.io/astronomer/ap-base:3.18.9-1 | ||
FROM quay.io/astronomer/ap-base:3.20.3-1 | ||
|
||
LABEL maintainer="Astronomer <[email protected]>" | ||
|
||
|
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,3 +1 @@ | ||
CVE-2023-42366 | ||
CVE-2024-50602 | ||
CVE-2024-9143 |
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 +1 @@ | ||
0.44.0 | ||
0.44.0-1 |