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

update sealed-secrets to 0.22.0 #1091

Merged
merged 2 commits into from
Sep 22, 2023
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
2 changes: 1 addition & 1 deletion sealed-secrets/BRANCH
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.19
0.22
4 changes: 2 additions & 2 deletions sealed-secrets/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build stage
FROM quay.io/cybozu/golang:1.19-focal AS build
FROM quay.io/cybozu/golang:1.21-jammy AS build

ARG SEALED_SECRETS_VERSION=0.19.5
ARG SEALED_SECRETS_VERSION=0.22.0

RUN curl -sLf -o sealed-secrets.tar.gz https://github.com/bitnami-labs/sealed-secrets/archive/v${SEALED_SECRETS_VERSION}.tar.gz \
&& tar --strip-components=1 -xzf sealed-secrets.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion sealed-secrets/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.19.5.1
0.22.0.1
4 changes: 2 additions & 2 deletions serf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# serf container

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

ARG SERF_VERSION=0.10.1

Expand All @@ -15,7 +15,7 @@ WORKDIR /go/src/github.com/hashicorp/serf
RUN go install -ldflags="-w -s" ./...

# Stage2: setup runtime container
FROM quay.io/cybozu/ubuntu:20.04
FROM quay.io/cybozu/ubuntu:22.04

RUN apt-get update \
&& apt-get -y install --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion serf/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.1.2
0.10.1.3