Skip to content

Commit

Permalink
Use ap-base 3.20.5 (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhoherd authored Feb 5, 2025
1 parent ecbdbdb commit 512af7a
Show file tree
Hide file tree
Showing 35 changed files with 38 additions and 47 deletions.
2 changes: 1 addition & 1 deletion alertmanager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.3-1
FROM quay.io/astronomer/ap-base:3.20.5
LABEL maintainer="Astronomer <[email protected]>"
ARG BUILD_NUMBER=-1
LABEL io.astronomer.docker=true
Expand Down
2 changes: 1 addition & 1 deletion alertmanager/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.27.0-4
0.27.0-5
2 changes: 1 addition & 1 deletion awsesproxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.3-1
FROM quay.io/astronomer/ap-base:3.20.5
LABEL maintainer="Astronomer <[email protected]>"

ARG BUILD_NUMBER=-1
Expand Down
2 changes: 1 addition & 1 deletion awsesproxy/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0-12
1.5.0-13
2 changes: 1 addition & 1 deletion blackbox-exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.3-1
FROM quay.io/astronomer/ap-base:3.20.5
LABEL maintainer="Astronomer <[email protected]>"

ARG BUILD_NUMBER=-1
Expand Down
2 changes: 1 addition & 1 deletion blackbox-exporter/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.25.0-4
0.25.0-5
8 changes: 4 additions & 4 deletions curator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,25 @@
# limitations under the License.

# https://quay.io/repository/astronomer/ap-base?tab=tags
FROM quay.io/astronomer/ap-base:3.20.3-1
FROM quay.io/astronomer/ap-base:3.20.5
LABEL maintainer="Astronomer <[email protected]>"

ARG BUILD_NUMBER=-1
LABEL io.astronomer.docker=true
LABEL io.astronomer.docker.build.number=$BUILD_NUMBER

# https://github.com/elastic/curator/releases
ENV CURATOR_VERSION 8.0.17
ENV CURATOR_VERSION=8.0.17

RUN set -x ; apk --no-cache add \
libffi \
libssl1.1 \
openssl \
py3-cffi \
py3-pip \
py3-setuptools \
python3 \
python3-dev && \
rm -fv /usr/lib/python3.*/EXTERNALLY-MANAGED && \
apk add --no-cache \
py3-cryptography \
py3-openssl \
Expand All @@ -52,4 +53,3 @@ RUN set -x ; apk --no-cache add \
USER 65534

ENTRYPOINT ["/usr/bin/curator"]

11 changes: 1 addition & 10 deletions curator/twistcliignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
CVE-2023-0286
CVE-2023-32681
CVE-2023-42366
CVE-2023-49083
CVE-2023-50782
CVE-2023-5752
CVE-2024-0727
CVE-2024-37891
GHSA-5cpq-8wj7-hf2v
GHSA-jm77-qphf-c4w8
GHSA-v8gr-m533-ghj9
GHSA-h4gh-qq45-vh27
2 changes: 1 addition & 1 deletion curator/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.17-1
8.0.17-2
2 changes: 1 addition & 1 deletion git-daemon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

# https://github.com/kubernetes/git-sync/releases
FROM quay.io/astronomer/ap-base:3.20.3-1
FROM quay.io/astronomer/ap-base:3.20.5
LABEL maintainer="Astronomer <[email protected]>"

ARG BUILD_NUMBER=-1
Expand Down
2 changes: 1 addition & 1 deletion git-daemon/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.20.3-1
3.20.5
2 changes: 1 addition & 1 deletion git-sync-relay/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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-1
FROM quay.io/astronomer/ap-base:3.20.5
LABEL maintainer="Astronomer <[email protected]>"

ARG BUILD_NUMBER=-1
Expand Down
2 changes: 1 addition & 1 deletion git-sync-relay/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.3-7
0.0.3-8
2 changes: 1 addition & 1 deletion git-sync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# https://github.com/kubernetes/git-sync/releases
FROM registry.k8s.io/git-sync/git-sync:v4.2.3 AS upstream

FROM quay.io/astronomer/ap-base:3.20.3-1
FROM quay.io/astronomer/ap-base:3.20.5
LABEL maintainer="Astronomer <[email protected]>"
COPY --from=upstream /git-sync /usr/local/bin/
USER root
Expand Down
2 changes: 1 addition & 1 deletion git-sync/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.3-1
4.2.3-2
2 changes: 1 addition & 1 deletion init/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Used only for kubernetes initContainer tasks

# Inherit dockerize and RDS certificates from ap-base
FROM quay.io/astronomer/ap-base:3.20.3-1
FROM quay.io/astronomer/ap-base:3.20.5

RUN apk add --no-cache curl shadow

Expand Down
2 changes: 1 addition & 1 deletion init/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.20.3-1
3.20.5
2 changes: 1 addition & 1 deletion nats-exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN git clone --branch v${NATS_EXPORTER_VERSION} https://github.com/nats-io/prom
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v -a -tags netgo -installsuffix netgo -ldflags "-s -w"

# Final docker image building stage
FROM quay.io/astronomer/ap-base:3.20.3-1
FROM quay.io/astronomer/ap-base:3.20.5

ARG BUILD_NUMBER=-1
LABEL io.astronomer.docker=true
Expand Down
2 changes: 1 addition & 1 deletion nats-exporter/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.0-4
0.15.0-5
2 changes: 1 addition & 1 deletion nats-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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-1
FROM quay.io/astronomer/ap-base:3.20.5

LABEL maintainer="Astronomer <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion nats-server/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10.18-2
2.10.18-3
2 changes: 1 addition & 1 deletion nats-streaming/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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-1
FROM quay.io/astronomer/ap-base:3.20.5

LABEL maintainer="Astronomer <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion nats-streaming/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.25.6-7
0.25.6-8
2 changes: 1 addition & 1 deletion pgbouncer-exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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-1
FROM quay.io/astronomer/ap-base:3.20.5

LABEL maintainer="Astronomer <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion pgbouncer-exporter/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.18.0-1
0.18.0-2
2 changes: 1 addition & 1 deletion pgbouncer-krb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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-1
FROM quay.io/astronomer/ap-base:3.20.5
LABEL maintainer="Astronomer <[email protected]>"

ARG BUILD_NUMBER=-1
Expand Down
2 changes: 1 addition & 1 deletion pgbouncer-krb/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.0-16
1.17.0-17
2 changes: 1 addition & 1 deletion pgbouncer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.3-1
FROM quay.io/astronomer/ap-base:3.20.5
LABEL maintainer="Astronomer <[email protected]>"

# Make it possible to override the UID/GID/username of the user running
Expand Down
2 changes: 1 addition & 1 deletion pgbouncer/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.1-3
1.23.1-4
2 changes: 1 addition & 1 deletion postgres-exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

FROM quay.io/prometheuscommunity/postgres-exporter:v0.16.0 AS upstream

FROM quay.io/astronomer/ap-base:3.20.3-1
FROM quay.io/astronomer/ap-base:3.20.5

ARG BUILD_NUMBER=-1
LABEL io.astronomer.docker=true
Expand Down
2 changes: 1 addition & 1 deletion postgres-exporter/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.0-1
0.16.0-2
2 changes: 1 addition & 1 deletion registry/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.3-1
FROM quay.io/astronomer/ap-base:3.20.5
LABEL maintainer="Astronomer <[email protected]>"

ARG BUILD_NUMBER=-1
Expand Down
2 changes: 1 addition & 1 deletion registry/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.20.3-1
3.20.5
2 changes: 1 addition & 1 deletion vector/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.3-1
FROM quay.io/astronomer/ap-base:3.20.5

LABEL maintainer="Astronomer <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion vector/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.44.0-1
0.44.0-2

0 comments on commit 512af7a

Please sign in to comment.