Skip to content

Falco version 1.3.2#1713

Merged
Kincekara merged 1 commit into
StaPH-B:masterfrom
RaheelSyedAhmed:falco-1.3.2-
Jun 18, 2026
Merged

Falco version 1.3.2#1713
Kincekara merged 1 commit into
StaPH-B:masterfrom
RaheelSyedAhmed:falco-1.3.2-

Conversation

@RaheelSyedAhmed

Copy link
Copy Markdown
Contributor

Pull Request (PR) checklist:

  • Include a description of what is in this pull request in this message.
  • The dockerfile successfully builds to a test target for the user creating the PR. (i.e. docker build --tag samtools:1.15test --target test docker-builds/build-files/samtools/1.15 )
  • Directory structure as name of the tool in lower case with special characters removed with a subdirectory of the version number in build-files (i.e. docker-builds/build-files/spades/3.12.0/Dockerfile)
    • (optional) All test files are located in same directory as the Dockerfile (i.e. build-files/shigatyper/2.0.1/test.sh)
  • Create a simple container-specific README.md in the same directory as the Dockerfile (i.e. docker-builds/build-files/spades/3.12.0/README.md)
    • If this README is longer than 30 lines, there is an explanation as to why more detail was needed
  • Dockerfile includes the recommended LABELS
  • Main README.md has been updated to include the tool and/or version of the dockerfile(s) in this PR
  • Program_Licenses.md contains the tool(s) used in this PR and has been updated for any missing

Updated dockerfile to use FALCO_VER=1.3.2. 1.3.2 has been added to the versions dropdown in the main README.md for Falco. The program-specific README.md remains largely the same. Releases since the last image published have been bugfixes or data updates like updating adapter set information.

…e versions dropdown in the main README.md for Falco. The program-specific README.md remains largely the same. Releases since the last image published have been bugfixes or data updates like updating adapter set information.
@Kincekara

Copy link
Copy Markdown
Collaborator

@staphb-dockerbuilds-diff falco 1.3.0 1.3.2

@github-actions

Copy link
Copy Markdown

Dockerfile Diff: falco

Comparing: 1.3.0 -> 1.3.2

--- build-files/falco/1.3.0/Dockerfile	2026-06-18 18:43:47.981262994 +0000
+++ build-files/falco/1.3.2/Dockerfile	2026-06-18 18:43:47.981369235 +0000
@@ -1,4 +1,4 @@
-ARG FALCO_VER="1.3.0"
+ARG FALCO_VER="1.3.2"
 
 ## Builder ##
 FROM ubuntu:noble AS builder
@@ -67,6 +67,9 @@
 
 WORKDIR /test
 
+RUN falco --version && \
+    falco --help
+
 ADD https://github.com/StaPH-B/docker-builds/raw/master/tests/SARS-CoV-2/SRR13957123.sorted.bam /test/
 ADD https://github.com/StaPH-B/docker-builds/raw/master/tests/SARS-CoV-2/SRR13957123_1.fastq.gz /test/
 

@Kincekara

Copy link
Copy Markdown
Collaborator

closes #1711

@Kincekara Kincekara left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Tests look good!

@Kincekara Kincekara merged commit d6c7b08 into StaPH-B:master Jun 18, 2026
2 checks passed
@Kincekara

Copy link
Copy Markdown
Collaborator

Thank you for the update!
You check the deployment status here: https://github.com/StaPH-B/docker-builds/actions/runs/27782146762

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