forked from pglombardo/PasswordPusher
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated doc files due to new docker image (pglombardo#1508)
* Updated several doc files * minor changes * reworked tags section on README.md
- Loading branch information
Showing
8 changed files
with
79 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,25 @@ | ||
# Container Release Cheat Sheet | ||
|
||
cd pwpush-postgres | ||
cd pwpush | ||
docker build --no-cache -t pglombardo/pwpush:<version> . | ||
docker push pglombardo/pwpush:<version> | ||
docker tag <tag> pglombardo/pwpush:latest | ||
docker push pglombardo/pwpush:latest | ||
|
||
docker build --no-cache -t pglombardo/pwpush-postgres:<version> . | ||
cd pwpush-postgres | ||
|
||
docker push pglombardo/pwpush-postgres:<version> | ||
docker build --no-cache -t pglombardo/pwpush-postgres:<version> . | ||
docker push pglombardo/pwpush-postgres:<version> | ||
docker tag <tag> pglombardo/pwpush-postgres:latest | ||
docker push pglombardo/pwpush-postgres:latest | ||
|
||
docker tag <tag> pglombardo/pwpush-postgres:latest | ||
cd pwpush-ephemeral | ||
docker build --no-cache -t pglombardo/pwpush-ephemeral:<version> . | ||
docker push pglombardo/pwpush-ephemeral:<version> | ||
docker tag <tag> pglombardo/pwpush-ephemeral:latest | ||
docker push pglombardo/pwpush-ephemeral:latest | ||
|
||
docker push pglombardo/pwpush-postgres:latest | ||
|
||
cd pwpush-ephemeral | ||
docker build --no-cache -t pglombardo/pwpush-ephemeral:<version> . | ||
docker push pglombardo/pwpush-ephemeral:<version> | ||
docker tag <tag> pglombardo/pwpush-ephemeral:latest | ||
docker push pglombardo/pwpush-ephemeral:latest | ||
|
||
docker tag pglombardo/pwpush-ephemeral:1.10.2 pglombardo/pwpush-ephemeral:release | ||
docker tag pglombardo/pwpush-postgres:1.10.2 pglombardo/pwpush-postgres:release | ||
docker tag pglombardo/pwpush-mysql:1.10.2 pglombardo/pwpush-mysql:release | ||
docker tag pglombardo/pwpush:1.10.2 pglombardo/pwpush:release | ||
docker tag pglombardo/pwpush-ephemeral:1.10.2 pglombardo/pwpush-ephemeral:release | ||
docker tag pglombardo/pwpush-postgres:1.10.2 pglombardo/pwpush-postgres:release | ||
docker tag pglombardo/pwpush-mysql:1.10.2 pglombardo/pwpush-mysql:release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters