Skip to content

Commit 5ae5bd6

Browse files
committed
style: minor docker image tweaks
1 parent f8190ff commit 5ae5bd6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

8.0/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ ARG ENVE_VERSION=1.4.0
105105
RUN set -eux \
106106
&& wget -O /tmp/enve.tar.gz \
107107
"https://github.com/joseluisq/enve/releases/download/v${ENVE_VERSION}/enve_v${ENVE_VERSION}_linux_amd64.tar.gz" \
108-
&& tar xzvf /tmp/enve.tar.gz -C /usr/local/bin enve \
109-
&& enve -v \
110-
&& rm -rf /tmp/enve.tar.gz \
111-
&& chmod +x /usr/local/bin/enve \
108+
&& tar xzvf /tmp/enve.tar.gz -C /usr/local/bin enve \
109+
&& enve -v \
110+
&& rm -rf /tmp/enve.tar.gz \
111+
&& chmod +x /usr/local/bin/enve \
112112
&& true
113113

114114
COPY 8.0/entrypoint.sh /usr/local/bin/docker-entrypoint.sh

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
[![devel](https://github.com/joseluisq/docker-mysql-client/actions/workflows/devel.yml/badge.svg)](https://github.com/joseluisq/docker-mysql-client/actions/workflows/devel.yml) ![Docker Image Size](https://img.shields.io/docker/image-size/joseluisq/mysql-client/8) ![Docker Image Version](https://img.shields.io/docker/v/joseluisq/mysql-client/8) ![Docker Pulls](https://img.shields.io/docker/pulls/joseluisq/mysql-client.svg)
44

5-
> [MySQL 8 client](https://dev.mysql.com/doc/refman/8.0/en/programs-client.html) for export and import databases easily using Docker.
5+
> [MySQL 8 client](https://dev.mysql.com/doc/r**Note:** efman/8.0/en/programs-client.html) for export and import databases easily using Docker.
66
77
This is a __Linux Docker image__ using latest __Debian [11-slim](https://hub.docker.com/_/debian?tab=tags&page=1&name=11-slim)__ ([Bullseye](https://www.debian.org/News/2021/20210814)).
88

9-
*If you are looking for a **MariaDB Client** then go to [Alpine MySQL Client](https://github.com/joseluisq/alpine-mysql-client) project.*
9+
*__Note:__ If you are looking for a __MariaDB Client__ then go to [Alpine MySQL Client](https://github.com/joseluisq/alpine-mysql-client) project.*
1010

1111
🐳 View on [Docker Hub](https://hub.docker.com/r/joseluisq/mysql-client/)
1212

0 commit comments

Comments
 (0)