Skip to content

Commit

Permalink
Merge pull request #1148 from cybozu/reguler-update-mimura
Browse files Browse the repository at this point in the history
reguler update
  • Loading branch information
YZ775 authored Nov 14, 2023
2 parents d27745a + f334510 commit 8b5ea21
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion kube-storage-version-migrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Each target is prefixed with "storage-version-migrate-" to construct its repository name.

# Stage1: build from source
FROM quay.io/cybozu/golang:1.19-jammy AS build
FROM quay.io/cybozu/golang:1.21-jammy AS build

ARG MIGRATOR_VERSION=0.0.5

Expand Down
2 changes: 1 addition & 1 deletion kube-storage-version-migrator/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.5.3
0.0.5.4
4 changes: 2 additions & 2 deletions registry/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Registry container image

# Stage1: build from source
FROM ghcr.io/cybozu/golang:1.20-jammy AS build
FROM ghcr.io/cybozu/golang:1.21-jammy AS build

ARG REGISTRY_VERSION=2.8.2
ARG REGISTRY_VERSION=2.8.3

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN mkdir -p /go/src/github.com/docker/ \
Expand Down
2 changes: 1 addition & 1 deletion registry/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.2.1
2.8.3.1
4 changes: 2 additions & 2 deletions spegel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ghcr.io/cybozu/golang:1.20-jammy AS builder
ARG SPEGEL_VERSION=0.0.11
FROM ghcr.io/cybozu/golang:1.21-jammy AS builder
ARG SPEGEL_VERSION=0.0.14

WORKDIR /work/spegel

Expand Down
2 changes: 1 addition & 1 deletion spegel/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.11.1
0.0.14.1

0 comments on commit 8b5ea21

Please sign in to comment.