Skip to content

Commit

Permalink
Switch 5.3 to 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Feb 18, 2023
1 parent 2bc1f80 commit 53e4076
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# phpMyAdmin Docker snapshots

[![Docker size 5.2](https://img.shields.io/docker/image-size/botsudo/phpmyadmin-snapshots/5.2-snapshot?style=flat-square)](https://hub.docker.com/r/botsudo/phpmyadmin-snapshots)
[![Docker size 5.3](https://img.shields.io/docker/image-size/botsudo/phpmyadmin-snapshots/5.3-snapshot?style=flat-square)](https://hub.docker.com/r/botsudo/phpmyadmin-snapshots)
[![Docker size 6.0](https://img.shields.io/docker/image-size/botsudo/phpmyadmin-snapshots/6.0-snapshot?style=flat-square)](https://hub.docker.com/r/botsudo/phpmyadmin-snapshots)

## What is different from the [official image](https://hub.docker.com/_/phpmyadmin) ?

Expand All @@ -24,11 +24,13 @@ Dockerfiles can be found on [GitHub: sudo-bot/docker-phpmyadmin-snapshots](https
+ image: botsudo/phpmyadmin-snapshots:5.2-snapshot
```

### 5.3 versions (not released yet, early early testers only !)
### 6.0 versions (not released yet, early early testers only !)

Do not use this version if you do not intend to do **very early testing!**

```diff
- image: phpmyadmin:5
+ image: botsudo/phpmyadmin-snapshots:5.3-snapshot
- image: phpmyadmin:latest
+ image: botsudo/phpmyadmin-snapshots:6.0-snapshot
```

## Is there telemetry ?
Expand Down
4 changes: 2 additions & 2 deletions make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ shift $((OPTIND-1)) # remove parsed options and args from $@ list
if [ ${SHOW_HELP} -gt 0 ]; then
echo 'Usage:'
echo './make-release.sh --env=5.2 -p'
echo './make-release.sh --env=5.3 -p'
echo './make-release.sh --env=6.0 -p'
echo 'POSIX options: long options:'
echo ' -h --help To have some help'
echo ' -e --env= To specify the env (5.2/5.3)'
echo ' -e --env= To specify the env (5.2/6.0)'
echo ' -n --tag-name= To specify the tag name'
echo ' -p --push-tag To push the tag'
echo ' -o --offline Do not fetch tags'
Expand Down

0 comments on commit 53e4076

Please sign in to comment.