-
Notifications
You must be signed in to change notification settings - Fork 74
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
Add new docker images to v2 pipeline for integration testing #756
Merged
Merged
Changes from all commits
Commits
Show all changes
114 commits
Select commit
Hold shift + click to select a range
06a8659
adding new images into the integration tests
oliveromahony 56402db
double @
oliveromahony 9c9497d
separate the compose fileS
oliveromahony 87fba64
invalid docker-compose
oliveromahony 9ac20d3
changes
oliveromahony 21a05fa
wip: fix tests
oliveromahony bfd8179
update from
oliveromahony 9bb9630
check if file path is the issue
aphralG 2d1c079
check if file path is the issue
aphralG de74ad6
try this
aphralG f23f233
try this
aphralG 66b6735
try this part 2
aphralG ebc72a2
try this part 2
aphralG 0dc04f3
try this part 3
aphralG 435a05c
Update docker-compose-apk.yml
oliveromahony ee3a2c1
check directory
aphralG 1fb6fd7
check directory
aphralG 047a545
check directory
aphralG acfd521
check directory
aphralG 14d08e5
check directory
aphralG 61b2f85
check directory
aphralG dcecd5f
check directory
aphralG 32923ac
check directory
aphralG 472c69f
check directory
aphralG d06c221
try again
aphralG bea48f2
remove install test for now
aphralG 4689fba
remove install test for now
aphralG 4f55068
remove install test for now
aphralG 083c39f
just try one test at a time
aphralG 3657115
try this
aphralG 6b3a18f
try this
aphralG 4101143
try this
aphralG 62e746e
try this
aphralG 360045d
try this
aphralG 7b48c18
try this
aphralG aaff887
try api test instead
aphralG f804d94
try api test instead
aphralG 31e3c01
add agent config
aphralG 3bcf402
add features test
aphralG 7191d2b
add features test
aphralG fe372c6
add grpc tests back in
aphralG 7909b87
add grpc tests back in
aphralG 8288b98
add back in test
aphralG 553cb62
add back in test
aphralG 8ba5a7d
add back in test
aphralG f8cfc74
check logs
aphralG c481f78
check logs
aphralG 8890292
check logs
aphralG fff5ebd
try removing link
aphralG 9f2b708
try removing link
aphralG d5ef6a3
try removing link
aphralG c0e07cb
add back some tests
aphralG 1064e88
make deps
aphralG 5b6a717
add install test back
aphralG dd09639
add install test back
aphralG ed24390
add install test back
aphralG 5897b19
add install test back
aphralG 9996064
remove install test to check others
aphralG c9c6a56
try pass path
aphralG 13ab5f8
try pass path
aphralG 290eeca
try this
aphralG d350b79
try this
aphralG b29769b
try this
aphralG a9f2d0c
try this
aphralG a893e10
try this
aphralG 7f61669
try this
aphralG 7b225b0
try changing tag
aphralG 86b0dab
try new format
aphralG 0cc8b59
change wait
aphralG e11181d
start clean up
aphralG 3896846
start clean up
aphralG 871b7de
start clean up
aphralG f20232b
start clean up
aphralG 1aea089
start clean up
aphralG 60b1963
start clean up
aphralG 51d9ad2
start clean up
aphralG 81f7fc2
start clean up
aphralG d4f6dc0
try reload nginx
aphralG 94543fd
try reload nginx
aphralG 4b28f97
try reload nginx
aphralG b85120c
try reload nginx
aphralG 4bb60ce
try reload nginx
aphralG 5265e51
try reload nginx
aphralG 1398883
try reload nginx
aphralG 78b0d39
try this
aphralG 17ff810
try loggin config
aphralG 6221c16
try copy config
aphralG f192750
check config
aphralG f7f8987
check nginx is running
aphralG b646975
check nginx is running
aphralG dbd68f0
install
aphralG 7545cb7
install
aphralG eaf5e96
nginx oss
aphralG 994a87b
fix tag
aphralG 99ae9fe
fix
aphralG 56f6821
try plus image
aphralG f186449
fix naming
aphralG 41a4dad
fix naming
aphralG 9eb47a1
clean up
aphralG da8cef0
try alpine
aphralG a33cb13
try alpine
aphralG dda7b08
rename job
aphralG 2ef06b3
fix naming
aphralG d6203ff
try new tag
aphralG 432acbe
try new tag
aphralG 3df74ab
tag fix
aphralG 397ee98
fix wait log
aphralG 1455b80
remove duplicate docker compose
aphralG 6d52780
fix test
aphralG a60ac4a
pr feedback
aphralG 8437617
try remove duplicate dockerfiles
aphralG 53a29b6
try remove duplicate dockerfiles
aphralG 54fa422
pr
aphralG 8d0c4ab
Merge branch 'main' into integration-tests-using-oss-repo
aphralG File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
ARG CONTAINER_NGINX_IMAGE_REGISTRY | ||
ARG TAG | ||
ARG IMAGE_PATH | ||
FROM ${CONTAINER_NGINX_IMAGE_REGISTRY}${IMAGE_PATH}:${TAG} AS install | ||
LABEL maintainer="NGINX Docker Maintainers <[email protected]>" | ||
|
||
ARG OS_RELEASE | ||
ARG OS_VERSION | ||
ARG PACKAGE_NAME | ||
ARG CONTAINER_OS_TYPE | ||
|
||
WORKDIR /agent | ||
COPY ./build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE} /agent/build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE} | ||
COPY ./ /agent | ||
|
||
RUN apk add --allow-untrusted /agent/build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE} | ||
|
||
RUN unlink /var/log/nginx/access.log | ||
RUN unlink /var/log/nginx/error.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
ARG CONTAINER_NGINX_IMAGE_REGISTRY | ||
ARG TAG | ||
ARG IMAGE_PATH | ||
FROM ${CONTAINER_NGINX_IMAGE_REGISTRY}${IMAGE_PATH}:${TAG} AS install | ||
LABEL maintainer="NGINX Docker Maintainers <[email protected]>" | ||
|
||
ARG OS_RELEASE | ||
ARG OS_VERSION | ||
ARG DEBIAN_FRONTEND=noninteractive | ||
ARG PACKAGE_NAME | ||
ARG CONTAINER_OS_TYPE | ||
|
||
WORKDIR /agent | ||
COPY ./build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE} /agent/build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE} | ||
COPY ./ /agent | ||
|
||
RUN apt-get update \ | ||
&& apt install --no-install-recommends --no-install-suggests -y /agent/build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE} \ | ||
&& rm /agent/build/${PACKAGE_NAME}.${CONTAINER_OS_TYPE} | ||
|
||
RUN unlink /var/log/nginx/access.log | ||
RUN unlink /var/log/nginx/error.log | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.