Skip to content

Commit

Permalink
same as PR 452
Browse files Browse the repository at this point in the history
Signed-off-by: Amir <amirghotbi@gmail.com>
  • Loading branch information
aravandi committed Jan 5, 2024
1 parent af53eac commit 4b5ca1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions tiny-build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
FROM hairyhenderson/gomplate:v3.11.4-slim AS gomplate
FROM hairyhenderson/gomplate:v3.11.6-slim AS gomplate
FROM docker:23.0.1 AS docker
FROM docker/compose:1.27.4 AS compose
FROM vault:1.6.1 AS vault
FROM hashicorp/terraform:1.0.0 AS terraform
FROM hashicorp/terraform:1.6.6 AS terraform
FROM hashicorp/packer:1.6.6 AS packer
FROM prom/prometheus:v2.41.0 AS prometheus
FROM prom/alertmanager:v0.24.0 AS alertmanager
FROM grafana/cortex-tools:v0.10.7 AS cortextool
FROM mikefarah/yq:4.31.2 AS yq
FROM lachlanevenson/k8s-kubectl:v1.22.16 AS kubectl
FROM lachlanevenson/k8s-kubectl:v1.25.4 AS kubectl
FROM lachlanevenson/k8s-helm:v3.10.2 AS helm2
FROM lachlanevenson/k8s-helm:v3.10.2 AS helm
FROM r.j3ss.co/img:v0.5.11 AS img
FROM gcr.io/google.com/cloudsdktool/cloud-sdk:371.0.0-alpine AS google-cloud-sdk
FROM instrumenta/conftest:v0.21.0 AS conftest

FROM alpine:3.14.0 AS cc-test-reporter
FROM alpine:3.19 AS cc-test-reporter

RUN wget -q -O /bin/cc-test-reporter https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
RUN chmod +x /bin/cc-test-reporter

FROM alpine:3.14.0 AS packages
FROM alpine:3.19 AS packages

RUN apk add --no-cache \
make \
Expand Down Expand Up @@ -57,7 +57,7 @@ RUN mkdir hub && \

RUN ln -s /usr/local/bin/helm /usr/local/bin/helm3

FROM alpine:3.14.3 AS build
FROM alpine:3.19 AS build

COPY --from=gomplate /gomplate /bin/gomplate
COPY --from=docker /usr/local/bin/docker /bin/docker
Expand All @@ -80,4 +80,4 @@ COPY --from=google-cloud-sdk /google-cloud-sdk/.install/ /usr/local/.install/
COPY --from=img /usr/bin/img /usr/bin/img
COPY --from=conftest /usr/local/bin/conftest /usr/local/bin/conftest

COPY --from=packages / /
COPY --from=packages / /
4 changes: 2 additions & 2 deletions tiny-build/awscli-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
awscli==1.27.92
botocore==1.29.92
awscli==1.32.13
botocore==1.34.13
colorama==0.4.4
docutils==0.16
jmespath==1.0.1
Expand Down

0 comments on commit 4b5ca1d

Please sign in to comment.