Skip to content

Commit

Permalink
Merge pull request #75 from theohbrothers/enhancement/bump-imap-backu…
Browse files Browse the repository at this point in the history
…p-15.0-variants-to-15.0.2

Enhancement: Bump imap-backup 15.0 variants to 15.0.2
  • Loading branch information
theohbrothersbot authored Jun 11, 2024
2 parents 326d409 + a003ba6 commit 8f3ad38
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 31 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/ci-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
git diff --exit-code
build-15-0-1:
build-15-0-2:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -64,9 +64,9 @@ jobs:
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-15.0.1-${{ github.sha }}
key: ${{ runner.os }}-buildx-15.0.2-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-15.0.1-
${{ runner.os }}-buildx-15.0.2-
${{ runner.os }}-buildx-
- name: Login to Docker Hub registry
Expand All @@ -79,7 +79,7 @@ jobs:

# This step generates the docker tags
- name: Prepare
id: prep-15-0-1
id: prep-15-0-2
run: |
set -e
Expand All @@ -92,7 +92,7 @@ jobs:
# Generate docker image tags
# E.g. 'v0.0.0-<variant>' and 'v0.0.0-abc0123-<variant>'
# E.g. 'master-<variant>' and 'master-abc0123-<variant>'
VARIANT="15.0.1"
VARIANT="15.0.2"
REF_VARIANT="${REF}-${VARIANT}"
REF_SHA_VARIANT="${REF}-${SHA}-${VARIANT}"
Expand All @@ -102,45 +102,45 @@ jobs:
echo "REF_VARIANT=$REF_VARIANT" >> $GITHUB_OUTPUT
echo "REF_SHA_VARIANT=$REF_SHA_VARIANT" >> $GITHUB_OUTPUT
- name: 15.0.1 - Build (PRs)
- name: 15.0.2 - Build (PRs)
# Run only on pull requests
if: github.event_name == 'pull_request'
uses: docker/build-push-action@v5
with:
context: variants/15.0.1
context: variants/15.0.2
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/s390x
push: false
tags: |
${{ github.repository }}:${{ steps.prep-15-0-1.outputs.REF_VARIANT }}
${{ github.repository }}:${{ steps.prep-15-0-1.outputs.REF_SHA_VARIANT }}
${{ github.repository }}:${{ steps.prep-15-0-2.outputs.REF_VARIANT }}
${{ github.repository }}:${{ steps.prep-15-0-2.outputs.REF_SHA_VARIANT }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max

- name: 15.0.1 - Build and push (master)
- name: 15.0.2 - Build and push (master)
# Run only on master
if: github.ref == 'refs/heads/master'
uses: docker/build-push-action@v5
with:
context: variants/15.0.1
context: variants/15.0.2
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/s390x
push: true
tags: |
${{ github.repository }}:${{ steps.prep-15-0-1.outputs.REF_VARIANT }}
${{ github.repository }}:${{ steps.prep-15-0-1.outputs.REF_SHA_VARIANT }}
${{ github.repository }}:${{ steps.prep-15-0-2.outputs.REF_VARIANT }}
${{ github.repository }}:${{ steps.prep-15-0-2.outputs.REF_SHA_VARIANT }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max

- name: 15.0.1 - Build and push (release)
- name: 15.0.2 - Build and push (release)
if: startsWith(github.ref, 'refs/tags/')
uses: docker/build-push-action@v5
with:
context: variants/15.0.1
context: variants/15.0.2
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/s390x
push: true
tags: |
${{ github.repository }}:${{ steps.prep-15-0-1.outputs.VARIANT }}
${{ github.repository }}:${{ steps.prep-15-0-1.outputs.REF_VARIANT }}
${{ github.repository }}:${{ steps.prep-15-0-1.outputs.REF_SHA_VARIANT }}
${{ github.repository }}:${{ steps.prep-15-0-2.outputs.VARIANT }}
${{ github.repository }}:${{ steps.prep-15-0-2.outputs.REF_VARIANT }}
${{ github.repository }}:${{ steps.prep-15-0-2.outputs.REF_SHA_VARIANT }}
${{ github.repository }}:latest
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
Expand Down Expand Up @@ -3368,7 +3368,7 @@ jobs:
update-draft-release:
needs:
- build-15-0-1
- build-15-0-2
- build-14-6-1
- build-14-5-2
- build-14-4-5
Expand Down Expand Up @@ -3409,7 +3409,7 @@ jobs:

publish-draft-release:
needs:
- build-15-0-1
- build-15-0-2
- build-14-6-1
- build-14-5-2
- build-14-4-5
Expand Down Expand Up @@ -3452,7 +3452,7 @@ jobs:

update-dockerhub-description:
needs:
- build-15-0-1
- build-15-0-2
- build-14-6-1
- build-14-5-2
- build-14-4-5
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ imap-backup syncs IMAP as `.mbox` backup files, in contrast to [isync](https://g

| Tag | Dockerfile Build Context |
|:-------:|:---------:|
| `:15.0.1`, `:latest` | [View](variants/15.0.1) |
| `:15.0.2`, `:latest` | [View](variants/15.0.2) |
| `:14.6.1` | [View](variants/14.6.1) |
| `:14.5.2` | [View](variants/14.5.2) |
| `:14.4.5` | [View](variants/14.4.5) |
Expand Down Expand Up @@ -50,7 +50,7 @@ See the following `docker-compose` examples:

```sh
# Print command line usage
docker run --rm -it theohbrothers/docker-imap-backup:15.0.1 help
docker run --rm -it theohbrothers/docker-imap-backup:15.0.2 help

# Interactive setup. See: https://github.com/joeyates/imap-backup/blob/main/docs/commands/setup.md
# 1. add account
Expand All @@ -61,28 +61,28 @@ docker run --rm -it theohbrothers/docker-imap-backup:15.0.1 help
# 5. test connection
# 13. Press (q) return to main menu
# 3. save and exit
docker run --rm -it -v imap-backup:/root/.imap-backup theohbrothers/docker-imap-backup:15.0.1 setup
docker run --rm -it -v imap-backup:/root/.imap-backup theohbrothers/docker-imap-backup:15.0.2 setup

# View backup config
docker run --rm -it -v imap-backup:/root/.imap-backup theohbrothers/docker-imap-backup:15.0.1 cat /root/.imap-backup/config.json
docker run --rm -it -v imap-backup:/root/.imap-backup theohbrothers/docker-imap-backup:15.0.2 cat /root/.imap-backup/config.json

# Backup. See: https://github.com/joeyates/imap-backup/blob/main/docs/commands/backup.md
docker run --rm -it -v imap-backup:/root/.imap-backup theohbrothers/docker-imap-backup:15.0.1 backup
docker run --rm -it -v imap-backup:/root/.imap-backup theohbrothers/docker-imap-backup:15.0.2 backup

# Check backup integrity (not available on <= 9.2.0)
docker run --rm -it -v imap-backup:/root/.imap-backup theohbrothers/docker-imap-backup:15.0.1 local check
docker run --rm -it -v imap-backup:/root/.imap-backup theohbrothers/docker-imap-backup:15.0.2 local check

# Print backup stats
docker run --rm -it -v imap-backup:/root/.imap-backup theohbrothers/docker-imap-backup:15.0.1 stats <email>
docker run --rm -it -v imap-backup:/root/.imap-backup theohbrothers/docker-imap-backup:15.0.2 stats <email>

# List backup files. See: https://github.com/joeyates/imap-backup/blob/main/docs/commands/backup.md
docker run --rm -it -v imap-backup:/root/.imap-backup theohbrothers/docker-imap-backup:15.0.1 ls -alR /root/.imap-backup
docker run --rm -it -v imap-backup:/root/.imap-backup theohbrothers/docker-imap-backup:15.0.2 ls -alR /root/.imap-backup

# Restore emails from backup to IMAP server. See: https://github.com/joeyates/imap-backup/blob/main/docs/commands/restore.md
docker run --rm -it -v imap-backup:/root/.imap-backup theohbrothers/docker-imap-backup:9.3.1 restore <email>

# Start a shell
docker run --rm -it -v imap-backup:/root/.imap-backup theohbrothers/docker-imap-backup:15.0.1 sh
docker run --rm -it -v imap-backup:/root/.imap-backup theohbrothers/docker-imap-backup:15.0.2 sh
```

## Development
Expand Down
2 changes: 1 addition & 1 deletion generate/definitions/versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imap-backup": {
"versions": [
"15.0.1",
"15.0.2",
"14.6.1",
"14.5.2",
"14.4.5",
Expand Down
15 changes: 15 additions & 0 deletions variants/15.0.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FROM ruby:3.2-alpine3.17

RUN apk add --no-cache ca-certificates
RUN set -eux; \
apk add --no-cache alpine-sdk; \
gem install imap-backup -v 15.0.2; \
apk del --no-cache alpine-sdk; \
imap-backup help > /dev/null

WORKDIR /root
VOLUME /root/.imap-backup

COPY docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod +x /docker-entrypoint.sh
ENTRYPOINT [ "/docker-entrypoint.sh" ]
13 changes: 13 additions & 0 deletions variants/15.0.2/docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/sh
set -eu

if [ $# -gt 0 ]; then
SUBCOMMANDS=$( imap-backup help | grep -E '^\s*imap-backup' | awk '{print $2}' | sort -n | uniq )
if echo "$SUBCOMMANDS" | grep "^$1$" > /dev/null; then
exec imap-backup "$@"
fi
else
exec imap-backup "$@"
fi

exec "$@"

0 comments on commit 8f3ad38

Please sign in to comment.