Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

latest docker tag should be only the latest stable version #1228

Merged
merged 1 commit into from
Aug 5, 2021

Conversation

dadoonet
Copy link
Owner

@dadoonet dadoonet commented Aug 5, 2021

When pulling the default docker image dadoonet/fscrawler, we are actually getting the latest build, which means the latest SNAPSHOT version.

docker pull dadoonet/fscrawler

With this change, we are making sure that we only use the latest tag when doing the release.

People can still get the latest SNAPSHOT version by running:

docker pull dadoonet/fscrawler:2.8-SNAPSHOT

Closes #1227

When pulling the default docker image `dadoonet/fscrawler`, we are actually getting the latest build, which means the latest SNAPSHOT version.

```sh
docker pull dadoonet/fscrawler
```

With this change, we are making sure that we only use the `latest` tag when doing the release.

People can still get the latest SNAPSHOT version by running:

```sh
docker pull dadoonet/fscrawler:2.8-SNAPSHOT
```

Closes #1227
@dadoonet dadoonet added this to the 2.8 milestone Aug 5, 2021
@dadoonet dadoonet self-assigned this Aug 5, 2021
@dadoonet dadoonet merged commit 6faecca into master Aug 5, 2021
@dadoonet dadoonet deleted the docker/latest branch August 5, 2021 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

latest docker tag should be only the latest stable version
1 participant