Skip to content

Change filename to -alpine / upgrade Ubuntu #2756

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 5, 2025
Merged

Change filename to -alpine / upgrade Ubuntu #2756

merged 5 commits into from
May 5, 2025

Conversation

drwetter
Copy link
Collaborator

@drwetter drwetter commented May 5, 2025

Describe your changes

see subject. + #2752

What is your pull request about?

  • Bug fix
  • Improvement
  • New feature (adds functionality)
  • Breaking change (bug fix, feature or improvement that would cause existing functionality to not work as expected)
  • Typo fix
  • Documentation update
  • Update of other files

If it's a code change please check the boxes which are applicable

  • For the main program: My edits contain no tabs, indentation is five spaces and any line endings do not contain any blank chars
  • I've read CONTRIBUTING.md and Coding_Convention.md
  • I have tested this fix or improvement against >=2 hosts and I couldn't spot a problem
  • I have tested this new feature against >=2 hosts which show this feature and >=2 host which does not (in order to avoid side effects) . I couldn't spot a problem
  • For the new feature I have made corresponding changes to the documentation and / or to help()
  • If it's a bigger change: I added myself to CREDITS.md (alphabetical order) and the change to CHANGELOG.md

drwetter added 5 commits May 5, 2025 13:16
Not sure why this has been triggered though.

 #   Failed test 'Check whether CSV output matches baseline file from testssl.sh'
 #   at t/61_diff_testsslsh.t line 57.
 #
 # %s
 # @@ -1,5 +1,4 @@
 #  "id","fqdn/ip","port","severity","finding","cve","cwe"
 # -"engine_problem","/","443","WARN","No engine or GOST support via engine with your ./bin/openssl.Linux.x86_64","",""
 #  "service","testssl.sh/81.169.166.184","443","INFO","HTTP","",""
 #  "pre_128cipher","testssl.sh/81.169.166.184","443","INFO","No 128 cipher limit bug","",""
 #  "SSLv2","testssl.sh/81.169.166.184","443","OK","not offered","",""
 # Looks like you failed 1 test of 1.
 t/61_diff_testsslsh.t ..............
@drwetter drwetter merged commit 70fd83f into 3.2 May 5, 2025
3 checks passed
@drwetter drwetter deleted the docker_alpine branch May 5, 2025 20:08
@@ -52,7 +52,7 @@ jobs:
with:
push: ${{ github.event_name != 'pull_request' }}
context: .
file: Dockerfile.git
file: Dockerfile-alpine
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW, a common convention I see in projects generally is a . followed by the variant name. The official convention suggested by Docker is the opposite to use .Dockerfile as the file extension.

I think Dockerfile. as a prefix instead of as a suffix is preferred for co-location when viewing a file list sorted by filename. It may also be recognized by editors like VSCode, I'm not sure if that's the case with - as a delimiter.

Regardless it doesn't differ in usage, so whatever is comfortable 😎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants