Skip to content

Instantly share code, notes, and snippets.

@deoren
Last active February 26, 2018 05:50
Show Gist options
  • Save deoren/7702fb57cd083e63304caa386a16acbc to your computer and use it in GitHub Desktop.
Save deoren/7702fb57cd083e63304caa386a16acbc to your computer and use it in GitHub Desktop.
rsyslog-doc Docker image testing

These commands were run inside a VM, while the regular tweaking/editing was done in an editor outside of the VM.

ubuntu@ubuntu-devbox:/tmp/rsyslog-doc$

  1. git reset HEAD --hard
  2. git checkout update-release-script-to-use-docker-image
  3. git pull --ff-only
  4. cd tools/buildenv/
  5. sudo docker build -t deoren/rsyslog_doc_gen:i536 $PWD/
  6. sudo docker push deoren/rsyslog_doc_gen:i536
  7. cd /tmp/rsyslog-doc
  8. git reset HEAD --hard
  9. git checkout update-release-script-to-use-docker-image
  10. git pull --ff-only
  11. ./tools/release_build.sh
@deoren
Copy link
Author

deoren commented Feb 26, 2018

As of the time this Gist entry was created, GitHub does not support notifications for comments for mentions to Gist entries (see isaacs/github#21 for details). Please contact me via Twitter or file an issue in the deoren/leave-feedback repo (created for that very purpose) if you wish to receive a response for your feedback. Thank you in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment