question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add appending option to tags

See original GitHub issue

Let’s say you build multiple distro flavors of your Docker image, e. g. one in Ubuntu (main) and one in Alpine. Meanwhile it’s fine to use the usual tagging for the main image, is there a way of setting a “base tag” or a “tag” to be appended? In this case, for the Alpine flavor, instead of latest, using alpine, x.x.x-alpine etc. is more appropriate.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:6
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
mblaschkecommented, Nov 17, 2020

also interested in prefix/suffix

0reactions
LongLiveCHIEFcommented, Feb 15, 2021

You can use the HackerHappyHour/tagging-strategy@v3 action for this in the meantime while #30 is being considered.

For live examples of this see https://github.com/OctoPrint/octoprint-docker/blob/master/.github/workflows/octoprint-release.yml

Read more comments on GitHub >

github_iconTop Results From Across the Web

Adding options to a <select> using jQuery? - Stack Overflow
Personally, I prefer this syntax for appending options: $('#mySelect').append($('<option>', { value: 1, text: 'My option' }));.
Read more >
How to Add Options to a Select Element using jQuery - W3docs
The first method is appending the option tag to the select box. The option tag is created like an HTML string, and the...
Read more >
Add a new option to a select with jQuery
Adding a single option can be done by appending HTML to the select box. The select in the above example has an id...
Read more >
Dynamic option creation | Select2 - The jQuery replacement ...
Automatic tokenization into tags. Select2 supports ability to add choices automatically as the user is typing into the search field. Try typing in...
Read more >
HTMLSelectElement.add() - Web APIs | MDN
The HTMLSelectElement.add() method adds an element to the collection of option elements for this select element.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found