github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs-website/static/docs/tutorials/publish_and_deploy_setup.html (about)

     1  <!DOCTYPE html>
     2  <html>
     3  <head>
     4  <style type="text/css">
     5  body {background-color: black;}
     6  pre {
     7  	font-weight: normal;
     8  	color: #bbb;
     9  	white-space: -moz-pre-wrap;
    10  	white-space: -o-pre-wrap;
    11  	white-space: -pre-wrap;
    12  	white-space: pre-wrap;
    13  	word-wrap: break-word;
    14  	overflow-wrap: break-word;
    15  }
    16  b {font-weight: normal}
    17  b.BOLD {color: #fff}
    18  b.ITA {font-style: italic}
    19  b.UND {text-decoration: underline}
    20  b.STR {text-decoration: line-through}
    21  b.UNDSTR {text-decoration: underline line-through}
    22  b.BLK {color: #000000}
    23  b.RED {color: #aa0000}
    24  b.GRN {color: #00aa00}
    25  b.YEL {color: #aa5500}
    26  b.BLU {color: #0000aa}
    27  b.MAG {color: #aa00aa}
    28  b.CYN {color: #00aaaa}
    29  b.WHI {color: #aaaaaa}
    30  b.HIK {color: #555555}
    31  b.HIR {color: #ff5555}
    32  b.HIG {color: #55ff55}
    33  b.HIY {color: #ffff55}
    34  b.HIB {color: #5555ff}
    35  b.HIM {color: #ff55ff}
    36  b.HIC {color: #55ffff}
    37  b.HIW {color: #ffffff}
    38  b.BBLK {background-color: #000000}
    39  b.BRED {background-color: #aa0000}
    40  b.BGRN {background-color: #00aa00}
    41  b.BYEL {background-color: #aa5500}
    42  b.BBLU {background-color: #0000aa}
    43  b.BMAG {background-color: #aa00aa}
    44  b.BCYN {background-color: #00aaaa}
    45  b.BWHI {background-color: #aaaaaa}
    46  </style>
    47  </head>
    48  <body>
    49  <pre>
    50  <b class="GRN"># Setup some variables for the registry we will be using</b>
    51  $ REGISTRY=docker.io
    52  $ set +o history
    53  $ REGISTRY_USERNAME=&lt;username&gt; <b class="GRN"># &lt;-- replace with your username</b>
    54  $ REPOSITORY_URL=$REGISTRY/$REGISTRY_USERNAME
    55  $ REGISTRY_SECRET=&lt;secret&gt; # <b class="GRN">&lt;-- replace with your password or auth token</b>
    56  $ set -o history
    57  </pre>
    58  </body>
    59  </html>