Skip to content

Commit

Permalink
Merge branch 'release/4.8.1-4alvistack4'
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Mar 5, 2020
2 parents 0f57e21 + 5fe8a8b commit aed6ce0
Show file tree
Hide file tree
Showing 34 changed files with 282 additions and 485 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ script:
after_success:
- |
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
echo "$DOCKER_PASSWORD" | docker login --username="$DOCKER_USERNAME" --password-stdin
export IMAGE=$(docker images | awk '{print $3}' | awk 'NR==2')
export REPO=$(echo $TRAVIS_REPO_SLUG | sed 's/\/docker-/\//g')
if [[ -n "$TRAVIS_TAG" ]] && [[ "$TRAVIS_TAG" =~ ^$MOLECULE_SCENARIO_NAME ]]; then
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@

### Major Changes

## 4.8.1-4alvistack1 - 2020-03-04
## 4.8.1-4alvistack4 - 2020-03-05

### Major Changes

- Revamp with Molecule and `docker commit`
- Consolidate molecule tests into `default` (noop)
- Hotfix for systemd

## 4.8.0-3alvistack1 - 2020-01-15
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ For evaluations you can use the built-in database that will store its files in t

## Versioning

The `latest` tag matches the most recent version of this repository. Thus using `alvistack/fisheye:latest` or `alvistack/fisheye` will ensure you are running the most up to date version of this image.
The `latest` tag matches the most recent [GitHub Release](https://github.com/alvistack/docker-fisheye/releases) of this repository. Thus using `alvistack/fisheye:latest` or `alvistack/fisheye` will ensure you are running the most up to date stable version of this image.

Other tags are rolling release rebuild by [Travis](https://travis-ci.org/alvistack/docker-fisheye) in weekly basis. Thus using these tags will ensure you are running the latest packages provided by the base image project.

## License

Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace: alvistack
name: docker-fisheye
description: Docker Image Packaging for Atlassian Fisheye

version: MAJOR.MINOR.PATCH
version: VERSION
readme: README.md
license: Apache-2.0

Expand Down
17 changes: 0 additions & 17 deletions molecule/4.7/converge.yml

This file was deleted.

1 change: 1 addition & 0 deletions molecule/4.7/converge.yml
73 changes: 0 additions & 73 deletions molecule/4.7/create.yml

This file was deleted.

1 change: 1 addition & 0 deletions molecule/4.7/create.yml
27 changes: 0 additions & 27 deletions molecule/4.7/destroy.yml

This file was deleted.

1 change: 1 addition & 0 deletions molecule/4.7/destroy.yml
74 changes: 0 additions & 74 deletions molecule/4.7/prepare.yml

This file was deleted.

1 change: 1 addition & 0 deletions molecule/4.7/prepare.yml
43 changes: 0 additions & 43 deletions molecule/4.7/verify.yml

This file was deleted.

1 change: 1 addition & 0 deletions molecule/4.7/verify.yml
17 changes: 0 additions & 17 deletions molecule/4.8/converge.yml

This file was deleted.

1 change: 1 addition & 0 deletions molecule/4.8/converge.yml
73 changes: 0 additions & 73 deletions molecule/4.8/create.yml

This file was deleted.

1 change: 1 addition & 0 deletions molecule/4.8/create.yml
Loading

0 comments on commit aed6ce0

Please sign in to comment.