Skip to content

Commit

Permalink
update docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalmeida committed Jul 6, 2024
1 parent 2d4f0bc commit 17b82ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conf/docker.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ process {
// Custom pipeline's containers with various tools for general purposes
//
withLabel: 'db_download|db_tools|misc' {
container = 'fmalmeida/bacannot@sha256:bdb31637cacf99736656ab3b69f1f01ba1b5eb026771d5c266b4c84e96153057'
container = 'fmalmeida/bacannot@sha256:5c6f105157d30fe9a6ca1ad41fe884e75a29e6bd23ddb2e4fc06dd3d05854cd2'
}

// container for R tools
withLabel: 'renv' {
container = 'fmalmeida/bacannot@sha256:952f58a2c03e50f8a376073346fb1ccda28d6249e3fdfea07a3286a6ff1adf0c'
container = 'fmalmeida/bacannot@sha256:1b284a6d6f7be942d714f912d863a1d86dfa465ef600931b9f08e609e2c9884d'
}

// container for bacannot server
Expand Down
4 changes: 2 additions & 2 deletions conf/singularity.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ process {
// Custom pipeline's containers with various tools for general purposes
//
withLabel: 'db_download|db_tools|misc' {
container = 'docker://fmalmeida/bacannot@sha256:bdb31637cacf99736656ab3b69f1f01ba1b5eb026771d5c266b4c84e96153057'
container = 'docker://fmalmeida/bacannot@sha256:5c6f105157d30fe9a6ca1ad41fe884e75a29e6bd23ddb2e4fc06dd3d05854cd2'
}

// container for R tools
withLabel: 'renv' {
container = 'docker://fmalmeida/bacannot@sha256:952f58a2c03e50f8a376073346fb1ccda28d6249e3fdfea07a3286a6ff1adf0c'
container = 'docker://fmalmeida/bacannot@sha256:1b284a6d6f7be942d714f912d863a1d86dfa465ef600931b9f08e609e2c9884d'
}

// container for bacannot server
Expand Down

0 comments on commit 17b82ec

Please sign in to comment.