Skip to content

Commit

Permalink
Revert "Enable automatic updates"
Browse files Browse the repository at this point in the history
This reverts commit 70e0863.
  • Loading branch information
jgierer12 committed Jan 23, 2023
1 parent 70e0863 commit f3d39b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
3 changes: 1 addition & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ FROM quay.io/toolbx-images/alpine-toolbox:3.17
LABEL com.github.containers.toolbox="true" \
usage="This image is meant to be used with the toolbox or distrobox command" \
summary="A cloud-native terminal experience" \
maintainer="[email protected]" \
io.containers.autoupdate="registry"
maintainer="[email protected]"

COPY extra-packages /
RUN apk update && \
Expand Down
21 changes: 0 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,27 +41,6 @@ If you use toolbx:

Use `chezmoi` to pull down your dotfiles and set up git sync.

### Automatic updates

This boxkit supports automatic updates. If Podman's auto-update service is enabled, it will periodically check for updates to the image, and update the container if there are any.

> **Warning**
> Updating the container will recreate it from scratch, meaning that any of your system-level customizations (e.g. installed packages) will be reset!
>
> If you don't want this, make sure the auto-update service is disabled, or fork the repo and remove the `autoupdate` label from the `Containerfile`.
The auto-update service is disabled by default. To enable it, run:

```sh
$ systemctl enable podman-auto-update.timer
```

You can also manually check for and install updates:

```sh
$ podman auto-update
```

### Make your own

Fork and add programs to this this image - over time you'll end up with the perfect CLI for you.
Expand Down

0 comments on commit f3d39b4

Please sign in to comment.