Skip to content

Commit ea7d9ca

Browse files
committed
v8.0.33
- remove `dirmngr` dep
1 parent 07b04a7 commit ea7d9ca

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/devel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
paths:
8+
- 8.0/**
79

810
jobs:
911
docker:

.github/workflows/release-8.0.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
tags:
55
- 'v8.0.[0-9]+'
66
- 'v8.0.[0-9]+-beta.[0-9]+'
7+
paths:
8+
- 8.0/**
79

810
jobs:
911
docker:

8.0/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ RUN set -eux \
1717
RUN set -eux \
1818
&& DEBIAN_FRONTEND=noninteractive apt-get update -qq \
1919
&& DEBIAN_FRONTEND=noninteractive apt-get install -qq -y --no-install-recommends --no-install-suggests \
20-
dirmngr \
2120
gnupg \
2221
&& rm -rf /var/lib/apt/lists/* \
2322
&& true
@@ -76,9 +75,9 @@ RUN set -eux \
7675
&& true
7776

7877
ENV MYSQL_MAJOR 8.0
79-
ENV MYSQL_VERSION 8.0.32-1debian11
78+
ENV MYSQL_VERSION 8.0.33-1debian11
8079

81-
# https://repo.mysql.com/apt/debian/pool/mysql-8.0/m/mysql-community/mysql-client_8.0.32-1debian11_amd64.deb
80+
# https://repo.mysql.com/apt/debian/pool/mysql-8.0/m/mysql-community/mysql-client_8.0.33-1debian11_amd64.deb
8281
RUN set -eux \
8382
&& echo 'deb [ signed-by=/etc/apt/keyrings/mysql.gpg ] http://repo.mysql.com/apt/debian/ bullseye mysql-8.0' > /etc/apt/sources.list.d/mysql.list \
8483
&& true

0 commit comments

Comments
 (0)