)]}'
{"node-problem-detector/Dockerfile.ubuntu_bionic":[{"author":{"_account_id":30777,"name":"Steven Fitzpatrick","email":"steven@fitzpatrick.wtf","username":"sf280x"},"change_message_id":"6405062a8a264f08aa774d613f82ea6efc48b9a4","unresolved":false,"context_lines":[{"line_number":1,"context_line":"FROM k8s.gcr.io/node-problem-detector@sha256:4c3fead23a98129278112d51b0cf897219ab56f1"},{"line_number":2,"context_line":"#FROM node-problem-detector:v0.8.2"},{"line_number":3,"context_line":""},{"line_number":4,"context_line":"RUN clean-install util-linux libsystemd0 bash"}],"source_content_type":"application/octet-stream","patch_set":2,"id":"bf51134e_f220334c","line":1,"range":{"start_line":1,"start_character":0,"end_line":1,"end_character":85},"updated":"2020-07-06 22:15:31.000000000","message":"Don\u0027t you want to use FROM ubuntu/bionic?","commit_id":"4baacb78d66d9511df1431f2bb317b83a0e85ae5"},{"author":{"_account_id":30777,"name":"Steven Fitzpatrick","email":"steven@fitzpatrick.wtf","username":"sf280x"},"change_message_id":"6405062a8a264f08aa774d613f82ea6efc48b9a4","unresolved":false,"context_lines":[{"line_number":6,"context_line":"# Avoid symlink of /etc/localtime."},{"line_number":7,"context_line":"RUN test -h /etc/localtime \u0026\u0026 rm -f /etc/localtime \u0026\u0026 cp /usr/share/zoneinfo/UTC /etc/localtime || true"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"ADD ./bin/node-problem-detector /node-problem-detector"},{"line_number":10,"context_line":""},{"line_number":11,"context_line":"# Below command depends on ENABLE_JOURNAL\u003d1."},{"line_number":12,"context_line":"ADD ./bin/log-counter /home/kubernetes/bin/log-counter"}],"source_content_type":"application/octet-stream","patch_set":2,"id":"bf51134e_f2e5d30b","line":9,"range":{"start_line":9,"start_character":0,"end_line":9,"end_character":54},"updated":"2020-07-06 22:15:31.000000000","message":"The machine which is building the image won\u0027t have this binary locally, so we\u0027ll have to download the tar from the github releases page and extract it to a directory in the container","commit_id":"4baacb78d66d9511df1431f2bb317b83a0e85ae5"},{"author":{"_account_id":30777,"name":"Steven Fitzpatrick","email":"steven@fitzpatrick.wtf","username":"sf280x"},"change_message_id":"6405062a8a264f08aa774d613f82ea6efc48b9a4","unresolved":false,"context_lines":[{"line_number":9,"context_line":"ADD ./bin/node-problem-detector /node-problem-detector"},{"line_number":10,"context_line":""},{"line_number":11,"context_line":"# Below command depends on ENABLE_JOURNAL\u003d1."},{"line_number":12,"context_line":"ADD ./bin/log-counter /home/kubernetes/bin/log-counter"},{"line_number":13,"context_line":""},{"line_number":14,"context_line":"ADD config /config"},{"line_number":15,"context_line":"ENTRYPOINT [\"/node-problem-detector\", \"--system-log-monitors\u003d/config/kernel-monitor.json\"]"}],"source_content_type":"application/octet-stream","patch_set":2,"id":"bf51134e_b2987b6a","line":12,"range":{"start_line":12,"start_character":0,"end_line":12,"end_character":54},"updated":"2020-07-06 22:15:31.000000000","message":"Similarly I don\u0027t think this will available on the host when building. May need to account for this by installing it in the ubuntu base image using apt if necessary.","commit_id":"4baacb78d66d9511df1431f2bb317b83a0e85ae5"},{"author":{"_account_id":30777,"name":"Steven Fitzpatrick","email":"steven@fitzpatrick.wtf","username":"sf280x"},"change_message_id":"6405062a8a264f08aa774d613f82ea6efc48b9a4","unresolved":false,"context_lines":[{"line_number":11,"context_line":"# Below command depends on ENABLE_JOURNAL\u003d1."},{"line_number":12,"context_line":"ADD ./bin/log-counter /home/kubernetes/bin/log-counter"},{"line_number":13,"context_line":""},{"line_number":14,"context_line":"ADD config /config"},{"line_number":15,"context_line":"ENTRYPOINT [\"/node-problem-detector\", \"--system-log-monitors\u003d/config/kernel-monitor.json\"]"}],"source_content_type":"application/octet-stream","patch_set":2,"id":"bf51134e_7289c324","line":14,"range":{"start_line":14,"start_character":0,"end_line":14,"end_character":18},"updated":"2020-07-06 22:15:31.000000000","message":"We probably want to handle any configuration files using configmaps or secrets in kubernetes. Otherwise we could add a directory next to this docker file and copy from there (See Nagios dockerfile for an example of this).","commit_id":"4baacb78d66d9511df1431f2bb317b83a0e85ae5"},{"author":{"_account_id":30777,"name":"Steven Fitzpatrick","email":"steven@fitzpatrick.wtf","username":"sf280x"},"change_message_id":"6405062a8a264f08aa774d613f82ea6efc48b9a4","unresolved":false,"context_lines":[{"line_number":12,"context_line":"ADD ./bin/log-counter /home/kubernetes/bin/log-counter"},{"line_number":13,"context_line":""},{"line_number":14,"context_line":"ADD config /config"},{"line_number":15,"context_line":"ENTRYPOINT [\"/node-problem-detector\", \"--system-log-monitors\u003d/config/kernel-monitor.json\"]"}],"source_content_type":"application/octet-stream","patch_set":2,"id":"bf51134e_929bb764","line":15,"range":{"start_line":15,"start_character":0,"end_line":15,"end_character":90},"updated":"2020-07-06 22:15:31.000000000","message":"Not all dockerfiles require this. If we\u0027re providing configuration files by using kubernetes, we\u0027ll probably end up overriding this with the command: key in the pod spec","commit_id":"4baacb78d66d9511df1431f2bb317b83a0e85ae5"},{"author":{"_account_id":30777,"name":"Steven Fitzpatrick","email":"steven@fitzpatrick.wtf","username":"sf280x"},"change_message_id":"477c085ff816d842bf461ab977797fbfcfada7c6","unresolved":false,"context_lines":[{"line_number":1,"context_line":"ARG FROM\u003ddocker.io/ubuntu:bionic"},{"line_number":2,"context_line":"FROM ${FROM}"},{"line_number":3,"context_line":""},{"line_number":4,"context_line":"#FROM node-problem-detector:v0.8.2"},{"line_number":5,"context_line":"ARG NPD_VERSION\u003d\"v0.8.2\""}],"source_content_type":"application/octet-stream","patch_set":6,"id":"bf51134e_823ca5e1","line":2,"range":{"start_line":1,"start_character":0,"end_line":2,"end_character":12},"updated":"2020-07-13 17:53:05.000000000","message":"We might just want to say\n\nFROM docker.io/ubuntu:bionic","commit_id":"6188441ca0c42005919c9281aa105a8a238d4161"},{"author":{"_account_id":30582,"name":"RADHIKA PAI","email":"rp592h@att.com","username":"rp592h"},"change_message_id":"9529ab64b34e5568a27cc3ed28713b97a7c66e78","unresolved":false,"context_lines":[{"line_number":1,"context_line":"ARG FROM\u003ddocker.io/ubuntu:bionic"},{"line_number":2,"context_line":"FROM ${FROM}"},{"line_number":3,"context_line":""},{"line_number":4,"context_line":"#FROM node-problem-detector:v0.8.2"},{"line_number":5,"context_line":"ARG NPD_VERSION\u003d\"v0.8.2\""}],"source_content_type":"application/octet-stream","patch_set":6,"id":"bf51134e_b07490ff","line":2,"range":{"start_line":1,"start_character":0,"end_line":2,"end_character":12},"in_reply_to":"bf51134e_823ca5e1","updated":"2020-07-13 18:42:44.000000000","message":"Done","commit_id":"6188441ca0c42005919c9281aa105a8a238d4161"},{"author":{"_account_id":30777,"name":"Steven Fitzpatrick","email":"steven@fitzpatrick.wtf","username":"sf280x"},"change_message_id":"477c085ff816d842bf461ab977797fbfcfada7c6","unresolved":false,"context_lines":[{"line_number":1,"context_line":"ARG FROM\u003ddocker.io/ubuntu:bionic"},{"line_number":2,"context_line":"FROM ${FROM}"},{"line_number":3,"context_line":""},{"line_number":4,"context_line":"#FROM node-problem-detector:v0.8.2"},{"line_number":5,"context_line":"ARG NPD_VERSION\u003d\"v0.8.2\""},{"line_number":6,"context_line":"ARG NPD_SRC_URL\u003d\"https://github.com/kubernetes/node-problem-detector/releases/download/v0.8.2\""},{"line_number":7,"context_line":"ARG KUBE_VERSION\u003d\"1.16.2\""}],"source_content_type":"application/octet-stream","patch_set":6,"id":"bf51134e_42360d05","line":4,"range":{"start_line":4,"start_character":0,"end_line":4,"end_character":34},"updated":"2020-07-13 17:53:05.000000000","message":"We can remove this","commit_id":"6188441ca0c42005919c9281aa105a8a238d4161"},{"author":{"_account_id":30582,"name":"RADHIKA PAI","email":"rp592h@att.com","username":"rp592h"},"change_message_id":"9529ab64b34e5568a27cc3ed28713b97a7c66e78","unresolved":false,"context_lines":[{"line_number":1,"context_line":"ARG FROM\u003ddocker.io/ubuntu:bionic"},{"line_number":2,"context_line":"FROM ${FROM}"},{"line_number":3,"context_line":""},{"line_number":4,"context_line":"#FROM node-problem-detector:v0.8.2"},{"line_number":5,"context_line":"ARG NPD_VERSION\u003d\"v0.8.2\""},{"line_number":6,"context_line":"ARG NPD_SRC_URL\u003d\"https://github.com/kubernetes/node-problem-detector/releases/download/v0.8.2\""},{"line_number":7,"context_line":"ARG KUBE_VERSION\u003d\"1.16.2\""}],"source_content_type":"application/octet-stream","patch_set":6,"id":"bf51134e_f063a840","line":4,"range":{"start_line":4,"start_character":0,"end_line":4,"end_character":34},"in_reply_to":"bf51134e_42360d05","updated":"2020-07-13 18:42:44.000000000","message":"Done","commit_id":"6188441ca0c42005919c9281aa105a8a238d4161"},{"author":{"_account_id":30777,"name":"Steven Fitzpatrick","email":"steven@fitzpatrick.wtf","username":"sf280x"},"change_message_id":"477c085ff816d842bf461ab977797fbfcfada7c6","unresolved":false,"context_lines":[{"line_number":3,"context_line":""},{"line_number":4,"context_line":"#FROM node-problem-detector:v0.8.2"},{"line_number":5,"context_line":"ARG NPD_VERSION\u003d\"v0.8.2\""},{"line_number":6,"context_line":"ARG NPD_SRC_URL\u003d\"https://github.com/kubernetes/node-problem-detector/releases/download/v0.8.2\""},{"line_number":7,"context_line":"ARG KUBE_VERSION\u003d\"1.16.2\""},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"RUN apt-get update ;\\"}],"source_content_type":"application/octet-stream","patch_set":6,"id":"bf51134e_2204b917","line":6,"range":{"start_line":6,"start_character":86,"end_line":6,"end_character":93},"updated":"2020-07-13 17:53:05.000000000","message":"We should cut this off and use the NPD_VERSION again down in the wget command","commit_id":"6188441ca0c42005919c9281aa105a8a238d4161"},{"author":{"_account_id":30582,"name":"RADHIKA PAI","email":"rp592h@att.com","username":"rp592h"},"change_message_id":"9529ab64b34e5568a27cc3ed28713b97a7c66e78","unresolved":false,"context_lines":[{"line_number":3,"context_line":""},{"line_number":4,"context_line":"#FROM node-problem-detector:v0.8.2"},{"line_number":5,"context_line":"ARG NPD_VERSION\u003d\"v0.8.2\""},{"line_number":6,"context_line":"ARG NPD_SRC_URL\u003d\"https://github.com/kubernetes/node-problem-detector/releases/download/v0.8.2\""},{"line_number":7,"context_line":"ARG KUBE_VERSION\u003d\"1.16.2\""},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"RUN apt-get update ;\\"}],"source_content_type":"application/octet-stream","patch_set":6,"id":"bf51134e_305a4082","line":6,"range":{"start_line":6,"start_character":86,"end_line":6,"end_character":93},"in_reply_to":"bf51134e_2204b917","updated":"2020-07-13 18:42:44.000000000","message":"Done","commit_id":"6188441ca0c42005919c9281aa105a8a238d4161"},{"author":{"_account_id":30777,"name":"Steven Fitzpatrick","email":"steven@fitzpatrick.wtf","username":"sf280x"},"change_message_id":"477c085ff816d842bf461ab977797fbfcfada7c6","unresolved":false,"context_lines":[{"line_number":12,"context_line":"    #Create a Temp dir to download and extract the package"},{"line_number":13,"context_line":"    TMP_DIR\u003d$(mktemp --directory) ;\\"},{"line_number":14,"context_line":"    wget -q ${NPD_SRC_URL}/node-problem-detector-${NPD_VERSION}.tar.gz -O ${TMP_DIR}/node-problem-detector-${NPD_VERSION}.tar.gz ;\\"},{"line_number":15,"context_line":"    cd ${TMP_DIR} ;\\"},{"line_number":16,"context_line":"    mkdir -p /opt/node-problem-detector/ ;\\"},{"line_number":17,"context_line":"    tar zxf node-problem-detector-${NPD_VERSION}.tar.gz -C /opt/node-problem-detector ;\\"},{"line_number":18,"context_line":"    #Cleanup the directories"}],"source_content_type":"application/octet-stream","patch_set":6,"id":"bf51134e_100a9c1e","line":15,"range":{"start_line":15,"start_character":4,"end_line":15,"end_character":20},"updated":"2020-07-13 17:53:05.000000000","message":"Instead of changing directories, we can use the TMP_DIR variable in the tar command","commit_id":"6188441ca0c42005919c9281aa105a8a238d4161"},{"author":{"_account_id":30582,"name":"RADHIKA PAI","email":"rp592h@att.com","username":"rp592h"},"change_message_id":"9529ab64b34e5568a27cc3ed28713b97a7c66e78","unresolved":false,"context_lines":[{"line_number":12,"context_line":"    #Create a Temp dir to download and extract the package"},{"line_number":13,"context_line":"    TMP_DIR\u003d$(mktemp --directory) ;\\"},{"line_number":14,"context_line":"    wget -q ${NPD_SRC_URL}/node-problem-detector-${NPD_VERSION}.tar.gz -O ${TMP_DIR}/node-problem-detector-${NPD_VERSION}.tar.gz ;\\"},{"line_number":15,"context_line":"    cd ${TMP_DIR} ;\\"},{"line_number":16,"context_line":"    mkdir -p /opt/node-problem-detector/ ;\\"},{"line_number":17,"context_line":"    tar zxf node-problem-detector-${NPD_VERSION}.tar.gz -C /opt/node-problem-detector ;\\"},{"line_number":18,"context_line":"    #Cleanup the directories"}],"source_content_type":"application/octet-stream","patch_set":6,"id":"bf51134e_105d7c78","line":15,"range":{"start_line":15,"start_character":4,"end_line":15,"end_character":20},"in_reply_to":"bf51134e_100a9c1e","updated":"2020-07-13 18:42:44.000000000","message":"Done","commit_id":"6188441ca0c42005919c9281aa105a8a238d4161"},{"author":{"_account_id":30777,"name":"Steven Fitzpatrick","email":"steven@fitzpatrick.wtf","username":"sf280x"},"change_message_id":"477c085ff816d842bf461ab977797fbfcfada7c6","unresolved":false,"context_lines":[{"line_number":18,"context_line":"    #Cleanup the directories"},{"line_number":19,"context_line":"    apt-get clean ;\\"},{"line_number":20,"context_line":"    rm -rf /var/lib/apt/lists/* /root/.cache ;\\"},{"line_number":21,"context_line":"    cd ${TMP_DIR} ;\\"},{"line_number":22,"context_line":"    rm -rf node-problem-detector-* ;\\"},{"line_number":23,"context_line":"    rm -rf ${TMP_DIR}"}],"source_content_type":"application/octet-stream","patch_set":6,"id":"bf51134e_b01ad06b","line":21,"range":{"start_line":21,"start_character":4,"end_line":21,"end_character":20},"updated":"2020-07-13 17:53:05.000000000","message":"Same, don\u0027t need to change here","commit_id":"6188441ca0c42005919c9281aa105a8a238d4161"},{"author":{"_account_id":30582,"name":"RADHIKA PAI","email":"rp592h@att.com","username":"rp592h"},"change_message_id":"9529ab64b34e5568a27cc3ed28713b97a7c66e78","unresolved":false,"context_lines":[{"line_number":18,"context_line":"    #Cleanup the directories"},{"line_number":19,"context_line":"    apt-get clean ;\\"},{"line_number":20,"context_line":"    rm -rf /var/lib/apt/lists/* /root/.cache ;\\"},{"line_number":21,"context_line":"    cd ${TMP_DIR} ;\\"},{"line_number":22,"context_line":"    rm -rf node-problem-detector-* ;\\"},{"line_number":23,"context_line":"    rm -rf ${TMP_DIR}"}],"source_content_type":"application/octet-stream","patch_set":6,"id":"bf51134e_70579859","line":21,"range":{"start_line":21,"start_character":4,"end_line":21,"end_character":20},"in_reply_to":"bf51134e_b01ad06b","updated":"2020-07-13 18:42:44.000000000","message":"Done","commit_id":"6188441ca0c42005919c9281aa105a8a238d4161"},{"author":{"_account_id":30777,"name":"Steven Fitzpatrick","email":"steven@fitzpatrick.wtf","username":"sf280x"},"change_message_id":"477c085ff816d842bf461ab977797fbfcfada7c6","unresolved":false,"context_lines":[{"line_number":19,"context_line":"    apt-get clean ;\\"},{"line_number":20,"context_line":"    rm -rf /var/lib/apt/lists/* /root/.cache ;\\"},{"line_number":21,"context_line":"    cd ${TMP_DIR} ;\\"},{"line_number":22,"context_line":"    rm -rf node-problem-detector-* ;\\"},{"line_number":23,"context_line":"    rm -rf ${TMP_DIR}"}],"source_content_type":"application/octet-stream","patch_set":6,"id":"bf51134e_f029e889","line":22,"range":{"start_line":22,"start_character":4,"end_line":22,"end_character":37},"updated":"2020-07-13 17:53:05.000000000","message":"We can remove this line, since rm -rf $(TMP_DIR) is going to get all the subdirectories","commit_id":"6188441ca0c42005919c9281aa105a8a238d4161"},{"author":{"_account_id":30582,"name":"RADHIKA PAI","email":"rp592h@att.com","username":"rp592h"},"change_message_id":"9529ab64b34e5568a27cc3ed28713b97a7c66e78","unresolved":false,"context_lines":[{"line_number":19,"context_line":"    apt-get clean ;\\"},{"line_number":20,"context_line":"    rm -rf /var/lib/apt/lists/* /root/.cache ;\\"},{"line_number":21,"context_line":"    cd ${TMP_DIR} ;\\"},{"line_number":22,"context_line":"    rm -rf node-problem-detector-* ;\\"},{"line_number":23,"context_line":"    rm -rf ${TMP_DIR}"}],"source_content_type":"application/octet-stream","patch_set":6,"id":"bf51134e_90486cb3","line":22,"range":{"start_line":22,"start_character":4,"end_line":22,"end_character":37},"in_reply_to":"bf51134e_f029e889","updated":"2020-07-13 18:42:44.000000000","message":"Done","commit_id":"6188441ca0c42005919c9281aa105a8a238d4161"},{"author":{"_account_id":24780,"name":"Sangeet Gupta","email":"sg774j@att.com","username":"sgupta"},"change_message_id":"99acfc6b4db15b688ff2c2937fc5f317fb6dd142","unresolved":false,"context_lines":[{"line_number":5,"context_line":""},{"line_number":6,"context_line":"RUN apt-get update ;\\"},{"line_number":7,"context_line":"    apt-get upgrade -y ;\\"},{"line_number":8,"context_line":"    apt-get install --no-install-recommends -y wget ca-certificates ;\\"},{"line_number":9,"context_line":"    #Create a Temp dir to download and extract the package"},{"line_number":10,"context_line":"    TMP_DIR\u003d$(mktemp --directory) ;\\"},{"line_number":11,"context_line":"    wget -q ${NPD_SRC_URL}/node-problem-detector-${NPD_VERSION}.tar.gz -O ${TMP_DIR}/node-problem-detector-${NPD_VERSION}.tar.gz ;\\"}],"source_content_type":"application/octet-stream","patch_set":7,"id":"bf51134e_f0644824","line":8,"range":{"start_line":8,"start_character":52,"end_line":8,"end_character":67},"updated":"2020-07-13 18:49:41.000000000","message":"What is  this CA-certificate for? It it is to get packages, should this be removed as well?","commit_id":"cc60b1c581e1a625a37a1db44f8c5fe0f92388cf"},{"author":{"_account_id":24780,"name":"Sangeet Gupta","email":"sg774j@att.com","username":"sgupta"},"change_message_id":"07fa3bec43c5a0a07622dd33fcb35ce3b1552ba7","unresolved":false,"context_lines":[{"line_number":5,"context_line":""},{"line_number":6,"context_line":"RUN apt-get update ;\\"},{"line_number":7,"context_line":"    apt-get upgrade -y ;\\"},{"line_number":8,"context_line":"    apt-get install --no-install-recommends -y wget ca-certificates ;\\"},{"line_number":9,"context_line":"    #Create a Temp dir to download and extract the package"},{"line_number":10,"context_line":"    TMP_DIR\u003d$(mktemp --directory) ;\\"},{"line_number":11,"context_line":"    wget -q ${NPD_SRC_URL}/node-problem-detector-${NPD_VERSION}.tar.gz -O ${TMP_DIR}/node-problem-detector-${NPD_VERSION}.tar.gz ;\\"}],"source_content_type":"application/octet-stream","patch_set":7,"id":"bf51134e_d69f7cb1","line":8,"range":{"start_line":8,"start_character":52,"end_line":8,"end_character":67},"in_reply_to":"bf51134e_103c5cdf","updated":"2020-07-13 19:40:48.000000000","message":"Correct. Should you clean the certificate after installing the package as part of cleanup?","commit_id":"cc60b1c581e1a625a37a1db44f8c5fe0f92388cf"},{"author":{"_account_id":30582,"name":"RADHIKA PAI","email":"rp592h@att.com","username":"rp592h"},"change_message_id":"8444fd338000caab0583f1a7f58ffc9b193e9390","unresolved":false,"context_lines":[{"line_number":5,"context_line":""},{"line_number":6,"context_line":"RUN apt-get update ;\\"},{"line_number":7,"context_line":"    apt-get upgrade -y ;\\"},{"line_number":8,"context_line":"    apt-get install --no-install-recommends -y wget ca-certificates ;\\"},{"line_number":9,"context_line":"    #Create a Temp dir to download and extract the package"},{"line_number":10,"context_line":"    TMP_DIR\u003d$(mktemp --directory) ;\\"},{"line_number":11,"context_line":"    wget -q ${NPD_SRC_URL}/node-problem-detector-${NPD_VERSION}.tar.gz -O ${TMP_DIR}/node-problem-detector-${NPD_VERSION}.tar.gz ;\\"}],"source_content_type":"application/octet-stream","patch_set":7,"id":"bf51134e_563b6c36","line":8,"range":{"start_line":8,"start_character":52,"end_line":8,"end_character":67},"in_reply_to":"bf51134e_d69f7cb1","updated":"2020-07-13 20:18:50.000000000","message":"Done","commit_id":"cc60b1c581e1a625a37a1db44f8c5fe0f92388cf"},{"author":{"_account_id":30582,"name":"RADHIKA PAI","email":"rp592h@att.com","username":"rp592h"},"change_message_id":"ea32c4b178ed8cbaaaf32a473857e14a2f2f7b2d","unresolved":false,"context_lines":[{"line_number":5,"context_line":""},{"line_number":6,"context_line":"RUN apt-get update ;\\"},{"line_number":7,"context_line":"    apt-get upgrade -y ;\\"},{"line_number":8,"context_line":"    apt-get install --no-install-recommends -y wget ca-certificates ;\\"},{"line_number":9,"context_line":"    #Create a Temp dir to download and extract the package"},{"line_number":10,"context_line":"    TMP_DIR\u003d$(mktemp --directory) ;\\"},{"line_number":11,"context_line":"    wget -q ${NPD_SRC_URL}/node-problem-detector-${NPD_VERSION}.tar.gz -O ${TMP_DIR}/node-problem-detector-${NPD_VERSION}.tar.gz ;\\"}],"source_content_type":"application/octet-stream","patch_set":7,"id":"bf51134e_103c5cdf","line":8,"range":{"start_line":8,"start_character":52,"end_line":8,"end_character":67},"in_reply_to":"bf51134e_f0644824","updated":"2020-07-13 18:54:47.000000000","message":"if we don\u0027t install this package, we get ssl certificate error while downloading with wget.","commit_id":"cc60b1c581e1a625a37a1db44f8c5fe0f92388cf"}],"node-problem-detector/Dockerfile.ubuntu_xenial":[{"author":{"_account_id":21420,"name":"Gage Hugo","email":"gagehugo@gmail.com","username":"ghugo"},"change_message_id":"f8a15bff6be761cab6d2a3f43bb88f673b251c18","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"bf51134e_b8c6ee48","updated":"2020-06-30 15:25:11.000000000","message":"Do we want this as Xenial or a more updated version (Bionic?)","commit_id":"f6d4c4b011376999e3ad4fd85596e18b388af6eb"},{"author":{"_account_id":20466,"name":"Tin Lam","email":"tin@lam.wtf","username":"tinlam"},"change_message_id":"f8162339475a6da50ab2517e9cf82a67f6b89b7b","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"bf51134e_b839ce40","in_reply_to":"bf51134e_b8c6ee48","updated":"2020-06-30 15:30:59.000000000","message":"++","commit_id":"f6d4c4b011376999e3ad4fd85596e18b388af6eb"}],"node-problem-detector/build.sh":[{"author":{"_account_id":21420,"name":"Gage Hugo","email":"gagehugo@gmail.com","username":"ghugo"},"change_message_id":"f8a15bff6be761cab6d2a3f43bb88f673b251c18","unresolved":false,"context_lines":[{"line_number":6,"context_line":""},{"line_number":7,"context_line":"IMAGE\u003d\"node-problem-detector\""},{"line_number":8,"context_line":"VERSION\u003d${VERSION:-latest}"},{"line_number":9,"context_line":"DISTRO\u003d${DISTRO:-ubuntu_xenial}"},{"line_number":10,"context_line":"REGISTRY_URI\u003d${REGISTRY_URI:-\"openstackhelm/\"}"},{"line_number":11,"context_line":"EXTRA_TAG_INFO\u003d${EXTRA_TAG_INFO:-\"\"}"},{"line_number":12,"context_line":""}],"source_content_type":"text/x-sh","patch_set":1,"id":"bf51134e_18c43a40","line":9,"range":{"start_line":9,"start_character":17,"end_line":9,"end_character":30},"updated":"2020-06-30 15:25:11.000000000","message":"Update to bionic","commit_id":"f6d4c4b011376999e3ad4fd85596e18b388af6eb"}]}
