Skip to content

Commit

Permalink
Merge pull request #1151 from cybozu/regular-container-update-2023-11…
Browse files Browse the repository at this point in the history
…-platform

regular container update 2023-11 for other images from platform team
  • Loading branch information
umezawatakeshi authored Nov 16, 2023
2 parents 685ebf8 + 6184f0b commit 0e9c371
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 19 deletions.
2 changes: 1 addition & 1 deletion blackbox_exporter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# blackbox-exporter container

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

ARG BLACKBOX_EXPORTER_VERSION=0.24.0
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion blackbox_exporter/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.24.0.1
0.24.0.2
2 changes: 1 addition & 1 deletion maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ opentelemetry-collector container consists of three repositories: opentelemetry-
1. Check the release page.
- https://github.com/pomerium/pomerium/releases
2. Update version variables in `Dockerfile`.
3. Update `BRANCH` and `TAG` files.
3. Update `TAG` file.

## prometheus-adapter

Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-collector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# opentelemetry-collector

FROM quay.io/cybozu/golang:1.20-jammy AS build
FROM quay.io/cybozu/golang:1.21-jammy AS build

ARG OTELCOL_VERSION=0.88.0

Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-collector/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.88.0.1
0.88.0.2
1 change: 0 additions & 1 deletion pomerium/BRANCH

This file was deleted.

4 changes: 2 additions & 2 deletions pomerium/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM quay.io/cybozu/golang:1.20-jammy as build
ARG POMERIUM_VERSION=0.22.2
FROM quay.io/cybozu/golang:1.21-jammy as build
ARG POMERIUM_VERSION=0.23.0

WORKDIR /work/pomerium
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion pomerium/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.22.2.1
0.23.0.1
2 changes: 1 addition & 1 deletion prometheus-adapter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# prometheus-adapter container

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

ARG PROMETHEUS_ADAPTER_VERSION=0.11.0

Expand Down
2 changes: 1 addition & 1 deletion prometheus-adapter/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0.1
0.11.0.2
2 changes: 1 addition & 1 deletion pushgateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Prometheus container (prometheus, alertmanager, pushgateway)

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

ARG PUSHGATEWAY_VERSION=1.6.0

Expand Down
2 changes: 1 addition & 1 deletion pushgateway/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0.1
1.6.0.2
2 changes: 1 addition & 1 deletion 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.21-jammy AS build

ARG SEALED_SECRETS_VERSION=0.24.1
ARG SEALED_SECRETS_VERSION=0.24.3

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.24.1.1
0.24.3.1
2 changes: 1 addition & 1 deletion stakater-reloader/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# trust-manager container

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

COPY TAG /
WORKDIR /workspace
Expand Down
2 changes: 1 addition & 1 deletion stakater-reloader/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.29.1
1.0.51.1
2 changes: 1 addition & 1 deletion teleport-node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Stage1: build from source
FROM quay.io/cybozu/golang:1.21-jammy AS build

ARG TELEPORT_VERSION=13.4.0
ARG TELEPORT_VERSION=13.4.7
# Install Nodejs
ARG NODE_VERSION=18.17.1
ENV NODE_URL="https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.xz"
Expand Down
2 changes: 1 addition & 1 deletion teleport-node/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.4.0.2
13.4.7.1

0 comments on commit 0e9c371

Please sign in to comment.