Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patched various packages #339

Merged
merged 9 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions images/awx-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ additional_build_steps:
- LABEL org.opencontainers.image.title="SDP AWX Execution Environment image."
- LABEL org.opencontainers.image.description="Provides an AWX execution environment image optimised for use with SDP. Built with ansible-builder."
- LABEL org.opencontainers.image.source="https://github.com/dpc-sdp/bay/blob/6.x/images/awx-ee/"
- ARG LAGOON_CLI_VERSION=v0.21.3
- ARG LAGOON_CLI_VERSION=v0.31.2
- ARG NVM_INSTALL_VERSION=v0.39.7
- ARG NODE_VERSION=v20.9.0
- ARG NVM_DIR="/runner/.nvm"
- ARG PHP_VERSION="8.3"
- ARG COMPOSER_VERSION="2.7.7"
- ARG HUB_VERSION="2.14.2"
- ARG GOJQ_VERSION="0.12.16"
- ARG HELM_VERSION="3.15.4"
- ARG YAMLFMT_VERSION="0.13.0"
- ARG KUBECTL_VERSION="1.31.0"
- ARG GOJQ_VERSION="0.12.17"
- ARG HELM_VERSION="3.16.3"
- ARG YAMLFMT_VERSION="0.14.0"
- ARG KUBECTL_VERSION="1.32.0"

append_final:
- | # Required dependencies.
Expand Down
4 changes: 2 additions & 2 deletions images/ci-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM hashicorp/terraform:latest AS terraform
FROM php:8.3-cli-alpine
ARG AHOY_VERSION=2.2.0
ARG GOJQ_VERSION=0.12.16
ARG GOJQ_VERSION=0.12.17
ARG HUB_VERSION=2.14.2
ARG LAGOON_CLI_VERSION=0.21.3
ARG LAGOON_CLI_VERSION=0.31.2

# Ensure temp files dont end up in image.
VOLUME /tmp
Expand Down
2 changes: 1 addition & 1 deletion images/elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM elasticsearch:8.10.2
FROM elasticsearch:8.16.1

ENV ES_PATH=/usr/share/elasticsearch

Expand Down
2 changes: 1 addition & 1 deletion images/mailpit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

FROM alpine:latest
ARG MAILPIT_VERSION=1.20.2
ARG MAILPIT_VERSION=1.21.6

# Install ca-certificates, required for the "release message" feature:
RUN apk --no-cache add \
Expand Down
2 changes: 1 addition & 1 deletion images/php/Dockerfile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM uselagoon/php-${PHP_VERSION}-cli-drupal:latest
# Remove unnecessary packages that increase our attack surface area.
RUN apk del postgresql-client

ARG GOJQ_VERSION=0.12.16
ARG GOJQ_VERSION=0.12.17
ARG DOCKERIZE_VERSION=v0.8.0
ARG BAY_CLI_VERSION=v1.2.0

Expand Down
Loading