Skip to content

Commit

Permalink
Update TAG and upgrade GRPCURL and GH versions in Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
012xx committed Jan 8, 2025
1 parent f127d9e commit 5c19b8f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 20.04/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.04.20250107
20.04.20250109
2 changes: 1 addition & 1 deletion 20.04/ubuntu-debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG TAG
FROM --platform=$BUILDPLATFORM ghcr.io/cybozu/golang:1.23-jammy AS builder

WORKDIR /go/src/github.com/fullstorydev/grpcurl
ARG GRPCURL_VERSION=1.9.1
ARG GRPCURL_VERSION=1.9.2
ARG TARGETARCH
RUN curl -fsSL -o grpcurl.tar.gz "https://github.com/fullstorydev/grpcurl/archive/v${GRPCURL_VERSION}.tar.gz" \
&& tar -x -z --strip-components 1 -f grpcurl.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion 20.04/ubuntu-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

ARG TARGETARCH
ARG GH_VERSION=2.62.0
ARG GH_VERSION=2.65.0
RUN curl -fsL -o /tmp/gh.tgz https://github.com/cli/cli/releases/download/v${GH_VERSION}/gh_${GH_VERSION}_linux_${TARGETARCH}.tar.gz \
&& tar -C /tmp -xzf /tmp/gh.tgz \
&& cp /tmp/gh_${GH_VERSION}_linux_${TARGETARCH}/bin/gh /usr/local/bin \
Expand Down
2 changes: 1 addition & 1 deletion 22.04/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.04.20250107
22.04.20250109
2 changes: 1 addition & 1 deletion 22.04/ubuntu-debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG TAG
FROM --platform=$BUILDPLATFORM ghcr.io/cybozu/golang:1.23-jammy AS builder

WORKDIR /go/src/github.com/fullstorydev/grpcurl
ARG GRPCURL_VERSION=1.9.1
ARG GRPCURL_VERSION=1.9.2
RUN curl -fsSL -o grpcurl.tar.gz "https://github.com/fullstorydev/grpcurl/archive/v${GRPCURL_VERSION}.tar.gz" \
&& tar -x -z --strip-components 1 -f grpcurl.tar.gz \
&& rm -f grpcurl.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion 22.04/ubuntu-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

ARG TARGETARCH
ARG GH_VERSION=2.62.0
ARG GH_VERSION=2.65.0
RUN curl -fsL -o /tmp/gh.tgz https://github.com/cli/cli/releases/download/v${GH_VERSION}/gh_${GH_VERSION}_linux_${TARGETARCH}.tar.gz \
&& tar -C /tmp -xzf /tmp/gh.tgz \
&& cp /tmp/gh_${GH_VERSION}_linux_${TARGETARCH}/bin/gh /usr/local/bin \
Expand Down
2 changes: 1 addition & 1 deletion 24.04/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.04.20250107
24.04.20250109
2 changes: 1 addition & 1 deletion 24.04/ubuntu-debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG TAG
FROM --platform=$BUILDPLATFORM ghcr.io/cybozu/golang:1.23-jammy AS builder

WORKDIR /go/src/github.com/fullstorydev/grpcurl
ARG GRPCURL_VERSION=1.9.1
ARG GRPCURL_VERSION=1.9.2
RUN curl -fsSL -o grpcurl.tar.gz "https://github.com/fullstorydev/grpcurl/archive/v${GRPCURL_VERSION}.tar.gz" \
&& tar -x -z --strip-components 1 -f grpcurl.tar.gz \
&& rm -f grpcurl.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion 24.04/ubuntu-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

ARG TARGETARCH
ARG GH_VERSION=2.62.0
ARG GH_VERSION=2.65.0
RUN curl -fsL -o /tmp/gh.tgz https://github.com/cli/cli/releases/download/v${GH_VERSION}/gh_${GH_VERSION}_linux_${TARGETARCH}.tar.gz \
&& tar -C /tmp -xzf /tmp/gh.tgz \
&& cp /tmp/gh_${GH_VERSION}_linux_${TARGETARCH}/bin/gh /usr/local/bin \
Expand Down

0 comments on commit 5c19b8f

Please sign in to comment.