Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
bump docker and runner agent (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
some-natalie authored Nov 24, 2021
1 parent 4722ec1 commit 524a2cf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion images/centos7.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ COPY software/kubectl.sh kubectl.sh
RUN bash kubectl.sh && rm kubectl.sh

ARG TARGETPLATFORM=linux/amd64
ARG RUNNER_VERSION=2.283.3
ARG RUNNER_VERSION=2.284.0
ARG DEBUG=false

RUN test -n "$TARGETPLATFORM" || (echo "TARGETPLATFORM must be set" && false)
Expand Down
2 changes: 1 addition & 1 deletion images/centos8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ COPY software/kubectl.sh kubectl.sh
RUN bash kubectl.sh && rm kubectl.sh

ARG TARGETPLATFORM=linux/amd64
ARG RUNNER_VERSION=2.283.3
ARG RUNNER_VERSION=2.284.0
ARG DEBUG=false

RUN test -n "$TARGETPLATFORM" || (echo "TARGETPLATFORM must be set" && false)
Expand Down
4 changes: 2 additions & 2 deletions images/debian-bullseye.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ COPY software/kubectl.sh kubectl.sh
RUN bash kubectl.sh && rm kubectl.sh

ARG TARGETPLATFORM=linux/amd64
ARG RUNNER_VERSION=2.283.3
ARG RUNNER_VERSION=2.284.0
ARG DOCKER_CHANNEL=stable
ARG DOCKER_VERSION=20.10.9
ARG DOCKER_VERSION=20.10.11
ARG COMPOSE_VERSION=1.29.2
ARG DEBUG=false

Expand Down
4 changes: 2 additions & 2 deletions images/debian-buster.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ COPY software/kubectl.sh kubectl.sh
RUN bash kubectl.sh && rm kubectl.sh

ARG TARGETPLATFORM=linux/amd64
ARG RUNNER_VERSION=2.283.3
ARG RUNNER_VERSION=2.284.0
ARG DOCKER_CHANNEL=stable
ARG DOCKER_VERSION=20.10.9
ARG DOCKER_VERSION=20.10.11
ARG COMPOSE_VERSION=1.29.2
ARG DEBUG=false

Expand Down
4 changes: 2 additions & 2 deletions images/ubuntu-focal.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ RUN apt-get autoclean && apt-get autoremove

# Runner agent and Docker configs
ARG TARGETPLATFORM=linux/amd64
ARG RUNNER_VERSION=2.283.3
ARG RUNNER_VERSION=2.284.0
ARG DOCKER_CHANNEL=stable
ARG DOCKER_VERSION=20.10.9
ARG DOCKER_VERSION=20.10.11
ARG COMPOSE_VERSION=1.29.2
ARG DEBUG=false

Expand Down

0 comments on commit 524a2cf

Please sign in to comment.