Skip to content
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

start new docker build #3354

Merged
merged 56 commits into from
Sep 8, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
959b173
start new docker build
robkooper Aug 7, 2024
4699a27
disable most builds
robkooper Aug 7, 2024
2322ea3
move to docker.yaml
robkooper Aug 7, 2024
f36a3f1
on PR
robkooper Aug 7, 2024
a060043
remove maintainer add next images
robkooper Aug 7, 2024
cccf144
output type image
robkooper Aug 7, 2024
e0281d1
typo
infotroph Aug 8, 2024
3ca4cf3
docker build cleanup
robkooper Aug 31, 2024
2b05a03
Merge branch 'docker-gha' of github.com:PecanProject/pecan into docke…
robkooper Aug 31, 2024
c26d6e2
missing space
robkooper Aug 31, 2024
9eda9ab
Merge remote-tracking branch 'origin' into docker-gha
robkooper Aug 31, 2024
9a0634f
remove maintainer
robkooper Aug 31, 2024
19fadd4
fix r version
robkooper Aug 31, 2024
9a4c8ac
no arm images
robkooper Aug 31, 2024
aabf9b9
add web/dbsync
robkooper Aug 31, 2024
54cd193
use password not token
robkooper Aug 31, 2024
b6146de
seperate depend and web
robkooper Aug 31, 2024
ce9445c
more containers
robkooper Aug 31, 2024
1416545
fix path
robkooper Aug 31, 2024
5f055ac
build base image
robkooper Aug 31, 2024
03732f6
wrong replace
robkooper Aug 31, 2024
e48be5b
fix output
robkooper Aug 31, 2024
f1b0040
changed base not depends
robkooper Aug 31, 2024
119a63b
push and variables
robkooper Aug 31, 2024
02a2938
add repository
robkooper Aug 31, 2024
cf4ee5c
update base dockerfile
robkooper Aug 31, 2024
c250e01
specify image info
robkooper Aug 31, 2024
592e25f
just depends
robkooper Aug 31, 2024
c7a4fb5
Don't install suggested sub-packages.
robkooper Sep 1, 2024
513fc19
docs/models/executor
robkooper Sep 1, 2024
73a1e94
build models
robkooper Sep 1, 2024
8ab28a9
depends on models
robkooper Sep 1, 2024
de4c42a
lower case version
robkooper Sep 1, 2024
13417f0
fix ed2 image, always push
robkooper Sep 1, 2024
41aa514
pull models out
robkooper Sep 1, 2024
1870b60
lower case, docker push/pull
robkooper Sep 2, 2024
f79dd14
fix maepa, sipnet
robkooper Sep 2, 2024
a903d43
leverage binary ed build
robkooper Sep 2, 2024
f5f4442
fix ed
robkooper Sep 2, 2024
d965274
wrong package names
robkooper Sep 2, 2024
cad3ee5
fix ed build
robkooper Sep 2, 2024
df235ca
cleanup / undo
robkooper Sep 2, 2024
87f3e37
Merge remote-tracking branch 'origin/develop' into docker-gha
robkooper Sep 2, 2024
43c5362
merge/cleanup
robkooper Sep 2, 2024
9f698c4
don't set BINARY_VERSION
robkooper Sep 2, 2024
91f9088
add healthchecks
robkooper Sep 2, 2024
465f4e8
missing api app
robkooper Sep 2, 2024
4903ee8
install version of sodium that is newer.
robkooper Sep 3, 2024
331e3e1
set repo
robkooper Sep 4, 2024
78e6490
specify image version
robkooper Sep 4, 2024
64364fe
remove sodium install, had wrong base image
robkooper Sep 4, 2024
52b0629
update changelog
robkooper Sep 4, 2024
6b03e4f
fixes from Chris
robkooper Sep 8, 2024
6a3ee24
Merge branch 'develop' into docker-gha
mdietze Sep 8, 2024
c9c22db
forgot to re-enabled actions
robkooper Sep 8, 2024
9effaf1
build develop/master remove option
robkooper Sep 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: renderbook

on:
push:
branches:
- master
- develop
tags:
- '*'
pull_request:
merge_group:
# on:
# push:
# branches:
# - master
# - develop
# tags:
# - '*'
# pull_request:
# merge_group:
workflow_dispatch:

jobs:
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: CI

on:
push:
branches:
- master
- develop
# push:
# branches:
# - master
# - develop

tags:
- '*'
pull_request:
merge_group:
issue_comment:
types:
- created
# tags:
# - '*'
# pull_request:
# merge_group:
# issue_comment:
# types:
# - created
workflow_dispatch:

env:
Expand Down
Loading
Loading